Home
last modified time | relevance | path

Searched refs:hw (Results 1 – 2 of 2) sorted by relevance

/string/
A Dtst-inlcall.c64 const char * const hw = "hello world"; in do_test() local
65 if (strpbrk (hw, "o") - hw != 4) in do_test()
A Dmemmem.c72 uint32_t nw = ne[0] << 16 | ne[1], hw = hs[0] << 16 | hs[1]; in __memmem() local
73 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 6 milliseconds