Searched refs:codep (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_lzw.c | 372 code_t *codep, *free_entp, *maxcodep, *oldcodep; in LZWDecode() local 389 codep = sp->dec_codep; in LZWDecode() 390 residue = codep->length - sp->dec_restart; in LZWDecode() 400 codep = codep->next; in LZWDecode() 401 } while (--residue > occ && codep); in LZWDecode() 402 if (codep) { in LZWDecode() 405 *--tp = codep->value; in LZWDecode() 406 codep = codep->next; in LZWDecode() 407 } while (--occ && codep); in LZWDecode() 419 t = codep->value; in LZWDecode() [all …]
|
/external/opencv3/3rdparty/libtiff/ |
D | tif_lzw.c | 369 code_t *codep, *free_entp, *maxcodep, *oldcodep; in LZWDecode() local 386 codep = sp->dec_codep; in LZWDecode() 387 residue = codep->length - sp->dec_restart; in LZWDecode() 397 codep = codep->next; in LZWDecode() 398 } while (--residue > occ && codep); in LZWDecode() 399 if (codep) { in LZWDecode() 402 *--tp = codep->value; in LZWDecode() 403 codep = codep->next; in LZWDecode() 404 } while (--occ && codep); in LZWDecode() 416 t = codep->value; in LZWDecode() [all …]
|
/external/elfutils/libdw/ |
D | dwarf_child.c | 44 unsigned int *codep, unsigned int *formp) in __libdw_find_attr() argument 84 if (codep != NULL) in __libdw_find_attr() 85 *codep = attr_name; in __libdw_find_attr() 108 if (codep != NULL) in __libdw_find_attr() 109 *codep = INVALID; in __libdw_find_attr()
|
D | libdwP.h | 532 unsigned int *codep,
|
/external/elfutils/libcpu/ |
D | i386_disasm.c | 396 const uint8_t *codep = data; in i386_disasm() local 400 if (data > begin && codep[-1] == *curr && clen > 0) in i386_disasm() 417 if (*codep++ != *curr++) in i386_disasm() 421 if (codep == end && avail > 0) in i386_disasm() 427 uint_fast8_t masked = *codep++ & *curr++; in i386_disasm() 438 if (codep == end && avail > 0) in i386_disasm() 483 : "=mr" (opoff), "=mr" (correct_prefix), "=mr" (codep), in i386_disasm() 590 param_start = codep; in i386_disasm() 593 uint_fast8_t modrm = codep[-1]; in i386_disasm() 613 || ((modrm & 0xc7) == 0x4 && (codep[0] & 0x7) == 0x5)) in i386_disasm() [all …]
|
/external/libvorbis/lib/ |
D | sharedbook.c | 341 ogg_uint32_t **codep=alloca(sizeof(*codep)*n); in vorbis_book_init_decode() local 347 codep[i]=codes+i; in vorbis_book_init_decode() 350 qsort(codep,n,sizeof(*codep),sort32a); in vorbis_book_init_decode() 356 int position=codep[i]-codes; in vorbis_book_init_decode()
|
/external/icu/icu4c/source/tools/tzcode/ |
D | localtime.c | 133 static int_fast32_t detzcode(const char * codep); 134 static int_fast64_t detzcode64(const char * codep); 228 detzcode(const char *const codep) in detzcode() argument 233 result = (codep[0] & 0x80) ? -1 : 0; in detzcode() 235 result = (result << 8) | (codep[i] & 0xff); in detzcode() 240 detzcode64(const char *const codep) in detzcode64() argument 245 result = (codep[0] & 0x80) ? -1 : 0; in detzcode64() 247 result = (result << 8) | (codep[i] & 0xff); in detzcode64()
|
/external/iproute2/ip/ |
D | ipxfrm.c | 1228 char *codep = NULL; in xfrm_selector_upspec_parse() local 1294 codep = *argv; in xfrm_selector_upspec_parse() 1353 if (typep || codep) { in xfrm_selector_upspec_parse()
|