Searched refs:BYTEWIDTH (Results 1 – 1 of 1) sorted by relevance
397 # define BYTEWIDTH 8 /* In bits. */ macro782 while (i < (1 << BYTEWIDTH)) in print_fastmap()788 while (i < (1 << BYTEWIDTH) && fastmap[i]) in print_fastmap()2150 (b[((unsigned char) (c)) / BYTEWIDTH] \2151 |= 1 << (((unsigned char) c) % BYTEWIDTH))3123 BUF_PUSH ((1 << BYTEWIDTH) / BYTEWIDTH); in PREFIX()3126 bzero (b, (1 << BYTEWIDTH) / BYTEWIDTH); in PREFIX()3237 for (ch = 0; ch < 1 << BYTEWIDTH; ++ch) in PREFIX()3277 for (ch = 0; ch < 1 << BYTEWIDTH; ch++) in PREFIX()4110 || *pending_exact == (1 << BYTEWIDTH) - 1 in PREFIX()[all …]