Searched refs:hw (Results 1 – 3 of 3) sorted by relevance
133 uint32_t nw = (uint32_t) ne[0] << 16 | ne[1], hw = (uint32_t) hs[0] << 16 | hs[1]; in memmem() local134 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()
179 - removal of enable-newlib-fp-hw option and327 * Floating point math library check, --enable-newlib-hw-fp.
3417 * configure.in: Comment out the --enable-newlib-fp-hw option22005 * Makefile.am: Add --enable-newlib-hw-fp check. This builds the new