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

  /external/tcpdump/
decode_prefix.h 36 extern int decode_prefix4(const u_char *pptr, u_int itemlen, char *buf, u_int buflen);
38 extern int decode_prefix6(const u_char *pd, u_int itemlen, char *buf, u_int buflen);
print-bgp.c 486 #define ITEMCHECK(minlen) if (itemlen < minlen) goto badtlv;
489 decode_prefix4(const u_char *pptr, u_int itemlen, char *buf, u_int buflen)
499 itemlen -= 1;
521 decode_labeled_prefix4(const u_char *pptr, u_int itemlen, char *buf, u_int buflen)
546 itemlen -= 4;
    [all...]
  /external/jhead/
jpgfile.c 140 int itemlen; local
165 itemlen = (lh << 8) | ll;
167 if (itemlen < 2){
173 Sections[SectionsRead].Size = itemlen;
175 Data = (uchar *)malloc(itemlen);
187 got = fread(Data+2, 1, itemlen-2, infile); // Read the whole section.
188 if (got != itemlen-2){
242 process_COM(Data, itemlen);
259 process_EXIF(Data, itemlen);
264 printf("Image cotains XMP section, %d bytes long\n", itemlen);
338 int itemlen; local
    [all...]
iptc.c 52 void show_IPTC (unsigned char* Data, unsigned int itemlen)
59 unsigned char * maxpos = Data+itemlen;
62 if (itemlen < 25) goto corrupt;
98 while (pos < (Data + itemlen-5)) {
  /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;
  /external/icu/icu4c/source/test/cintltst/
usettest.c 365 int32_t itemLen = 0, length;
397 itemLen = uset_getItem(set, itemIndex, &start, &end,
399 if (U_FAILURE(ec) || itemLen < 0) {
404 if (itemLen == 0) {
409 itemStr[itemLen] = 0;
410 u_UCharsToChars(itemStr, buf, itemLen+1);
431 if (itemLen == 0) {
450 if (itemLen != 0) {
  /external/webp/src/dsp/
cpu-features.c 197 int itemlen = strlen(item); local
214 if (itemlen == q-p && !memcmp(p, item, itemlen))
  /external/webrtc/src/system_wrappers/source/android/
cpu-features.c 197 int itemlen = strlen(item); local
214 if (itemlen == q-p && !memcmp(p, item, itemlen))
  /external/lzma/C/Util/SfxSetup/
SfxSetup.c 69 unsigned itemLen = (unsigned)strlen(item);
71 if (len != itemLen)
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 217 int itemlen = 0; local
256 itemlen = (lh << 8) | ll;
258 if ( itemlen < 2 ) {
262 Data = (uchar *)malloc(itemlen);
272 ReadFile(infile, Data+2, itemlen-2, &got, NULL);
274 got = fread(Data+2, 1, itemlen-2, infile); /* Read the whole section.*/
276 if ( got != itemlen-2 ) {
280 PRINT("Jpeg section marker 0x%02x size %d\n",marker, itemlen);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
menu.h 102 short itemlen; /* Length of one item */ member in struct:tagMENU
  /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/llvm/include/llvm/Support/
OnDiskHashTable.h 312 offset_type ItemLen = L.first + L.second;
316 Items += ItemLen;
326 Items += ItemLen;
  /external/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c 246 int itemlen = strlen(item); local
263 if (itemlen == q-p && !memcmp(p, item, itemlen))
    [all...]
  /ndk/sources/android/cpufeatures/
cpu-features.c 249 int itemlen = strlen(item); local
266 if (itemlen == q-p && !memcmp(p, item, itemlen))
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/test/
qcamera_test.cpp 535 int itemlen; local
558 itemlen = (lh << 8) | ll;
560 if (itemlen < 2) {
565 mSections[mSectionsRead].Size = itemlen;
567 Data = (unsigned char *)malloc(itemlen);
578 if (pos+itemlen-2 > buffer_size) {
583 memcpy(Data+2, buffer+pos, itemlen-2); // Read the whole section.
584 pos += itemlen-2;
    [all...]
  /external/svox/pico/lib/
picodata.c 267 if (blenmax < PICODATA_ITEM_HEADSIZE) { /* itemlen not accessible? */
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
ProcessStats.java     [all...]

Completed in 529 milliseconds