Home
last modified time | relevance | path

Searched full:extlen (Results 1 – 25 of 25) sorted by relevance

/external/python/cpython2/PC/
Dimport_nt.c72 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/
DDefaultName.cpp10 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/fsverity-utils/
Dcmd_setup.c211 * type @type, containing the data @ext of length @extlen bytes.
214 const void *ext, size_t extlen) in fsverity_append_extension() argument
220 hdr->length = cpu_to_le32(sizeof(*hdr) + extlen); in fsverity_append_extension()
223 memcpy(buf, ext, extlen); in fsverity_append_extension()
224 buf += extlen; in fsverity_append_extension()
225 memset(buf, 0, -extlen & 7); in fsverity_append_extension()
226 buf += -extlen & 7; in fsverity_append_extension()
227 ASSERT(buf - *buf_p == FSVERITY_EXTLEN(extlen)); in fsverity_append_extension()
Delide_patch.c289 size_t extlen; in append_elide_patch_exts() local
296 extlen = sizeof(u.patch.hdr) + ext->length; in append_elide_patch_exts()
301 extlen = sizeof(u.elide); in append_elide_patch_exts()
303 fsverity_append_extension(&buf, type, &u, extlen); in append_elide_patch_exts()
Dfsveritysetup.h22 const void *ext, size_t extlen);
/external/lzma/C/Util/SfxSetup/
DSfxSetup.c51 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/swiftshader/third_party/llvm-7.0/llvm/test/ObjectYAML/MachO/
DDWARF-debug_line.yaml514 ExtLen: 9
532 ExtLen: 1
556 #CHECK: ExtLen: 9
574 #CHECK: ExtLen: 1
DDWARF5-debug_info.yaml488 ExtLen: 9
506 ExtLen: 1
DDWARF-debug_info.yaml487 ExtLen: 9
505 ExtLen: 1
/external/u-boot/net/
Dbootp.c713 int extlen, pktlen, iplen; in bootp_request() local
787 extlen = dhcp_extended((u8 *)bp->bp_vend, DHCP_DISCOVER, zero_ip, in bootp_request()
790 extlen = bootp_extended((u8 *)bp->bp_vend); in bootp_request()
810 iplen = BOOTP_HDR_SIZE - OPT_FIELD_SIZE + extlen; in bootp_request()
972 int pktlen, iplen, extlen; in dhcp_send_request_packet() local
1019 extlen = dhcp_extended((u8 *)bp->bp_vend, DHCP_REQUEST, in dhcp_send_request_packet()
1022 iplen = BOOTP_HDR_SIZE - OPT_FIELD_SIZE + extlen; in dhcp_send_request_packet()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/math/raw/
DNat.java851 int extLen = len << 1; in square() local
853 int j = len, k = extLen; in square()
867 addWordAt(extLen, c, zz, i << 1); in square()
870 shiftUpBit(extLen, zz, x[0] << 31); in square()
875 int extLen = len << 1; in square() local
877 int j = len, k = extLen; in square()
891 addWordAt(extLen, c, zz, zzOff, i << 1); in square()
894 shiftUpBit(extLen, zz, zzOff, x[xOff] << 31); in square()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/raw/
DNat.java847 int extLen = len << 1; in square() local
849 int j = len, k = extLen; in square()
863 addWordAt(extLen, c, zz, i << 1); in square()
866 shiftUpBit(extLen, zz, x[0] << 31); in square()
871 int extLen = len << 1; in square() local
873 int j = len, k = extLen; in square()
887 addWordAt(extLen, c, zz, zzOff, i << 1); in square()
890 shiftUpBit(extLen, zz, zzOff, x[xOff] << 31); in square()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DDWARFYAML.cpp134 IO.mapRequired("ExtLen", LineTableOpcode.ExtLen); in mapping()
DDWARFEmitter.cpp244 encodeULEB128(Op.ExtLen, OS); in EmitDebugLine()
/external/scapy/scapy/layers/tls/
Dhandshake.py245 _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/
Dkey_debug.c111 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/
Dprint-udp.c200 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/
Degif_lib.c571 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/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp294 NewOp.ExtLen = LineData.getULEB128(&Offset); in dumpDebugLines()
308 while (Offset < StartExt + NewOp.ExtLen) in dumpDebugLines()
/external/dng_sdk/source/
Ddng_xmp_sdk.cpp1464 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/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp2078 ExtLen: 9 in TEST()
2089 ExtLen: 1 in TEST()
2148 ExtLen: 9 in TEST()
2161 ExtLen: 1 in TEST()
2220 ExtLen: 9 in TEST()
2233 ExtLen: 1 in TEST()
2297 ExtLen: 9 in TEST()
2310 ExtLen: 1 in TEST()
2381 ExtLen: 9 in TEST()
2392 ExtLen: 1 in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h119 uint64_t ExtLen; member
/external/scapy/test/
Dtls.uts814 assert(ch.extlen == 146)
/external/skqp/platform_tools/android/bin/linux/
Dperfhostlibpthread.so.0 _Jv_RegisterClasses sem_post pthread_attr_init sem_init pthread_mutex_unlock pthread_create raise pthread_attr_setstacksize __errno_location fork nanosleep waitpid pthread_mutex_lock lseek64 ...
/external/skia/platform_tools/android/bin/linux/
Dperfhostlibpthread.so.0 _Jv_RegisterClasses sem_post pthread_attr_init sem_init pthread_mutex_unlock pthread_create raise pthread_attr_setstacksize __errno_location fork nanosleep waitpid pthread_mutex_lock lseek64 ...