Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/string/
Dmemmem.c133 uint32_t nw = (uint32_t) ne[0] << 16 | ne[1], hw = (uint32_t) hs[0] << 16 | hs[1]; in memmem() local
134 for (hs++; hs <= end && hw != nw; ) in memmem()
135 hw = hw << 16 | *++hs; in memmem()
136 return hw == nw ? (void *)(hs - 1) : NULL; in memmem()
/picolibc-latest/newlib/
DNEWS179 - removal of enable-newlib-fp-hw option and
327 * Floating point math library check, --enable-newlib-hw-fp.
DChangeLog-20153417 * configure.in: Comment out the --enable-newlib-fp-hw option
22005 * Makefile.am: Add --enable-newlib-hw-fp check. This builds the new