HomeSort by relevance Sort by last modified time
    Searched refs:itemlen (Results 1 - 13 of 13) sorted by null

  /external/python/cpython3/Objects/stringlib/
join.h 59 Py_ssize_t itemlen; local
76 itemlen = buffers[i].len;
77 if (itemlen > PY_SSIZE_T_MAX - sz) {
82 sz += itemlen;
  /external/mdnsresponder/mDNSShared/
dnssd_clientlib.c 252 unsigned long keylen, itemlen, remainder; local
255 itemlen = (unsigned long)(1 + item[0]);
256 remainder = (unsigned long)((txtRec->buffer + txtRec->datalen) - (item + itemlen));
258 memmove(item, item + itemlen, remainder);
259 txtRec->datalen -= itemlen;
  /toolchain/binutils/binutils-2.27/binutils/
resbin.c 283 rc_uint_type flags, slen, itemlen; local
313 itemlen = stroff + slen * 2 + 2;
325 mi->popup = bin_to_res_menuitems (wrbfd, data + itemlen, length - itemlen,
327 itemlen += subread;
334 data += itemlen;
335 length -= itemlen;
336 *got += itemlen;
361 rc_uint_type itemlen; local
382 itemlen = 14 + slen * 2 + 2
    [all...]
  /prebuilts/ndk/r16/sources/android/cpufeatures/
cpu-features.c 264 int itemlen = strlen(item); local
281 if (itemlen == q-p && !memcmp(p, item, itemlen))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
menu.h 102 short itemlen; /* Length of one item */ member in struct:tagMENU
  /external/tcpdump/
print-bgp.c 527 #define ITEMCHECK(minlen) if (itemlen < minlen) goto badtlv;
531 const u_char *pptr, u_int itemlen, char *buf, u_int buflen)
541 itemlen -= 1;
564 const u_char *pptr, u_int itemlen, char *buf, u_int buflen)
589 itemlen -= 4;
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/test/
qcamera_test.cpp 559 size_t itemlen;
589 itemlen = (lh << 8) | ll;
591 if (itemlen < 2) {
596 mSections[mSectionsRead].Size = itemlen;
598 Data = (unsigned char *)malloc(itemlen);
609 if (pos+itemlen-2 > buffer_size) {
614 memcpy(Data+2, buffer+pos, itemlen-2); // Read the whole section.
615 pos += itemlen-2;
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/test/
qcamera_test.cpp 554 size_t itemlen; local
584 itemlen = (lh << 8) | ll;
586 if (itemlen < 2) {
591 mSections[mSectionsRead].Size = itemlen;
593 Data = (unsigned char *)malloc(itemlen);
604 if (pos+itemlen-2 > buffer_size) {
609 memcpy(Data+2, buffer+pos, itemlen-2); // Read the whole section.
610 pos += itemlen-2;
    [all...]
  /external/scapy/scapy/layers/tls/
handshake.py 182 itemlen = struct.calcsize(self.itemfmt)
184 res.append(struct.unpack(self.itemfmt, m[:itemlen])[0])
185 m = m[itemlen:]
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
unicodeobject.c 5706 Py_ssize_t itemlen; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
unicodeobject.c 5611 Py_ssize_t itemlen; local
    [all...]
  /external/python/cpython2/Objects/
unicodeobject.c 5713 Py_ssize_t itemlen; local
    [all...]
  /external/python/cpython3/Objects/
unicodeobject.c 10038 Py_ssize_t itemlen; local
10062 Py_ssize_t itemlen; local
    [all...]

Completed in 817 milliseconds