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

  /external/jhead/
jpgfile.c 140 int itemlen; local
164 itemlen = (lh << 8) | ll;
166 if (itemlen < 2){
172 Sections[SectionsRead].Size = itemlen;
174 Data = (uchar *)malloc(itemlen);
186 got = fread(Data+2, 1, itemlen-2, infile); // Read the whole section.
187 if (got != itemlen-2){
240 process_COM(Data, itemlen);
257 process_EXIF(Data, itemlen);
262 printf("Image cotains XMP section, %d bytes long\n", itemlen);
336 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/webrtc/src/system_wrappers/source/
cpu_features_arm.c 175 int itemlen = strlen(item); local
192 if (itemlen == q - p && !memcmp(p, item, 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;
  /ndk/sources/android/cpufeatures/
cpu-features.c 191 int itemlen = strlen(item); local
208 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...]
  /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

Completed in 88 milliseconds