Searched refs:byteset (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/lib/libc/string/
H A Dmemmem.c83 size_t byteset[32 / sizeof(size_t)] = { 0 }; local
88 BITOP(byteset, n[i], |=), shift[n[i]] = i + 1;
153 if (BITOP(byteset, h[l - 1], &)) {
H A Dstrstr.c80 size_t byteset[32 / sizeof(size_t)] = { 0 }; local
85 BITOP(byteset, n[l], |=), shift[n[l]] = l + 1;
164 if (BITOP(byteset, h[l - 1], &)) {

Completed in 177 milliseconds