Searched refs:convert (Results 1 - 25 of 136) sorted by relevance

123456

/freebsd-current/tests/sys/kern/acct/
H A DMakefile8 CLEANFILES+= convert.c convert.c.tmp
10 DPSRCS.acct_test= convert.c
11 acct_test.o: convert.c
13 convert.c: ${SRCTOP}/sys/kern/kern_acct.c
/freebsd-current/contrib/cortex-strings/scripts/
H A Dtrim.sh7 convert $i -bordercolor white -border 1x1 -trim +repage -alpha off +dither -colors 32 PNG8:next-$i
/freebsd-current/contrib/ncurses/ncurses/widechar/
H A Dcharable.c73 wchar_t convert; local
77 if (mbtowc(&convert, temp, 1) >= 0)
78 result = convert;
/freebsd-current/usr.bin/systat/
H A Dconvtbl.h54 extern double convert(const uintmax_t, const int);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.cpp35 APF.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &Ignored);
40 APF.convert(APFloat::BFloat(), APFloat::rmNearestTiesToEven, &Ignored);
45 APF.convert(APFloat::IEEEsingle(), APFloat::rmNearestTiesToEven, &Ignored);
50 APF.convert(APFloat::IEEEdouble(), APFloat::rmNearestTiesToEven, &Ignored);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DObjectFileTransformer.h43 static llvm::Error convert(const object::ObjectFile &Obj, raw_ostream *Log,
H A DDwarfTransformer.h43 /// Extract the DWARF from the supplied object file and convert it into the
55 llvm::Error convert(uint32_t NumThreads, raw_ostream *OS);
61 /// Parse the DWARF in the object file and convert it into the GsymCreator.
66 /// This function will find all DW_TAG_subprogram DIEs that convert them into
/freebsd-current/contrib/kyua/utils/cmdline/
H A Doptions.hpp67 /// <li>A convert() method that takes a string and converts it to
71 /// <li>A validate() method that matches the implementation of convert().
74 /// convert() must execute successfully.</li>
154 static int convert(const std::string& str);
170 static option_type convert(const std::string&);
189 static utils::fs::path convert(const std::string&);
200 /// parser interface (convert() being a static method), the only way to do
212 static option_type convert(const std::string& str);
230 static std::string convert(const std::string& str);
H A Doptions_test.cpp94 convert(const std::string& str) function in class:__anon916::mock_option
251 ATF_REQUIRE_EQ(123, cmdline::int_option::convert("123"));
254 ATF_REQUIRE_EQ(-567, cmdline::int_option::convert("-567"));
301 cmdline::list_option::convert("");
308 cmdline::list_option::convert("foo");
316 cmdline::list_option::convert("foo,bar,baz");
326 cmdline::list_option::convert("foo,bar,");
336 cmdline::list_option::convert(",foo,bar");
346 cmdline::list_option::convert("foo,,bar");
399 cmdline::path_option::convert("/fo
[all...]
H A Doptions.cpp327 cmdline::int_option::convert(const std::string& raw_value) function in class:cmdline::int_option
392 cmdline::list_option::convert(const std::string& raw_value) function in class:cmdline::list_option
466 cmdline::path_option::convert(const std::string& raw_value) function in class:cmdline::path_option
541 cmdline::property_option::convert(const std::string& raw_value) function in class:cmdline::property_option
602 cmdline::string_option::convert(const std::string& raw_value) function in class:cmdline::string_option
/freebsd-current/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_sym_qat_constants_table.h57 * a specific cipher algorithm, mode, direction and convert flag.
68 * @param[in] convert / no convert
78 uint8_t convert,
88 * a specific auth algorithm, mode, direction and convert flag.
/freebsd-current/sbin/dhclient/tests/
H A DMakefile10 SRCS.option-domain-search_test= alloc.c convert.c hash.c options.c \
/freebsd-current/tools/
H A Dmake_libdeps.sh48 # convert -lfoo to foo
49 convert() function
111 echo ${libdir}"${FS}"$(echo ${deps} | tr ' ' '\n' | convert | resolvelibdirs)
/freebsd-current/libexec/tftpd/
H A Dtftp-file.c48 static int convert; variable
189 convert = !strcmp(mode, "netascii");
197 if (convert == 0)
243 convert = !strcmp(mode, "netascii");
251 if (convert == 0)
/freebsd-current/usr.bin/calendar/
H A Devents.c76 convert(char *input) function
88 errx(1, "convert: cannot allocate memory");
106 errx(1, "convert: cannot allocate memory");
121 err(1, "convert");
129 errx(1, "convert: cannot allocate memory");
144 errx(1, "convert: cannot allocate memory");
168 e->text = convert(txt);
173 e->extra = convert(extra);
183 text = convert(txt);
/freebsd-current/usr.bin/number/
H A Dnumber.c63 static void convert(char *);
97 convert(line);
103 convert(*argv);
109 convert(char *line) function
/freebsd-current/usr.bin/comm/
H A Dcomm.c50 static wchar_t *convert(const char *);
143 if ((tline1 = convert(line1)) != NULL)
144 tline2 = convert(line2);
179 convert(const char *str) function
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp32 APFixedPoint APFixedPoint::convert(const FixedPointSemantics &DstSema, function in class:llvm::APFixedPoint
184 APFixedPoint ConvertedThis = convert(CommonFXSema);
185 APFixedPoint ConvertedOther = Other.convert(CommonFXSema);
208 APFixedPoint ConvertedThis = convert(CommonFXSema);
209 APFixedPoint ConvertedOther = Other.convert(CommonFXSema);
232 APFixedPoint ConvertedThis = convert(CommonFXSema);
233 APFixedPoint ConvertedOther = Other.convert(CommonFXSema);
289 APFixedPoint ConvertedThis = convert(CommonFXSema);
290 APFixedPoint ConvertedOther = Other.convert(CommonFXSema);
514 ScaleFactor.convert(*OpSem
[all...]
/freebsd-current/sbin/veriexec/
H A Dmanifest_parser.y40 static int convert(char *fp, unsigned int count, unsigned char *out);
128 if (convert($3, fingerprint_table[fptype].fp_size,
228 convert(char *fp, unsigned int count, unsigned char *out)
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProgram.inc199 MakeErrMsg(ErrMsg, std::string("Unable to convert command-line to UTF-16"));
215 MakeErrMsg(ErrMsg, "Unable to convert environment variable to UTF-16");
280 std::string("Unable to convert application name to UTF-16"));
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h39 const Mask *convert = static_cast<const Mask *>(src); variable
40 hwloc_bitmap_copy(mask, convert->mask);
43 const Mask *convert = static_cast<const Mask *>(rhs); variable
44 hwloc_bitmap_and(mask, mask, convert->mask);
47 const Mask *convert = static_cast<const Mask *>(rhs); variable
48 hwloc_bitmap_or(mask, mask, convert->mask);
52 const Mask *convert = static_cast<const Mask *>(rhs); variable
53 return hwloc_bitmap_isequal(mask, convert->mask);
361 const Mask *convert = static_cast<const Mask *>(src); variable
364 mask[i] = convert
367 const Mask *convert = static_cast<const Mask *>(rhs); variable
373 const Mask *convert = static_cast<const Mask *>(rhs); variable
384 const Mask *convert = static_cast<const Mask *>(rhs); variable
580 const Mask *convert = static_cast<const Mask *>(src); variable
585 const Mask *convert = static_cast<const Mask *>(rhs); variable
590 const Mask *convert = static_cast<const Mask *>(rhs); variable
599 const Mask *convert = static_cast<const Mask *>(rhs); variable
[all...]
/freebsd-current/sys/dev/qat/qat_api/common/crypto/sym/qat/
H A Dlac_sym_qat_constants_table.c212 uint8_t convert,
227 ->cipher_offset[algo][mode][direction][convert];
208 LacSymQat_ConstantsGetCipherOffset(CpaInstanceHandle instanceHandle, uint8_t algo, uint8_t mode, uint8_t direction, uint8_t convert, uint8_t *poffset) argument
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangedConstraintManager.cpp53 // We convert equality operations for pointers only.
117 llvm::APSInt ConvertedFrom = ComparisonType.convert(From);
118 llvm::APSInt ConvertedTo = ComparisonType.convert(To);
186 llvm::APSInt ConvertedInt = ComparisonType.convert(Int);
224 Adjustment = APSIntType(Adjustment).convert(SE->getRHS());
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DFloat2Int.h48 Value *convert(Instruction *I, Type *ToTy);
/freebsd-current/crypto/openssl/apps/
H A Dciphers.c44 {"convert", OPT_CONVERT, 's', "Convert standard name into OpenSSL name"},
103 char *ciphers = NULL, *prog, *convert = NULL, *ciphersuites = NULL; local
133 convert = opt_arg();
183 if (convert != NULL) {
185 OPENSSL_cipher_name(convert));

Completed in 394 milliseconds

123456