Home
last modified time | relevance | path

Searched refs:search (Results 1 – 12 of 12) sorted by relevance

/sysdeps/alpha/
A Drawmemchr.S35 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 Dstrchr.S41 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 Dstpcpy.S37 and t8, 0xf0, t2 # binary search for byte offset of the
A Dstrcat.S54 and t1, 0xf0, t2 # binary search for that set bit
A Dstrlen.S60 and t1, 0xf0, t2 # binary search for that set bit
A Dstrncat.S56 and t1, 0xf0, t2 # binary search for that set bit
A Dstpncpy.S41 and t8, 0xf0, t3 # binary search for byte offset of the
A Dstrrchr.S90 and t7, 0xf0, t2 # e0 : binary search for the high bit set
/sysdeps/arm/armv6/
A Dstrlen.S28 @ To cater to long strings, we want to search through a few
A Drawmemchr.S30 @ To cater to long strings, we want to search through a few
A Dstrchr.S31 @ To cater to long strings, we want to search through a few
/sysdeps/x86/
A Ddl-cacheinfo.h214 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