Searched refs:search (Results 1 – 12 of 12) sorted by relevance
/sysdeps/alpha/ |
A D | rawmemchr.S | 35 zapnot a1, 1, a1 # e0 : zero extend the search character 37 sll a1, 8, t5 # e0 : replicate the search character 73 and t0, 0xf0, t2 # e0 : binary search for that set bit
|
A D | strchr.S | 41 zapnot a1, 1, a1 # e0 : zero extend the search character 43 sll a1, 8, t5 # e0 : replicate the search character 75 and t0, 0xf0, t2 # e0 : binary search for that set bit
|
A D | stpcpy.S | 37 and t8, 0xf0, t2 # binary search for byte offset of the
|
A D | strcat.S | 54 and t1, 0xf0, t2 # binary search for that set bit
|
A D | strlen.S | 60 and t1, 0xf0, t2 # binary search for that set bit
|
A D | strncat.S | 56 and t1, 0xf0, t2 # binary search for that set bit
|
A D | stpncpy.S | 41 and t8, 0xf0, t3 # binary search for byte offset of the
|
A D | strrchr.S | 90 and t7, 0xf0, t2 # e0 : binary search for the high bit set
|
/sysdeps/arm/armv6/ |
A D | strlen.S | 28 @ To cater to long strings, we want to search through a few
|
A D | rawmemchr.S | 30 @ To cater to long strings, we want to search through a few
|
A D | strchr.S | 31 @ To cater to long strings, we want to search through a few
|
/sysdeps/x86/ |
A D | dl-cacheinfo.h | 214 struct intel_02_cache_info search; in intel_check_word() local 216 search.idx = byte; in intel_check_word() 217 found = bsearch (&search, intel_02_known, nintel_02_known, in intel_check_word()
|
Completed in 8 milliseconds