Searched refs:codep (Results 1 – 5 of 5) 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 …]
29 unsigned int *codep, unsigned int *formp) in __libdw_find_attr() argument83 if (codep != NULL) in __libdw_find_attr()84 *codep = attr_name; in __libdw_find_attr()108 if (codep != NULL) in __libdw_find_attr()109 *codep = INVALID; in __libdw_find_attr()
311 unsigned int *codep,
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()