/external/elfutils/backends/ |
D | ppc64_corenote.c | 1 #define BITS 64 macro
|
D | s390x_corenote.c | 1 #define BITS 64 macro
|
D | x32_corenote.c | 1 #define BITS 32 macro
|
D | sparc64_corenote.c | 1 #define BITS 64 macro
|
D | ppc_corenote.c | 40 # define BITS 32 macro 43 # define BITS 64 macro
|
D | sparc_corenote.c | 41 # define BITS 32 macro 44 # define BITS 64 macro
|
D | x86_64_corenote.c | 41 # define BITS 64 macro 44 # define BITS 32 macro
|
D | s390_corenote.c | 40 # define BITS 32 macro 43 # define BITS 64 macro
|
/external/mesa3d/src/mesa/math/ |
D | m_copy_tmp.h | 31 #define COPY_FUNC( BITS ) \ argument
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
D | ANTLRBitSet.h | 32 #define BITS (sizeof(NSUInteger) * 8) macro
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
D | ANTLRBitSet.h | 32 #define BITS (sizeof(NSUInteger) * 8) macro
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
D | ANTLRBitSet.h | 32 #define BITS (sizeof(NSUInteger) * 8) macro
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRBitSet.h | 33 #define BITS (sizeof(NSUInteger) * 8) macro
|
/external/squashfs-tools/squashfs-tools/ |
D | swap.c | 100 #define SWAP_LE_NUM(BITS) \ argument 112 #define INSWAP_LE_NUM(BITS, TYPE) \ argument
|
/external/python/cpython2/Modules/_ctypes/ |
D | _ctypes_test.c | 398 struct BITS { struct 403 DL_EXPORT(void) set_bitfields(struct BITS *bits, char name, int value) in set_bitfields() argument
|
/external/python/cpython3/Modules/_ctypes/ |
D | _ctypes_test.c | 400 struct BITS { struct 405 EXPORT(void) set_bitfields(struct BITS *bits, char name, int value) in set_bitfields() argument
|
/external/mesa3d/src/mesa/main/ |
D | format_utils.h | 45 #define MAX_UINT(BITS) ((BITS) == 32 ? UINT32_MAX : ((1u << (BITS)) - 1)) argument 46 #define MAX_INT(BITS) ((int)MAX_UINT((BITS) - 1)) argument 47 #define MIN_INT(BITS) ((BITS) == 32 ? INT32_MIN : (-(1 << (BITS - 1)))) argument
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
D | BitSet.pm | 16 sub BITS { return $BITS } subroutine
|
/external/tensorflow/tensorflow/core/kernels/ |
D | random_poisson_op_test.cc | 60 #define BM_Poisson(DEVICE, BITS, MAGNITUDE) \ argument
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | BitSet.as | 35 protected static const BITS:uint = 32; // number of bits / int constant in org.antlr.runtime.BitSet
|
/external/apache-http/src/org/apache/commons/codec/binary/ |
D | BinaryCodec.java | 75 private static final int[] BITS = {BIT_0, BIT_1, BIT_2, BIT_3, BIT_4, BIT_5, BIT_6, BIT_7}; field in BinaryCodec
|
/external/deqp/modules/egl/ |
D | teglColorClearTests.cpp | 82 #define CASE(NAME, DESC, BITS, NUMCFG) { NAME, DESC, BITS, renderable<BITS>, NUMCFG } in init() argument
|
/external/webp/src/utils/ |
D | bit_reader_utils.h | 41 #define BITS 24 macro
|
/external/zlib/src/ |
D | infback.c | 190 #define BITS(n) \ macro
|
/external/libmpeg2/common/ |
D | impeg2_macros.h | 35 #define BITS(val,msb,lsb) (UWORD16)((((val) >> (lsb)) & ((1 << ((msb) - (lsb) + 1)) - 1))) macro
|