Home
last modified time | relevance | path

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

/freebsd/contrib/gdtoa/
H A Dprintf.c0312 #ifndef LLBITS
313 #define LLBITS 6
325 for(k = 1 << LLBITS-1;;) {
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_local.h567 # define LLBITS(a) ((a)&BN_MASKl) macro