Home
last modified time | relevance | path

Searched refs:codep (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_lzw.c375 code_t *codep, *free_entp, *maxcodep, *oldcodep; in LZWDecode() local
392 codep = sp->dec_codep; in LZWDecode()
393 residue = codep->length - sp->dec_restart; in LZWDecode()
403 codep = codep->next; in LZWDecode()
404 } while (--residue > occ && codep); in LZWDecode()
405 if (codep) { in LZWDecode()
408 *--tp = codep->value; in LZWDecode()
409 codep = codep->next; in LZWDecode()
410 } while (--occ && codep); in LZWDecode()
423 t = codep->value; in LZWDecode()
[all …]
/external/elfutils/libdw/
Ddwarf_child.c44 unsigned int *codep, unsigned int *formp) in __libdw_find_attr() argument
75 if (codep != NULL) in __libdw_find_attr()
76 *codep = attr_name; in __libdw_find_attr()
111 if (codep != NULL) in __libdw_find_attr()
112 *codep = INVALID; in __libdw_find_attr()
DlibdwP.h761 unsigned int *codep,
/external/elfutils/libcpu/
Di386_disasm.c396 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()
615 && (codep[0] & 0x7) == 0x5)) in i386_disasm()
[all …]
/external/icu/icu4c/source/tools/tzcode/
Dlocaltime.c133 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/
Dipxfrm.c1232 char *codep = NULL; in xfrm_selector_upspec_parse() local
1297 codep = *argv; in xfrm_selector_upspec_parse()
1356 if (typep || codep) { in xfrm_selector_upspec_parse()
/external/protobuf/php/ext/google/protobuf/
Dupb.c5963 uint32_t *codep; in label() local
5967 codep = (val == EMPTYLABEL) ? NULL : c->group->bytecode + val; in label()
5968 while (codep) { in label()
5969 int ofs = getofs(*codep); in label()
5970 setofs(codep, c->pc - codep - instruction_len(*codep)); in label()
5971 codep = ofs ? codep + ofs : NULL; in label()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c9714 uint32_t *codep; in label() local
9718 codep = (val == EMPTYLABEL) ? NULL : c->group->bytecode + val; in label()
9719 while (codep) { in label()
9720 int ofs = getofs(*codep); in label()
9721 setofs(codep, c->pc - codep - instruction_len(*codep)); in label()
9722 codep = ofs ? codep + ofs : NULL; in label()