| /NextBSD/cddl/contrib/dtracetoolkit/Examples/ |
| HD | dapptrace_example.txt | 46 -> convert(0x68, 0x8047DCC, 0x2) 47 <- convert = 319 50 -> convert(0x69, 0x8047DCC, 0x2) 51 <- convert = 319 81 -> convert(0x68, 0x8047DCC, 0x2) 82 <- convert = 319 85 -> convert(0x69, 0x8047DCC, 0x2) 86 <- convert = 319 116 2874 -> convert(0x68, 0x8047DCC, 0x2) 117 2877 <- convert = 319 [all …]
|
| HD | dappprof_example.txt | 44 convert 5 51 convert 149606 59 convert 8805
|
| /NextBSD/crypto/heimdal/admin/ |
| HD | ChangeLog | 48 * purge.c: convert to slc; don't purge keys older that a certain 52 * rename.c: convert to slc 54 * remove.c: convert to slc 56 * get.c: convert to slc; warn if resetting disallow-all-tix 58 * copy.c: convert to slc 60 * change.c: convert to slc 62 * add.c: convert to slc 64 * list.c: convert to slc 66 * ktutil_locl.h: convert to slc 68 * ktutil.c: convert to slc
|
| /NextBSD/tests/sys/kern/acct/ |
| HD | Makefile | 9 CLEANFILES+= convert.c convert.c.tmp 11 DPSRCS.acct_test= convert.c 12 acct_test.o: convert.c 14 convert.c: ${SRCTOP}/sys/kern/kern_acct.c
|
| /NextBSD/contrib/llvm/lib/Target/WebAssembly/ |
| HD | WebAssemblyInstrConv.td | 33 * float32.cvt_signed[int32]: convert a signed 32-bit integer to a 32-bit float 34 * float32.cvt_signed[int64]: convert a signed 64-bit integer to a 32-bit float 35 * float32.cvt_unsigned[int32]: convert an unsigned 32-bit integer to a 32-bit float 36 * float32.cvt_unsigned[int64]: convert an unsigned 64-bit integer to a 32-bit float 39 * float64.cvt_signed[int32]: convert a signed 32-bit integer to a 64-bit float 40 * float64.cvt_signed[int64]: convert a signed 64-bit integer to a 64-bit float 41 * float64.cvt_unsigned[int32]: convert an unsigned 32-bit integer to a 64-bit float 42 * float64.cvt_unsigned[int64]: convert an unsigned 64-bit integer to a 64-bit float
|
| /NextBSD/contrib/gcc/ |
| HD | convert.c | 382 return convert (type, in convert_to_real() 577 convert (lang_hooks.types.type_for_mode in convert_to_integer() 726 return convert (type, in convert_to_integer() 728 convert (typex, arg0), in convert_to_integer() 729 convert (typex, arg1))); in convert_to_integer() 748 return convert (type, in convert_to_integer() 750 convert (typex, in convert_to_integer() 763 return convert (type, get_unwidened (TREE_OPERAND (expr, 0), type)); in convert_to_integer() 769 convert (type, TREE_OPERAND (expr, 1)), in convert_to_integer() 770 convert (type, TREE_OPERAND (expr, 2))); in convert_to_integer() [all …]
|
| HD | tree-mudflap.c | 557 convert (mf_uintptr_type, unshare_expr (base))); in mf_build_check_statement_for() 565 convert (mf_uintptr_type, unshare_expr (limit))); in mf_build_check_statement_for() 833 convert (mf_uintptr_type, addr), in mf_xform_derefs_1() 870 ofs = convert (bitsizetype, TREE_OPERAND (t, 2)); in mf_xform_derefs_1() 874 size = convert (bitsizetype, TREE_OPERAND (t, 1)); in mf_xform_derefs_1() 877 size = convert (sizetype, size); in mf_xform_derefs_1() 880 addr = convert (ptr_type_node, addr); in mf_xform_derefs_1() 1001 size = convert (size_type_node, TYPE_SIZE_UNIT (TREE_TYPE (decl))); in mx_register_decls() 1006 convert (ptr_type_node, in mx_register_decls() 1024 convert (ptr_type_node, in mx_register_decls() [all …]
|
| /NextBSD/libexec/tftpd/ |
| HD | tftp-file.c | 48 static int convert; variable 188 convert = !strcmp(mode, "netascii"); in write_init() 196 if (convert == 0) in write_file() 228 convert = !strcmp(mode, "netascii"); in read_init() 236 if (convert == 0) in read_file()
|
| /NextBSD/contrib/llvm/lib/CodeGen/ |
| HD | MIRPrinter.cpp | 45 void convert(yaml::MachineFunction &MF, const MachineRegisterInfo &RegInfo, 47 void convert(yaml::MachineFrameInfo &YamlMFI, const MachineFrameInfo &MFI); 48 void convert(ModuleSlotTracker &MST, yaml::MachineBasicBlock &YamlMBB, 114 convert(YamlMF, MF.getRegInfo(), MF.getSubtarget().getRegisterInfo()); in print() 115 convert(YamlMF.FrameInfo, *MF.getFrameInfo()); in print() 129 convert(MST, YamlMBB, MBB); in print() 136 void MIRPrinter::convert(yaml::MachineFunction &MF, in convert() function in MIRPrinter 154 void MIRPrinter::convert(yaml::MachineFrameInfo &YamlMFI, in convert() function in MIRPrinter 217 void MIRPrinter::convert(ModuleSlotTracker &MST, in convert() function in MIRPrinter
|
| /NextBSD/contrib/ncurses/ncurses/widechar/ |
| HD | charable.c | 70 wchar_t convert; in _nc_to_widechar() local 74 if (mbtowc(&convert, temp, 1) >= 0) in _nc_to_widechar() 75 result = convert; in _nc_to_widechar()
|
| /NextBSD/usr.bin/number/ |
| HD | number.c | 77 static void convert(char *); 111 convert(line); in main() 117 convert(*argv); in main() 123 convert(char *line) in convert() function
|
| /NextBSD/usr.bin/comm/ |
| HD | comm.c | 64 static wchar_t *convert(const char *); 157 if ((tline1 = convert(line1)) != NULL) in main() 158 tline2 = convert(line2); in main() 193 convert(const char *str) in convert() function
|
| /NextBSD/lib/libc/sparc64/gen/ |
| HD | fixunsdfsi.S | 69 fbul,a 1f ! if so, use fdtox to convert to long 72 ! d does not fit in a long, so subtract 2^63, convert, 77 fdtox %f0, %f0 ! convert to long
|
| /NextBSD/contrib/binutils/opcodes/ |
| HD | s390-opc.txt | 1 # S/390 opcodes list. Use s390-mkopc to convert it into the opcode table. 56 4f cvb RX_RRRD "convert to binary" g5 esa,zarch 57 4e cvd RX_RRRD "convert to decimal" g5 esa,zarch 344 b396 cxfbr RRE_RF "convert from fixed 32 to extended bfp" g5 esa,zarch 345 b395 cdfbr RRE_RF "convert from fixed 32 to long bfp" g5 esa,zarch 346 b394 cefbr RRE_RF "convert from fixed 32 to short bfp" g5 esa,zarch 347 b39a cfxbr RRF_U0RF "convert to fixed extended bfp to 32" g5 esa,zarch 348 b399 cfdbr RRF_U0RF "convert to fixed long bfp to 32" g5 esa,zarch 349 b398 cfebr RRF_U0RF "convert to fixed short bfp to 32" g5 esa,zarch 417 b2a6 cuutf RRE_RR "convert unicode to utf-8" g5 esa,zarch [all …]
|
| /NextBSD/crypto/heimdal/doc/ |
| HD | kerberos4.texi | 32 Because of this it can be hard or impossible to correctly convert a 36 example, suppose you want to convert the principal @samp{rcmd.foo}. 39 there are exceptions to this rule). To correctly convert the instance 54 @code{krb5_425_conv_principal_ext} to convert principals when handling 60 If you want to convert an existing version 4 database, the principal 63 If you decide to convert your database once and for all, you will only 99 When you convert this database you want the following conversions to be 142 will happily convert @samp{rcmd.gone} to @samp{host/gone.foo.se}. This 150 Instead of doing this you can use DNS to convert instances. This is not
|
| /NextBSD/crypto/openssl/crypto/evp/ |
| HD | evp_test.c | 76 static int convert(unsigned char *s) in convert() function 537 kn = convert(key); in main() 538 in = convert(iv); in main() 539 pn = convert(plaintext); in main() 540 cn = convert(ciphertext); in main() 542 an = convert(aad); in main() 543 tn = convert(tag); in main()
|
| /NextBSD/usr.bin/uniq/ |
| HD | uniq.c | 69 static wchar_t *convert(const char *); 184 tprev = convert(prevline); in main() 193 tthis = convert(thisline); in main() 230 convert(const char *str) in convert() function
|
| /NextBSD/lib/libiconv_modules/GBK2K/ |
| HD | citrus_gbk2k.c | 198 goto convert; in _citrus_GBK2K_mbrtowc_priv() 204 goto convert; in _citrus_GBK2K_mbrtowc_priv() 215 goto convert; in _citrus_GBK2K_mbrtowc_priv() 220 convert: in _citrus_GBK2K_mbrtowc_priv()
|
| /NextBSD/contrib/llvm/lib/Target/NVPTX/ |
| HD | NVPTXMCExpr.cpp | 33 APF.convert(APFloat::IEEEsingle, APFloat::rmNearestTiesToEven, &Ignored); in printImpl() 38 APF.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven, &Ignored); in printImpl()
|
| /NextBSD/contrib/dtc/ |
| HD | Makefile | 106 include Makefile.convert-dtsv0 110 BIN += convert-dtsv0 189 convert-dtsv0: $(CONVERT_OBJS) 206 TESTS_BIN += convert-dtsv0
|
| /NextBSD/contrib/expat/lib/ |
| HD | xmltok.c | 1249 CONVERTER convert; member 1267 int c = uenc->convert(uenc->userData, p); in unknown_isName() 1277 int c = uenc->convert(uenc->userData, p); in unknown_isNmstrt() 1287 int c = uenc->convert(uenc->userData, p); in unknown_isInvalid() 1306 int c = uenc->convert(uenc->userData, *fromP); in unknown_toUtf8() 1335 uenc->convert(uenc->userData, *fromP); in unknown_toUtf16() 1348 CONVERTER convert, in XmlInitUnknownEncoding() argument 1407 e->convert = convert; in XmlInitUnknownEncoding() 1408 if (convert) { in XmlInitUnknownEncoding() 1642 CONVERTER convert, in XmlInitUnknownEncodingNS() argument [all …]
|
| /NextBSD/crypto/openssl/crypto/bio/ |
| HD | b_print.c | 469 char convert[DECIMAL_SIZE(value) + 3]; in fmtint() local 496 convert[place++] = (caps ? "0123456789ABCDEF" : "0123456789abcdef") in fmtint() 499 } while (uvalue && (place < (int)sizeof(convert))); in fmtint() 500 if (place == sizeof(convert)) in fmtint() 502 convert[place] = 0; in fmtint() 543 doapr_outch(sbuffer, buffer, currlen, maxlen, convert[--place]); in fmtint()
|
| /NextBSD/tools/tools/locale/tools/ |
| HD | unicode2src.pl | 43 convert($INPUT, $OUTPUT); 118 sub convert { subroutine
|
| /NextBSD/contrib/compiler-rt/lib/builtins/ |
| HD | README.txt | 289 double __extendsfdf2vfp(float a); // Appears to convert from 291 int __fixdfsivfp(double a); // Appears to convert from 293 int __fixsfsivfp(float a); // Appears to convert from 295 unsigned int __fixunssfsivfp(float a); // Appears to convert from 297 unsigned int __fixunsdfsivfp(double a); // Appears to convert from 299 double __floatsidfvfp(int a); // Appears to convert from 301 float __floatsisfvfp(int a); // Appears to convert from 303 double __floatunssidfvfp(unsigned int a); // Appears to convert from 305 float __floatunssisfvfp(unsigned int a); // Appears to convert from 332 float __truncdfsf2vfp(double a); // Appears to convert from
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| HD | RangeConstraintManager.cpp | 427 llvm::APSInt Lower = AdjustmentType.convert(Int) - Adjustment; in assumeSymNE() 448 llvm::APSInt AdjInt = AdjustmentType.convert(Int) - Adjustment; in assumeSymEQ() 469 llvm::APSInt ComparisonVal = AdjustmentType.convert(Int); in assumeSymLT() 498 llvm::APSInt ComparisonVal = AdjustmentType.convert(Int); in assumeSymGT() 527 llvm::APSInt ComparisonVal = AdjustmentType.convert(Int); in assumeSymGE() 556 llvm::APSInt ComparisonVal = AdjustmentType.convert(Int); in assumeSymLE()
|