/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/chromium_org/third_party/icu/source/test/cintltst/ |
usettest.c | 366 int32_t itemLen = 0, length; 398 itemLen = uset_getItem(set, itemIndex, &start, &end, 400 if (U_FAILURE(ec) || itemLen < 0) { 405 if (itemLen == 0) { 410 itemStr[itemLen] = 0; 411 u_UCharsToChars(itemStr, buf, itemLen+1); 432 if (itemLen == 0) { 451 if (itemLen != 0) {
|
/external/icu4c/test/cintltst/ |
usettest.c | 366 int32_t itemLen = 0, length; 398 itemLen = uset_getItem(set, itemIndex, &start, &end, 400 if (U_FAILURE(ec) || itemLen < 0) { 405 if (itemLen == 0) { 410 itemStr[itemLen] = 0; 411 u_UCharsToChars(itemStr, buf, itemLen+1); 432 if (itemLen == 0) { 451 if (itemLen != 0) {
|
/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))
|
/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/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
|
/ndk/sources/android/cpufeatures/ |
cpu-features.c | 245 int itemlen = strlen(item); local 262 if (itemlen == q-p && !memcmp(p, item, itemlen)) [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...] |