Home
last modified time | relevance | path

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

123

/external/python/cpython2/Modules/_ctypes/
D_ctypes_test.c411 struct BITS { struct
416 DL_EXPORT(void) set_bitfields(struct BITS *bits, char name, int value) in set_bitfields() argument
/external/elfutils/backends/
Driscv_corenote.c39 # define BITS 32 macro
42 # define BITS 64 macro
Dppc_corenote.c40 # define BITS 32 macro
43 # define BITS 64 macro
Dsparc64_corenote.c1 #define BITS 64 macro
Dx32_corenote.c1 #define BITS 32 macro
Dppc64_corenote.c1 #define BITS 64 macro
Ds390x_corenote.c1 #define BITS 64 macro
Driscv64_corenote.c1 #define BITS 64 macro
Dsparc_corenote.c41 # define BITS 32 macro
44 # define BITS 64 macro
Dx86_64_corenote.c41 # define BITS 64 macro
44 # define BITS 32 macro
Ds390_corenote.c40 # define BITS 32 macro
43 # define BITS 64 macro
/external/squashfs-tools/squashfs-tools/
Dswap.c100 #define SWAP_LE_NUM(BITS) \ argument
112 #define INSWAP_LE_NUM(BITS, TYPE) \ argument
/external/mesa3d/src/mesa/math/
Dm_copy_tmp.h31 #define COPY_FUNC( BITS ) \ argument
/external/mesa3d/src/mesa/main/
Dformat_utils.h46 #define MAX_UINT(BITS) ((BITS) == 32 ? UINT32_MAX : ((1u << (BITS)) - 1)) argument
47 #define MAX_INT(BITS) ((int)MAX_UINT((BITS) - 1)) argument
48 #define MIN_INT(BITS) ((BITS) == 32 ? INT32_MIN : (-(1 << (BITS - 1)))) argument
/external/antlr/runtime/ObjC/Framework/
DANTLRBitSet.h33 #define BITS (sizeof(NSUInteger) * 8) macro
/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/
DBitSet.pm16 sub BITS { return $BITS } subroutine
/external/python/cpython3/Modules/_ctypes/
D_ctypes_test.c585 struct BITS { struct
597 EXPORT(int) unpack_bitfields(struct BITS *bits, char name) in unpack_bitfields() argument
/external/rust/crates/num-bigint/src/
Dlib.rs264 pub(crate) const BITS: u8 = 32; constant
266 pub(crate) const BITS: u8 = 64; constant
/external/tensorflow/tensorflow/core/kernels/
Drandom_poisson_op_test.cc60 #define BM_Poisson(DEVICE, BITS, MAGNITUDE) \ argument
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DBitSet.as35 protected static const BITS:uint = 32; // number of bits / int constant in org.antlr.runtime.BitSet
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/dump/
DDumpArchiveConstants.java45 BITS(3), enumConstant
/external/apache-http/src/org/apache/commons/codec/binary/
DBinaryCodec.java75 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/
DteglColorClearTests.cpp82 #define CASE(NAME, DESC, BITS, NUMCFG) { NAME, DESC, BITS, renderable<BITS>, NUMCFG } in init() argument
/external/rust/crates/libz-sys/src/zlib/
Dinfback.c190 #define BITS(n) \ macro
/external/tflite-support/third_party/zlib/
Dinfback.c190 #define BITS(n) \ macro

123