Home
last modified time | relevance | path

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

/openbsd-src/lib/libc/stdio/
H A Dgetdelim.c91 #define powerof2(x) ((((x)-1)&(x))==0) in getdelim() macro
/openbsd-src/libexec/ld.so/
H A Dlibrary.c116 #define powerof2(x) ((((x) - 1) & (x)) == 0) in _dl_tryload_shlib() macro
H A Dlibrary_mquery.c119 #define powerof2(x) ((((x) - 1) & (x)) == 0) in _dl_tryload_shlib() macro
/openbsd-src/sys/sys/
H A Dparam.h189 #define powerof2(x) ((((x)-1)&(x))==0) macro
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Dcrx-dis.c231 powerof2 (int x) in powerof2() function
/openbsd-src/sys/arch/amd64/amd64/
H A Didentcpu.c802 int powerof2; in mask_width() local