Searched refs:BITS_TO_WORDS (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/legacy/gcc/libchill/
H A Dleps.c72 SET_WORD *endp = left + BITS_TO_WORDS(bitlength);
H A Dcardps.c92 SET_WORD *endp = p + BITS_TO_WORDS(bitlength);
H A Dltps.c77 SET_WORD *endp = left + BITS_TO_WORDS(bitlength);
H A Dandps.c75 unsigned long len = BITS_TO_WORDS (bitlength);
H A Ddiffps.c74 unsigned long len = BITS_TO_WORDS(bitlength);
H A Dnotps.c81 unsigned long len = BITS_TO_WORDS(bitlength);
H A Dorps.c76 unsigned long len = BITS_TO_WORDS(bitlength);
H A Dxorps.c75 unsigned long len = BITS_TO_WORDS(bitlength);
H A Dffsetclrps.c80 SET_WORD *endp = ps + BITS_TO_WORDS(bitlength);
H A Dffsetps.c95 SET_WORD *endp = ps + BITS_TO_WORDS(bitlength);
H A Dflsetps.c94 SET_WORD *p = ps + BITS_TO_WORDS(bitlength) - 1;
H A Dpowerset.h109 #define BITS_TO_WORDS(BITLENGTH) \ macro

Completed in 45 milliseconds