Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/string/
Dstrstr.c115 #define SHIFT_TABLE_BITS 6 macro
189 uint8_t shift[1 << SHIFT_TABLE_BITS]; in strstr()