/external/python/cpython2/PC/ |
D | import_nt.c | 72 size_t extLen = strlen(fdp->suffix); in PyWin_FindRegisteredModule() local 74 if ((size_t)modNameSize > extLen && in PyWin_FindRegisteredModule() 75 strnicmp(pathBuf + ((size_t)modNameSize-extLen-1), in PyWin_FindRegisteredModule() 77 extLen) == 0) in PyWin_FindRegisteredModule()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | DefaultName.cpp | 10 const unsigned extLen = extension.Len(); in GetDefaultName3() local 13 if (fileNameLen > extLen + 1) in GetDefaultName3() 15 const unsigned dotPos = fileNameLen - (extLen + 1); in GetDefaultName3()
|
/external/llvm-project/llvm/test/tools/yaml2obj/ELF/DWARF/ |
D | debug-line.yaml | 350 ExtLen: 9 450 ExtLen: 0x09 453 ExtLen: 0x09 457 ExtLen: 0x09 465 ExtLen: 0x09 558 ExtLen: 1 578 ExtLen: 1 620 ## l) Test that we can specify or omit the ExtLen field of extended opcodes. 624 # RUN: FileCheck %s --check-prefix=EXTLEN --strict-whitespace 626 # EXTLEN: Hex dump of section '.debug_line': [all …]
|
/external/lzma/C/Util/SfxSetup/ |
D | SfxSetup.c | 51 static unsigned FindExt(const wchar_t *s, unsigned *extLen) in FindExt() argument 59 *extLen = len - i; in FindExt() 63 *extLen = 0; in FindExt() 455 unsigned extLen; in main() local 458 unsigned nameLen = FindExt(temp + nameStartPos, &extLen); in main() 459 …unsigned extPrice = FindItem(kExts, sizeof(kExts) / sizeof(kExts[0]), name + len - extLen, extLen); in main()
|
/external/llvm-project/llvm/test/ObjectYAML/MachO/ |
D | DWARF-debug_line.yaml | 509 ExtLen: 9 527 ExtLen: 1 549 # CHECK-NEXT: ExtLen: 9 567 # CHECK-NEXT: ExtLen: 1
|
D | DWARF5-debug_info.yaml | 489 ExtLen: 9 507 ExtLen: 1
|
D | DWARF-debug_info.yaml | 488 ExtLen: 9 506 ExtLen: 1
|
/external/llvm-project/llvm/test/tools/llvm-gsymutil/X86/ |
D | mach-dwarf.yaml | 698 ExtLen: 9 722 ExtLen: 1 726 ExtLen: 9 762 ExtLen: 1
|
/external/llvm-project/llvm/test/tools/llvm-gsymutil/ARM_AArch64/ |
D | fat-macho-dwarf.yaml | 482 ExtLen: 5 496 ExtLen: 1 950 ExtLen: 9 964 ExtLen: 1
|
/external/llvm-project/lldb/test/API/functionalities/source-map/ |
D | a.yaml | 386 ExtLen: 9 402 ExtLen: 1
|
/external/llvm-project/llvm/test/tools/llvm-objcopy/MachO/Inputs/ |
D | strip-all-with-dwarf.yaml | 479 ExtLen: 9 509 ExtLen: 1
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | DWARFYAML.cpp | 133 IO.mapRequired("ExtLen", LineTableOpcode.ExtLen); in mapping()
|
/external/scapy/scapy/layers/tls/ |
D | handshake.py | 245 _ExtensionsLenField("extlen", None, length_of="ext"), 326 _ExtensionsLenField("extlen", None, length_of="ext"), 402 _ExtensionsLenField("extlen", None, length_of="ext"), 455 _ExtensionsLenField("extlen", None, length_of="ext"), 468 _ExtensionsLenField("extlen", None, length_of="ext"), 627 FieldLenField("extlen", None, length_of="ext"), 629 length_from=lambda pkt: pkt.extlen) ] 1205 _ExtensionsLenField("extlen", None, length_of="ext"),
|
/external/ipsec-tools/src/libipsec/ |
D | key_debug.c | 111 int tlen, extlen; local 203 extlen = PFKEY_UNUNIT64(ext->sadb_ext_len); 204 tlen -= extlen; 205 ext = (void *)((caddr_t)(void *)ext + extlen);
|
/external/tcpdump/ |
D | print-udp.c | 200 u_int i2, extlen; in rtp_print() local 203 extlen = (i2 & 0xffff) + 1; in rtp_print() 204 if (extlen > len) { in rtp_print() 208 ip += extlen; in rtp_print()
|
/external/giflib/ |
D | egif_lib.c | 571 const int ExtLen, in EGifPutExtensionBlock() argument 583 Buf = ExtLen; in EGifPutExtensionBlock() 585 InternalWrite(GifFile, Extension, ExtLen); in EGifPutExtensionBlock() 621 const int ExtLen, in EGifPutExtension() argument 634 InternalWrite(GifFile, (GifByteType *)&ExtLen, 1); in EGifPutExtension() 638 Buf[2] = ExtLen; /* Extension length */ in EGifPutExtension() 641 InternalWrite(GifFile, Extension, ExtLen); in EGifPutExtension()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/raw/ |
D | Nat.java | 1072 int extLen = len << 1; in square() local 1074 int j = len, k = extLen; in square() 1098 shiftUpBit(extLen, zz, x[0] << 31); in square() 1103 int extLen = len << 1; in square() local 1105 int j = len, k = extLen; in square() 1129 shiftUpBit(extLen, zz, zzOff, x[xOff] << 31); in square()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/ |
D | Nat.java | 1068 int extLen = len << 1; in square() local 1070 int j = len, k = extLen; in square() 1094 shiftUpBit(extLen, zz, x[0] << 31); in square() 1099 int extLen = len << 1; in square() local 1101 int j = len, k = extLen; in square() 1125 shiftUpBit(extLen, zz, zzOff, x[xOff] << 31); in square()
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/raw/ |
D | Nat.java | 1072 int extLen = len << 1; in square() local 1074 int j = len, k = extLen; in square() 1098 shiftUpBit(extLen, zz, x[0] << 31); in square() 1103 int extLen = len << 1; in square() local 1105 int j = len, k = extLen; in square() 1129 shiftUpBit(extLen, zz, zzOff, x[xOff] << 31); in square()
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | DWARFYAML.cpp | 220 IO.mapOptional("ExtLen", LineTableOpcode.ExtLen); in mapping()
|
/external/llvm-project/lldb/unittests/Symbol/Inputs/ |
D | inlined-functions.yaml | 721 ExtLen: 9 926 ExtLen: 1
|
/external/dng_sdk/source/ |
D | dng_xmp_sdk.cpp | 1464 uint32 extLen = (uint32) extStr.size (); in PackageForJPEG() local 1475 if (extLen) in PackageForJPEG() 1478 extBlock.Reset (allocator.Allocate (extLen)); in PackageForJPEG() 1480 memcpy (extBlock->Buffer (), extStr.c_str (), extLen); in PackageForJPEG()
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | dwarf2yaml.cpp | 408 NewOp.ExtLen = LineData.getULEB128(&Offset); in dumpDebugLines() 422 while (Offset < StartExt + *NewOp.ExtLen) in dumpDebugLines()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLoweringHVX.cpp | 448 unsigned ExtLen = ExtTy.getVectorNumElements(); in buildHvxVectorReg() local 449 if (ExtLen == VecLen || ExtLen == 2*VecLen) { in buildHvxVectorReg() 454 BitVector Used(ExtLen); in buildHvxVectorReg() 466 for (unsigned I = 0; I != ExtLen; ++I) { in buildHvxVectorReg() 467 if (Mask.size() == ExtLen) in buildHvxVectorReg() 475 if (ExtLen == VecLen) in buildHvxVectorReg()
|
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFDebugInfoTest.cpp | 2190 ExtLen: 9 in TEST() 2201 ExtLen: 1 in TEST() 2255 ExtLen: 9 in TEST() 2268 ExtLen: 1 in TEST() 2322 ExtLen: 9 in TEST() 2335 ExtLen: 1 in TEST() 2394 ExtLen: 9 in TEST() 2407 ExtLen: 1 in TEST() 2472 ExtLen: 9 in TEST() 2483 ExtLen: 1 in TEST()
|