Searched refs:hw (Results 1 – 2 of 2) sorted by relevance
64 const char * const hw = "hello world"; in do_test() local65 if (strpbrk (hw, "o") - hw != 4) in do_test()
72 uint32_t nw = ne[0] << 16 | ne[1], hw = hs[0] << 16 | hs[1]; in __memmem() local73 for (hs++; hs <= end && hw != nw; ) in __memmem()74 hw = hw << 16 | *++hs; in __memmem()75 return hw == nw ? (void *)hs - 1 : NULL; in __memmem()
Completed in 5 milliseconds