Searched refs:convert (Results 26 - 50 of 136) sorted by relevance

123456

/freebsd-current/sbin/dhclient/
H A DMakefile38 tree.c conflex.c errwarn.c inet.c packet.c convert.c tables.c \
/freebsd-current/tools/tools/vt/keymaps/
H A Dconvert-keymaps.pl33 my $result = $converter->convert($string);
91 my $cmdline = "$dir_convtool/convert-keymap.pl $kbdfile $encoding > $dir_keymaps_output/$outfile";
H A Dconvert-INDEX.pl33 my $result = $converter->convert($string);
H A Dconvert-keymap.pl32 return $converter->convert($string);
/freebsd-current/lib/libiconv_modules/GBK2K/
H A Dcitrus_gbk2k.c198 goto convert;
204 goto convert;
215 goto convert;
220 convert:
/freebsd-current/usr.bin/uniq/
H A Duniq.c72 static wchar_t *convert(const char *);
185 tprev = convert(prevline);
191 tthis = convert(thisline);
250 convert(const char *str) function
/freebsd-current/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h48 llvm::APSInt convert(const llvm::APSInt &Value) const LLVM_READONLY {
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenExtract.cpp80 bool convert(Instruction *In);
96 bool HexagonGenExtract::convert(Instruction *In) { function in class:HexagonGenExtract
242 bool Done = convert(In);
/freebsd-current/contrib/expat/lib/
H A Dxmltok.c1311 CONVERTER convert; member in struct:unknown_encoding
1327 int c = uenc->convert(uenc->userData, p);
1336 int c = uenc->convert(uenc->userData, p);
1345 int c = uenc->convert(uenc->userData, p);
1362 int c = uenc->convert(uenc->userData, *fromP);
1386 c = (unsigned short)uenc->convert(uenc->userData, *fromP);
1401 XmlInitUnknownEncoding(void *mem, int *table, CONVERTER convert, argument
1422 if (! convert)
1455 e->convert = convert;
1664 XmlInitUnknownEncodingNS(void *mem, int *table, CONVERTER convert, void *userData) argument
[all...]
H A Dxmltok.h302 ENCODING *XmlInitUnknownEncoding(void *mem, int *table, CONVERTER convert,
315 ENCODING *XmlInitUnknownEncodingNS(void *mem, int *table, CONVERTER convert,
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeConvenience.h52 template <typename T> static T convert(T rawValue) { return rawValue; } function in class:llvm::detail::BCField
132 template <typename T> char convert(T rawValue) { function in class:llvm::BCChar6
203 element = ElementTy::convert(buffer.front());
238 data = ElementTy::convert(buffer.front());
293 array.append(llvm::map_iterator(buffer.begin(), T::convert),
294 llvm::map_iterator(buffer.end(), T::convert));
/freebsd-current/crypto/openssl/crypto/bio/
H A Dbio_print.c440 char convert[DECIMAL_SIZE(value) + 3]; local
467 convert[place++] = (caps ? "0123456789ABCDEF" : "0123456789abcdef")
470 } while (uvalue && (place < (int)sizeof(convert)));
471 if (place == sizeof(convert))
473 convert[place] = 0;
518 if (!doapr_outch(sbuffer, buffer, currlen, maxlen, convert[--place]))
634 /* Now convert significant digits to decimal places */
687 /* convert integer part */
696 /* convert fractional part */
714 /* convert exponen
[all...]
/freebsd-current/contrib/byacc/test/
H A Dgrammar.y255 extern void include_file (char *name, int convert);
324 boolean convert; /* if TRUE, convert function definitions */
509 if (cur_file->convert)
536 if (cur_file->convert)
726 func_style == FUNC_TRADITIONAL && cur_file->convert) {
735 func_style == FUNC_TRADITIONAL && cur_file->convert) {
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp112 void convert(yaml::MachineFunction &MF, const MachineRegisterInfo &RegInfo,
114 void convert(ModuleSlotTracker &MST, yaml::MachineFrameInfo &YamlMFI,
116 void convert(yaml::MachineFunction &MF,
118 void convert(ModuleSlotTracker &MST, yaml::MachineJumpTable &YamlJTI,
222 convert(YamlMF, MF.getRegInfo(), MF.getSubtarget().getRegisterInfo());
225 convert(MST, YamlMF.FrameInfo, MF.getFrameInfo());
238 convert(YamlMF, *ConstantPool);
240 convert(MST, YamlMF.JumpTableInfo, *JumpTableInfo);
308 void MIRPrinter::convert(yaml::MachineFunction &MF, function in class:MIRPrinter
349 void MIRPrinter::convert(ModuleSlotTracke function in class:MIRPrinter
574 void MIRPrinter::convert(yaml::MachineFunction &MF, function in class:MIRPrinter
596 void MIRPrinter::convert(ModuleSlotTracker &MST, function in class:MIRPrinter
[all...]
/freebsd-current/usr.bin/systat/
H A Dconvtbl.c99 convert(const uintmax_t size, const int scale) function
H A Difstat.c124 convert(d##_##c, curscale), \
130 convert(d##_##c, curscale), \
140 convert(d##_##c, SC_AUTO), \
145 convert(d##_##c, SC_AUTO), \
/freebsd-current/contrib/llvm-project/lldb/source/DataFormatters/
H A DStringPrinter.cpp185 "Failed to convert legal utf8 sequence");
/freebsd-current/sys/dev/qat/include/
H A Dicp_qat_hw.h274 #define ICP_QAT_HW_CIPHER_CONFIG_BUILD(mode, algo, convert, dir) \
277 ((convert & QAT_CIPHER_CONVERT_MASK) << QAT_CIPHER_CONVERT_BITPOS) | \
/freebsd-current/share/mk/
H A Dlocal.sys.env.mk30 # convert a path to a valid shell variable
H A Dbsd.info.mk13 # DVIPS A program which convert a TeX DVI file to PostScript [dvips]
15 # DVIPS2ASCII A program to convert a PostScript file which was prior
/freebsd-current/contrib/bmake/unit-tests/
H A Dhanoi-include.mk25 # Since make has no built-in arithmetic functions, convert N to a list of
/freebsd-current/contrib/bmake/mk/
H A Drst2htm.mk18 # convert reStructuredText to HTML, using rst2html.py from
/freebsd-current/contrib/xz/src/liblzma/common/
H A Dstream_encoder.c150 static const lzma_action convert[LZMA_ACTION_MAX + 1] = { local
161 out, out_pos, out_size, convert[action]);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp32 // The algorithm is simple. Start at instructions that convert from the
87 // Find the roots - instructions that convert from the FP domain to
391 convert(*MI, Ty);
398 Value *Float2IntPass::convert(Instruction *I, Type *ToTy) { function in class:Float2IntPass
410 NewOperands.push_back(convert(VI, ToTy));
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dbsd-snprintf.c551 char convert[20]; local
577 convert[place++] =
583 convert[place] = 0;
622 DOPR_OUTCH(buffer, *currlen, maxlen, convert[place]);

Completed in 314 milliseconds

123456