Searched refs:codep (Results 1 – 9 of 9) sorted by relevance
372 code_t *codep, *free_entp, *maxcodep, *oldcodep; in LZWDecode() local389 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()420 t = codep->value; in LZWDecode()[all …]
44 unsigned int *codep, unsigned int *formp) in __libdw_find_attr() argument75 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()
736 unsigned int *codep,
396 const uint8_t *codep = data; in i386_disasm() local400 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 …]
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() argument233 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() argument245 result = (codep[0] & 0x80) ? -1 : 0; in detzcode64()247 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()
6686 uint32_t *codep; in label() local6690 codep = (val == EMPTYLABEL) ? NULL : c->group->bytecode + val; in label()6691 while (codep) { in label()6692 int ofs = getofs(*codep); in label()6693 setofs(codep, c->pc - codep - instruction_len(*codep)); in label()6694 codep = ofs ? codep + ofs : NULL; in label()
7359 uint32_t *codep; in label() local7363 codep = (val == EMPTYLABEL) ? NULL : c->group->bytecode + val; in label()7364 while (codep) { in label()7365 int ofs = getofs(*codep); in label()7366 setofs(codep, c->pc - codep - instruction_len(*codep)); in label()7367 codep = ofs ? codep + ofs : NULL; in label()
META-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...