Searched refs:codep (Results 1 – 6 of 6) sorted by relevance
1575 static unsigned char *codep; variable3331 fetch_data(the_info, codep + 1); in ckprefix()3333 switch (*codep) in ckprefix()3353 newrex = *codep; in ckprefix()3397 codep++; in ckprefix()3412 codep++; in ckprefix()3662 codep = priv.the_buffer; in print_insn()3671 if (codep > priv.the_buffer) in print_insn()3692 insn_codep = codep; in print_insn()3695 fetch_data(info, codep + 1); in print_insn()[all …]
65 unsigned int *codep, unsigned int *formp) in __libdw_find_attr() argument117 if (codep != NULL) in __libdw_find_attr()118 *codep = attr_name; in __libdw_find_attr()142 if (codep != NULL) in __libdw_find_attr()143 *codep = INVALID; in __libdw_find_attr()
390 unsigned int *codep,
384 const uint8_t *codep = data; in i386_disasm() local388 if (data > begin && codep[-1] == curr[1] && curr[0] == 0xff) in i386_disasm()405 uint_fast8_t masked = *codep++ & *curr++; in i386_disasm()415 if (codep == end && avail > 0) in i386_disasm()460 : "=mr" (opoff), "=mr" (correct_prefix), "=mr" (codep), in i386_disasm()567 param_start = codep; in i386_disasm()570 uint_fast8_t modrm = codep[-1]; in i386_disasm()590 || ((modrm & 0xc7) == 0x4 && (codep[0] & 0x7) == 0x5)) in i386_disasm()794 if ((codep[-1] & 0xc0) != 0xc0) in i386_disasm()817 if ((codep[-1] & 0xc0) != 0xc0) in i386_disasm()[all …]
139 static long detzcode(const char * codep);140 static time_t detzcode64(const char * codep);231 detzcode(codep) in detzcode() argument232 const char * const codep; in detzcode()237 result = (codep[0] & 0x80) ? ~0L : 0;239 result = (result << 8) | (codep[i] & 0xff);244 detzcode64(codep) in detzcode64() argument245 const char * const codep; in detzcode64()250 result = (codep[0] & 0x80) ? (~(int_fast64_t) 0) : 0;252 result = result * 256 + (codep[i] & 0xff);
1086 char *codep = NULL; in xfrm_selector_upspec_parse() local1151 codep = *argv; in xfrm_selector_upspec_parse()1186 if (typep || codep) { in xfrm_selector_upspec_parse()