Home
last modified time | relevance | path

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

/external/qemu/
Di386-dis.c1575 static unsigned char *codep; variable
3331 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 …]
/external/elfutils/libdw/
Ddwarf_child.c29 unsigned int *codep, unsigned int *formp) in __libdw_find_attr() argument
83 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()
DlibdwP.h311 unsigned int *codep,
/external/icu4c/tools/tzcode/
Dlocaltime.c139 static long detzcode(const char * codep);
140 static time_t detzcode64(const char * codep);
231 detzcode(codep) in detzcode() argument
232 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() argument
245 const char * const codep; in detzcode64()
250 result = (codep[0] & 0x80) ? (~(int_fast64_t) 0) : 0;
252 result = result * 256 + (codep[i] & 0xff);
/external/iproute2/ip/
Dipxfrm.c1086 char *codep = NULL; in xfrm_selector_upspec_parse() local
1151 codep = *argv; in xfrm_selector_upspec_parse()
1186 if (typep || codep) { in xfrm_selector_upspec_parse()