| /third_party/node/deps/v8/src/codegen/ |
| H A D | safepoint-table.cc | 97 int bits = 32 - base::bits::CountLeadingZeros32(register_bits); in Print() local [all...] |
| H A D | reglist-base.h | 131 constexpr storage_t bits() const { return regs_; } in bits() function in v8::internal::RegListBase 139 static RegListBase FromBits(storage_t bits) { return RegListBase(bits); } in FromBits() argument 148 RegListBase(storage_t bits) RegListBase() argument [all...] |
| /third_party/node/deps/v8/src/base/ |
| H A D | atomic-utils.h | 155 static bool SetBits(T* addr, T bits, T mask) { in SetBits() argument
|
| /third_party/node/deps/v8/src/heap/cppgc/ |
| H A D | heap-object-header.h | 347 void HeapObjectHeader::StoreEncoded(uint16_t bits, uint16_t mask) { in StoreEncoded() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| H A D | i915_debug.c | 275 unsigned bits = (ptr[0] >> 4) & 0xff; in debug_load_immediate() local 378 unsigned bits in debug_load_indirect() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_translate.h | 290 const unsigned bits = in translate_output_mode() local
|
| H A D | etnaviv_asm.h | 139 etna_immediate_src(unsigned type, uint32_t bits) in etna_immediate_src() argument 152 uint32_t bits = fui(x); in etna_immediate_float() local
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_util.cpp | 384 uint32_t bits = data[i]; in print() local
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_const.c | 152 unsigned bits; in lp_const_min() local 186 unsigned bits; in lp_const_max() local [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/hud/ |
| H A D | hud_nic.c | 197 float bits = nic_mbps; in query_nic_load() local
|
| /third_party/mesa3d/src/gallium/frontends/va/ |
| H A D | picture.c | 260 bufHasStartcode(vlVaBuffer *buf, unsigned int code, unsigned int bits) in bufHasStartcode() argument
|
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | eg_debug.c | 51 static void print_value(FILE *file, uint32_t value, int bits) in print_value() argument 70 print_named_value(FILE *file, const char *name, uint32_t value, int bits) print_named_value() argument
|
| /third_party/node/deps/openssl/openssl/crypto/bn/ |
| H A D | bn_prime.c | 74 static int calc_trial_divisions(int bits) in calc_trial_divisions() argument 94 static int bn_mr_min_checks(int bits) in bn_mr_min_checks() argument 123 int BN_generate_prime_ex2(BIGNUM *ret, int bits, in argument 213 BN_generate_prime_ex(BIGNUM *ret, int bits, int safe, const BIGNUM *add, const BIGNUM *rem, BN_GENCB *cb) BN_generate_prime_ex() argument 478 probable_prime(BIGNUM *rnd, int bits, int safe, prime_t *mods, BN_CTX *ctx) probable_prime() argument 536 probable_prime_dh(BIGNUM *rnd, int bits, int safe, prime_t *mods, const BIGNUM *add, const BIGNUM *rem, BN_CTX *ctx) probable_prime_dh() argument [all...] |
| H A D | bn_rand.c | 23 static int bnrand(BNRAND_FLAG flag, BIGNUM *rnd, int bits, int top, int bottom, in bnrand() argument 102 int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_rand_ex() argument 108 int BN_rand(BIGNUM *rnd, int bits, in argument 113 BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) BN_bntest_rand() argument 119 BN_priv_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, unsigned int strength, BN_CTX *ctx) BN_priv_rand_ex() argument 126 BN_priv_rand(BIGNUM *rnd, int bits, int top, int bottom) BN_priv_rand() argument 231 BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) BN_pseudo_rand() argument [all...] |
| /third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
| H A D | ciphercommon.c | 642 unsigned int bits; in ossl_cipher_generic_set_ctx_params() local
|
| /third_party/node/deps/openssl/openssl/ssl/ |
| H A D | s3_cbc.c | 178 size_t bits; /* at most 18 bits */ in ssl3_cbc_digest_record() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| H A D | keymgmt_lib.c | 296 int bits = 0; in evp_keymgmt_util_cache_keyinfo() local
|
| H A D | dh_ctrl.c | 94 size_t bits = pbits; in EVP_PKEY_CTX_set_dh_paramgen_prime_len() local
|
| /third_party/node/deps/openssl/openssl/crypto/rsa/ |
| H A D | rsa_gen.c | 41 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb) in RSA_generate_key_ex() argument 50 int RSA_generate_multi_prime_key(RSA *rsa, int bits, int primes, in RSA_generate_multi_prime_key() argument 75 static int rsa_multiprime_keygen(RSA *rsa, int bits, int primes, in rsa_multiprime_keygen() argument 424 rsa_keygen(OSSL_LIB_CTX *libctx, RSA *rsa, int bits, int primes, BIGNUM *e_value, BN_GENCB *cb, int pairwise_test) rsa_keygen() argument [all...] |
| H A D | rsa_meth.c | 272 RSA_meth_set_keygen(RSA_METHOD *meth, int (*keygen) (RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb)) RSA_meth_set_keygen() argument 286 RSA_meth_set_multi_prime_keygen(RSA_METHOD *meth, int (*keygen) (RSA *rsa, int bits, int primes, BIGNUM *e, BN_GENCB *cb)) RSA_meth_set_multi_prime_keygen() argument
|
| /third_party/node/deps/openssl/openssl/crypto/aes/ |
| H A D | aes_x86core.c | 474 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, in AES_set_encrypt_key() argument 576 int AES_set_decrypt_key(const unsigned char *userKey, const int bits, in AES_set_decrypt_key() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/ec/ |
| H A D | ec_mult.c | 534 size_t bits; in ossl_ec_wNAF_mul() local 835 size_t i, bits, w, pre_points_per_block, blocksize, numblocks, num; in ossl_ec_wNAF_precompute_mult() local [all...] |
| /third_party/openssl/crypto/bn/ |
| H A D | bn_prime.c | 74 static int calc_trial_divisions(int bits) in calc_trial_divisions() argument 94 static int bn_mr_min_checks(int bits) in bn_mr_min_checks() argument 123 int BN_generate_prime_ex2(BIGNUM *ret, int bits, in argument 213 BN_generate_prime_ex(BIGNUM *ret, int bits, int safe, const BIGNUM *add, const BIGNUM *rem, BN_GENCB *cb) BN_generate_prime_ex() argument 478 probable_prime(BIGNUM *rnd, int bits, int safe, prime_t *mods, BN_CTX *ctx) probable_prime() argument 536 probable_prime_dh(BIGNUM *rnd, int bits, int safe, prime_t *mods, const BIGNUM *add, const BIGNUM *rem, BN_CTX *ctx) probable_prime_dh() argument [all...] |
| /third_party/openssl/crypto/evp/ |
| H A D | keymgmt_lib.c | 296 int bits = 0; in evp_keymgmt_util_cache_keyinfo() local
|
| H A D | dh_ctrl.c | 94 size_t bits = pbits; in EVP_PKEY_CTX_set_dh_paramgen_prime_len() local
|