Home
last modified time | relevance | path

Searched defs:BITS (Results 1 – 23 of 23) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dashldi-1.c7 #define BITS 64 macro
77 #define BITS 32 macro
H A Dlshrdi-1.c7 #define BITS 64 macro
77 #define BITS 32 macro
H A Dashrdi-1.c7 #define BITS 64 macro
144 #define BITS 32 macro
H A D20020307-1.c2 #define BITS(N) ((1UL << ((N) - 1)) + 2) macro
/openbsd/gnu/gcc/gcc/config/pa/
H A Dfptr.c51 #define SIGN_EXTEND(VAL,BITS) \ argument
/openbsd/gnu/usr.bin/gcc/gcc/config/pa/
H A Dfptr.c42 #define SIGN_EXTEND(VAL,BITS) \ argument
/openbsd/lib/libz/
H A Dinfback.c182 #define BITS(n) \ macro
H A Dinflate.c491 #define BITS(n) \ macro
/openbsd/sys/lib/libz/
H A Dinfback.c182 #define BITS(n) \ macro
H A Dinflate.c491 #define BITS(n) \ macro
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dinfback.c191 #define BITS(n) \ macro
H A Dinflate.c526 #define BITS(n) \ macro
/openbsd/gnu/gcc/gcc/config/sh/
H A Ddivtab.c34 #define BITS 5 macro
/openbsd/usr.bin/vi/common/
H A Dkey.c272 #define BITS (sizeof(CHAR_T) * 8) in v_key_name() macro
/openbsd/usr.bin/compress/
H A Dzopen.c75 #define BITS 16 /* Default bits. */ macro
/openbsd/sbin/savecore/
H A Dzopen.c75 #define BITS 16 /* Default bits. */ macro
/openbsd/gnu/usr.bin/binutils/opcodes/
H A Darc-dis.c38 #define BITS(word,s,e) (((word) << (31 - e)) >> (s + (31 - e))) macro
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Darc-dis.c61 #define BITS(word,s,e) (((word) << (31 - e)) >> (s + (31 - e))) macro
/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dcheck-init.c146 #define WORDS_NEEDED(BITS) (((BITS)+(WORD_SIZE-1))/(WORD_SIZE)) argument
/openbsd/games/battlestar/
H A Dextern.h37 #define BITS (8 * sizeof (int)) macro
/openbsd/bin/ksh/
H A Dsh.h28 #define BITS(t) (CHAR_BIT * sizeof(t)) macro
/openbsd/usr.bin/openssl/
H A Dreq.c91 #define BITS "default_bits" macro
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp3873 #define SVE_INT_ELTTY(BITS, ELTS, SIGNED, NUMVECTORS) \ in getBuiltinVectorTypeInfo() argument