/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...] |
/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/webp/src/dsp/ |
cpu-features.c | 195 int itemlen = strlen(item); local 212 if (itemlen == q-p && !memcmp(p, item, itemlen))
|
/external/webrtc/src/system_wrappers/source/android/ |
cpu-features.c | 195 int itemlen = strlen(item); local 212 if (itemlen == q-p && !memcmp(p, item, 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...] |
/ndk/sources/android/cpufeatures/ |
cpu-features.c | 245 int itemlen = strlen(item); local 262 if (itemlen == q-p && !memcmp(p, item, itemlen)) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
menu.h | 102 short itemlen; /* Length of one item */ member in struct:tagMENU
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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.7-4.6/sysroot/usr/include/ |
menu.h | 102 short itemlen; /* Length of one item */ member in struct:tagMENU
|