Home
last modified time | relevance | path

Searched defs:NBITS (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Dhgcd2.c164 #define NBITS 5 macro
317 #define NBITS 7 macro
/netbsd-src/sys/external/bsd/common/include/linux/
H A Dbitops.h279 #define for_each_set_bit(BIT, PTR, NBITS) \ argument
284 #define for_each_clear_bit(BIT, PTR, NBITS) \ argument
/netbsd-src/sys/arch/x86/x86/
H A Dcpu_rng.c264 NBITS = 256, cpu_rng_get() enumerator
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ft32/
H A Dft32.c309 #define NBITS(n) ((1U << (n)) - 1U) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ft32/
H A Dft32.cc309 #define NBITS(n) ((1U << (n)) - 1U) macro
/netbsd-src/external/mit/lua/dist/src/
H A Dlvm.c814 #define NBITS cast_int(sizeof(lua_Integer) * CHAR_BIT) macro