Expand description
Contains architecture independent routines.
These routines are often used as a “fallback” implementation when the more specialized architecture dependent routines are unavailable.
Modules
- Provides architecture independent implementations of
memchrand friends. - Provides an architecture independent implementation of the “packed pair” algorithm.
- An implementation of the Rabin-Karp substring search algorithm.
- An implementation of the Shift-Or substring search algorithm.
- An implementation of the Two-Way substring search algorithm.
Functions
- Compare corresponding bytes in
xandyfor equality. - Compare
nbytes at the given pointers for equality. - Returns true if and only if
needleis a prefix ofhaystack. - Returns true if and only if
needleis a suffix ofhaystack.