Searched defs:transtab (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/VEX/unused/
H A Ddispatch.c18 if (transtab[i].orig == orig)
19 return transtab[i].trans;
36 TTEntry transtab[N_TT_ENTRIES]; variable
48 transtab[n_transtab_used].orig = orig;
49 transtab[n_transtab_used].orig_size = orig_size;
50 transtab[n_transtab_used].trans_size = trans_size;
52 transtab[n_transtab_used].trans = malloc(trans_size);
53 assert(transtab[n_transtab_used].trans != NULL);
55 transtab[n_transtab_used].trans[i] = trans[i];
58 arm_notify_new_code(transtab[n_transtab_use
[all...]
/external/libcap-ng/libcap-ng-0.7/src/
H A Dlookup_table.c36 struct transtab { struct
65 static const struct transtab captab[] = {
76 static int capng_lookup_name(const struct transtab *table,
88 static const char *capng_lookup_number(const struct transtab *table,

Completed in 138 milliseconds