Home
last modified time | relevance | path

Searched defs:bits (Results 51 - 75 of 2852) sorted by relevance

12345678910>>...115

/third_party/elfutils/backends/
H A Dalpha_regs.c40 alpha_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) alpha_register_info() argument
H A Dm68k_regs.c40 m68k_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) m68k_register_info() argument
H A Ds390_regs.c57 s390_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) s390_register_info() argument
H A Driscv_regs.c39 riscv_register_info(Ebl *ebl, int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) riscv_register_info() argument
H A Dcsky_regs.c40 csky_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) csky_register_info() argument
H A Dppc_regs.c40 ppc_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) ppc_register_info() argument
H A Darm_regs.c40 arm_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) arm_register_info() argument
H A Dsh_regs.c42 sh_register_info(Ebl *ebl __attribute__ ((unused)), int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) sh_register_info() argument
/third_party/elfutils/libebl/
H A Deblreginfo.c38 ebl_register_info(Ebl *ebl, int regno, char *name, size_t namelen, const char **prefix, const char **setname, int *bits, int *type) ebl_register_info() argument
/third_party/astc-encoder/Source/
H A Dastcenccli_toplevel_help.cpp581 unsigned int bits = static_cast<unsigned int>(sizeof(void*) * 8); in astcenc_print_header() local
/third_party/cups-filters/fontembed/
H A Dbitset.h24 static inline int bits_used(BITSET bits,int size) // {{{ returns true if any bit is used in bits_used() argument
/third_party/node/deps/brotli/c/enc/
H A Dwrite_bits.h34 BrotliWriteBits(size_t n_bits, uint64_t bits, size_t* BROTLI_RESTRICT pos, uint8_t* BROTLI_RESTRICT array) BrotliWriteBits() argument
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_util.c60 anv_dump_pipe_bits(enum anv_pipe_bits bits) in anv_dump_pipe_bits() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Dheap-number-inl.h33 void HeapNumber::set_value_as_bits(uint64_t bits, RelaxedStoreTag) { in set_value_as_bits() argument
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_mpi.c16 int bits; in BN_bn2mpi() local
/third_party/node/deps/openssl/openssl/crypto/camellia/
H A Dcmll_misc.c20 int Camellia_set_key(const unsigned char *userKey, const int bits, in Camellia_set_key() argument
/third_party/node/deps/openssl/openssl/crypto/dsa/
H A Ddsa_depr.c31 DSA *DSA_generate_parameters(int bits, in DSA_generate_parameters() argument
/third_party/openssl/crypto/bn/
H A Dbn_mpi.c16 int bits; in BN_bn2mpi() local
/third_party/openssl/crypto/camellia/
H A Dcmll_misc.c20 int Camellia_set_key(const unsigned char *userKey, const int bits, in Camellia_set_key() argument
/third_party/openssl/crypto/dsa/
H A Ddsa_depr.c31 DSA *DSA_generate_parameters(int bits, in DSA_generate_parameters() argument
/third_party/skia/tests/
H A DFloat16Test.cpp50 uint32_t bits = rand.nextU(); local
H A DSafeMathTest.cpp33 size_t bits = (sizeof(size_t) * 8); in DEF_TEST() local
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dwrite_bits.h34 BrotliWriteBits(size_t n_bits, uint64_t bits, size_t* BROTLI_RESTRICT pos, uint8_t* BROTLI_RESTRICT array) BrotliWriteBits() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DITypBitsetTests.cpp44 void ExpectBits(const Bitset& bits, std::set<size_t> indices) { in ExpectBits() argument
69 Bitset bits; TEST_F() local
75 Bitset bits = {1 << 1 | 1 << 2 | 1 << 7}; TEST_F() local
81 Bitset bits; TEST_F() local
99 Bitset bits = {1 << 1 | 1 << 2 | 1 << 7}; TEST_F() local
116 Bitset bits; TEST_F() local
143 Bitset bits = {1 << 1 | 1 << 2 | 1 << 7}; TEST_F() local
156 Bitset bits = {1 << 1 | 1 << 2 | 1 << 7}; TEST_F() local
169 Bitset bits = {1 << 1 | 1 << 2 | 1 << 7}; TEST_F() local
[all...]
/third_party/rust/crates/nom/src/bits/
H A Dmod.rs40 pub fn bits<I, O, E1, E2, P>(mut parser: P) -> impl FnMut(I) -> IResult<I, O, E2> in bits() functions
[all...]

Completed in 7 milliseconds

12345678910>>...115