Searched refs:xlat_search (Results 1 – 3 of 3) sorted by relevance
/external/strace/ |
D | xlat.c | 96 xlat_search(const struct xlat *xlat, const size_t nmemb, const uint64_t val) in xlat_search() function 254 xlat_search); in printxval_searchn_ex()
|
D | defs.h | 616 extern const char *xlat_search(const struct xlat *, const size_t, const uint64_t);
|
D | ChangeLog | 2064 (xlat_search, xlat_idx): Add static variables pos and memb_left, store 4539 add fn argument, call it instead of xlat_search. 4541 printxval_sized using xlat_search as a search function. 15602 * util.c (xlookup, xlat_bsearch_compare, xlat_search, printxvals, 24213 (printxlat_search): New function, wrapper for xlat_search with behaviour 30215 xlat_search: change type of integer argument to uint64_t. 30219 * defs.h (xlat_search): Change type of integer argument to uint64_t. 30220 * util.c (xlat_search): Likewise. Pass it by pointer. 42734 * defs.h (xlat_search): New prototype. 42735 * util.c (xlat_bsearch_compare, xlat_search): New functions. [all …]
|