Home
last modified time | relevance | path

Searched defs:bits (Results 1001 - 1025 of 2966) sorted by relevance

1...<<41424344454647484950>>...119

/third_party/node/deps/v8/src/codegen/
H A Dsafepoint-table.cc97 int bits = 32 - base::bits::CountLeadingZeros32(register_bits); in Print() local
[all...]
H A Dreglist-base.h131 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 Datomic-utils.h155 static bool SetBits(T* addr, T bits, T mask) { in SetBits() argument
/third_party/node/deps/v8/src/heap/cppgc/
H A Dheap-object-header.h347 void HeapObjectHeader::StoreEncoded(uint16_t bits, uint16_t mask) { in StoreEncoded() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_debug.c275 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 Detnaviv_translate.h290 const unsigned bits = in translate_output_mode() local
H A Detnaviv_asm.h139 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 Dnv50_ir_util.cpp384 uint32_t bits = data[i]; in print() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_const.c152 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 Dhud_nic.c197 float bits = nic_mbps; in query_nic_load() local
/third_party/mesa3d/src/gallium/frontends/va/
H A Dpicture.c260 bufHasStartcode(vlVaBuffer *buf, unsigned int code, unsigned int bits) in bufHasStartcode() argument
/third_party/mesa3d/src/gallium/drivers/r600/
H A Deg_debug.c51 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 Dbn_prime.c74 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 Dbn_rand.c23 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 Dciphercommon.c642 unsigned int bits; in ossl_cipher_generic_set_ctx_params() local
/third_party/node/deps/openssl/openssl/ssl/
H A Ds3_cbc.c178 size_t bits; /* at most 18 bits */ in ssl3_cbc_digest_record() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dkeymgmt_lib.c296 int bits = 0; in evp_keymgmt_util_cache_keyinfo() local
H A Ddh_ctrl.c94 size_t bits = pbits; in EVP_PKEY_CTX_set_dh_paramgen_prime_len() local
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_gen.c41 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 Drsa_meth.c272 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 Daes_x86core.c474 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 Dec_mult.c534 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 Dbn_prime.c74 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 Dkeymgmt_lib.c296 int bits = 0; in evp_keymgmt_util_cache_keyinfo() local
H A Ddh_ctrl.c94 size_t bits = pbits; in EVP_PKEY_CTX_set_dh_paramgen_prime_len() local

Completed in 16 milliseconds

1...<<41424344454647484950>>...119