Home
last modified time | relevance | path

Searched defs:bits (Results 1026 - 1050 of 2966) sorted by relevance

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

/third_party/openssl/crypto/bn/
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/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/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dgen_vk_internal_shaders.py277 def bits(enum): function
/third_party/skia/src/effects/
H A DSkLayerDrawLooper.cpp82 BitFlags bits = info.fPaintBits; in ApplyInfo() local
/third_party/skia/src/core/
H A DSkGlyph.cpp39 static size_t bits_to_bytes(size_t bits) { in bits_to_bytes() argument
H A DSkYUVMath.cpp240 int bits; member
/third_party/openssl/providers/implementations/ciphers/
H A Dciphercommon.c611 unsigned int bits; in ossl_cipher_generic_set_ctx_params() local
/third_party/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/openssl/ssl/
H A Ds3_cbc.c178 size_t bits; /* at most 18 bits */ in ssl3_cbc_digest_record() local
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
H A DLzcompCompress.java39 private BitIOWriter bits; field in LzcompCompress
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dsyntax_enc.c118 uint32_t bits; in PutVP8FrameHeader() local
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dbit_reader_utils.c105 uint32_t VP8GetValue(VP8BitReader* const br, int bits, const char label[]) { in VP8GetValue() argument
113 int32_t VP8GetSignedValue(VP8BitReader* const br, int bits, in VP8GetSignedValue() argument
H A Dbit_writer_utils.c57 const int32_t bits = bw->value_ >> s; in Flush() local
294 void VP8LPutBitsInternal(VP8LBitWriter* const bw, uint32_t bits, int n_bits) { in VP8LPutBitsInternal() argument
[all...]
H A Dhuffman_encode_utils.c361 static uint32_t ReverseBits(int num_bits, uint32_t bits) { in ReverseBits() argument
/third_party/skia/tests/
H A DScalarTest.cpp78 uint32_t bits = SkFloat2Bits(x); // need unsigned for our shifts in isFinite_int() local
/third_party/pcre2/pcre2/
H A DRunTest.bat159 set bits=8 variable
206 set bits=16 variable
211 set bits=32 variable
[all...]
/third_party/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/python/Modules/
H A D_randommodule.c280 size_t bits, keyused; in random_seed() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLLexer.cpp952 uint32_t bits = len * 4; in LexIdentifier() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPInt.h102 APInt(uint64_t *val, unsigned bits) : BitWidth(bits), pVal(val) {} in APInt() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp389 void HandleFixupError(const int bits, const int align_bits, in HandleFixupError() argument
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
H A Dinflate.c290 unsigned sym, bits; global() local
643 unsigned bits; /* bits in bit buffer */ global() local
[all...]
/third_party/skia/third_party/externals/zlib/
H A Dinflate.c289 unsigned sym, bits; global() local
632 unsigned bits; /* bits in bit buffer */ global() local
[all...]
/third_party/skia/third_party/skcms/
H A Dskcms.cc51 uint32_t bits; member
64 int32_t bits; in log2f_() local
100 int32_t bits = (int32_t)fbits; in exp2f_() local
123 int32_t bits; in minus_1_ulp() local
[all...]

Completed in 18 milliseconds

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