| /third_party/openssl/crypto/bn/ |
| 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/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/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| H A D | gen_vk_internal_shaders.py | 277 def bits(enum): function
|
| /third_party/skia/src/effects/ |
| H A D | SkLayerDrawLooper.cpp | 82 BitFlags bits = info.fPaintBits; in ApplyInfo() local
|
| /third_party/skia/src/core/ |
| H A D | SkGlyph.cpp | 39 static size_t bits_to_bytes(size_t bits) { in bits_to_bytes() argument
|
| H A D | SkYUVMath.cpp | 240 int bits; member
|
| /third_party/openssl/providers/implementations/ciphers/ |
| H A D | ciphercommon.c | 611 unsigned int bits; in ossl_cipher_generic_set_ctx_params() local
|
| /third_party/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/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/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/ |
| H A D | LzcompCompress.java | 39 private BitIOWriter bits; field in LzcompCompress
|
| /third_party/skia/third_party/externals/libwebp/src/enc/ |
| H A D | syntax_enc.c | 118 uint32_t bits; in PutVP8FrameHeader() local
|
| /third_party/skia/third_party/externals/libwebp/src/utils/ |
| H A D | bit_reader_utils.c | 105 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 D | bit_writer_utils.c | 57 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 D | huffman_encode_utils.c | 361 static uint32_t ReverseBits(int num_bits, uint32_t bits) { in ReverseBits() argument
|
| /third_party/skia/tests/ |
| H A D | ScalarTest.cpp | 78 uint32_t bits = SkFloat2Bits(x); // need unsigned for our shifts in isFinite_int() local
|
| /third_party/pcre2/pcre2/ |
| H A D | RunTest.bat | 159 set bits=8
variable 206 set bits=16
variable 211 set bits=32
variable [all...] |
| /third_party/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/python/Modules/ |
| H A D | _randommodule.c | 280 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 D | LLLexer.cpp | 952 uint32_t bits = len * 4; in LexIdentifier() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| H A D | APInt.h | 102 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 D | HexagonAsmBackend.cpp | 389 void HandleFixupError(const int bits, const int align_bits, in HandleFixupError() argument
|
| /third_party/skia/third_party/externals/zlib/contrib/optimizations/ |
| H A D | inflate.c | 290 unsigned sym, bits; global() local 643 unsigned bits; /* bits in bit buffer */ global() local [all...] |
| /third_party/skia/third_party/externals/zlib/ |
| H A D | inflate.c | 289 unsigned sym, bits; global() local 632 unsigned bits; /* bits in bit buffer */ global() local [all...] |
| /third_party/skia/third_party/skcms/ |
| H A D | skcms.cc | 51 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...] |