/third_party/elfutils/backends/ |
H A D | alpha_regs.c | 40 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 D | m68k_regs.c | 40 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 D | s390_regs.c | 57 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 D | riscv_regs.c | 39 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 D | csky_regs.c | 40 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 D | ppc_regs.c | 40 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 D | arm_regs.c | 40 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 D | sh_regs.c | 42 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 D | eblreginfo.c | 38 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 D | astcenccli_toplevel_help.cpp | 581 unsigned int bits = static_cast<unsigned int>(sizeof(void*) * 8); in astcenc_print_header() local
|
/third_party/cups-filters/fontembed/ |
H A D | bitset.h | 24 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 D | write_bits.h | 34 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 D | anv_util.c | 60 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 D | heap-number-inl.h | 33 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 D | bn_mpi.c | 16 int bits; in BN_bn2mpi() local
|
/third_party/node/deps/openssl/openssl/crypto/camellia/ |
H A D | cmll_misc.c | 20 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 D | dsa_depr.c | 31 DSA *DSA_generate_parameters(int bits, in DSA_generate_parameters() argument
|
/third_party/openssl/crypto/bn/ |
H A D | bn_mpi.c | 16 int bits; in BN_bn2mpi() local
|
/third_party/openssl/crypto/camellia/ |
H A D | cmll_misc.c | 20 int Camellia_set_key(const unsigned char *userKey, const int bits, in Camellia_set_key() argument
|
/third_party/openssl/crypto/dsa/ |
H A D | dsa_depr.c | 31 DSA *DSA_generate_parameters(int bits, in DSA_generate_parameters() argument
|
/third_party/skia/tests/ |
H A D | Float16Test.cpp | 50 uint32_t bits = rand.nextU(); local
|
H A D | SafeMathTest.cpp | 33 size_t bits = (sizeof(size_t) * 8); in DEF_TEST() local
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | write_bits.h | 34 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 D | ITypBitsetTests.cpp | 44 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 D | mod.rs | 40 pub fn bits<I, O, E1, E2, P>(mut parser: P) -> impl FnMut(I) -> IResult<I, O, E2> in bits() functions [all...] |