Searched refs:codep (Results 1 – 8 of 8) sorted by relevance
436 code_t *codep = sp->dec_codep; in LZWDecode() local437 residue = codep->length - sp->dec_restart; in LZWDecode()449 codep = codep->next; in LZWDecode()450 } while (--residue > occ && codep); in LZWDecode()451 if (codep) in LZWDecode()456 *--tp = codep->value; in LZWDecode()457 codep = codep->next; in LZWDecode()458 } while (--occ && codep); in LZWDecode()470 *--tp = codep->value; in LZWDecode()471 codep = codep->next; in LZWDecode()[all …]
44 unsigned int *codep, unsigned int *formp) in __libdw_find_attr() argument88 if (codep != NULL) in __libdw_find_attr()89 *codep = attr_name; in __libdw_find_attr()124 if (codep != NULL) in __libdw_find_attr()125 *codep = INVALID; in __libdw_find_attr()
770 unsigned int *codep,
395 const uint8_t *codep = data; in i386_disasm() local399 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()484 : "=mr" (opoff), "=mr" (correct_prefix), "=mr" (codep), in i386_disasm()591 param_start = codep; in i386_disasm()594 uint_fast8_t modrm = codep[-1]; in i386_disasm()616 && (codep[0] & 0x7) == 0x5)) in i386_disasm()[all …]
168 uint32_t *codep; in label() local172 codep = (val == EMPTYLABEL) ? NULL : c->group->bytecode + val; in label()173 while (codep) { in label()174 int ofs = getofs(*codep); in label()175 setofs(codep, (int32_t)(c->pc - codep - instruction_len(*codep))); in label()176 codep = ofs ? codep + ofs : NULL; in label()
135 static int_fast32_t detzcode(const char * codep);136 static int_fast64_t detzcode64(const char * codep);230 detzcode(const char *const codep) in detzcode() argument235 result = (codep[0] & 0x80) ? -1 : 0; in detzcode()237 result = (result << 8) | (codep[i] & 0xff); in detzcode()242 detzcode64(const char *const codep) in detzcode64() argument247 result = (codep[0] & 0x80) ? -1 : 0; in detzcode64()249 result = (result << 8) | (codep[i] & 0xff); in detzcode64()
1232 char *codep = NULL; in xfrm_selector_upspec_parse() local1297 codep = *argv; in xfrm_selector_upspec_parse()1356 if (typep || codep) { in xfrm_selector_upspec_parse()