Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dra.c149 unsigned char byte2bitcount[256]; variable
196 count += byte2bitcount[byte];
208 count += byte2bitcount[byte];
523 byte2bitcount[i] = count; in init_ra()
H A Dra.h502 extern unsigned char byte2bitcount[256];