Home
last modified time | relevance | path

Searched refs:memchr_inv (Results 1 – 4 of 4) sorted by relevance

/tools/include/linux/
A Dstring.h53 extern void *memchr_inv(const void *start, int c, size_t bytes);
/tools/lib/
A Dstring.c205 void *memchr_inv(const void *start, int c, size_t bytes) in memchr_inv() function
/tools/perf/util/
A Dbuild-id.c972 return bid && bid->size ? !!memchr_inv(bid->data, 0, bid->size) : false; in build_id__is_defined()
A Ddso.c1678 !memchr_inv(&dso_bid->data[bid->size], 0, in dso__build_id_equal()

Completed in 10 milliseconds