Home
last modified time | relevance | path

Searched defs:bits (Results 1301 - 1325 of 2874) sorted by relevance

1...<<51525354555657585960>>...115

/third_party/libevdev/libevdev/
H A Dlibevdev-int.h63 unsigned long bits[NLONGS(EV_CNT)]; member
/third_party/libinput/src/
H A Devdev-tablet.h53 unsigned char bits[NCHARS(KEY_CNT)]; member
/third_party/libwebsockets/win32port/zlib/
H A Dinflate.h99 unsigned bits; /* number of bits in "in" */ member
/third_party/ltp/tools/sparse/sparse-src/
H A Dexpression.c269 int bits; in get_number_value() local
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dinstructions-arm64.cc121 uint64_t bits = (1ULL << (imm_s + 1)) - 1; in ImmLogical() local
133 uint64_t bits = (1ULL << ((imm_s & mask) + 1)) - 1; in ImmLogical() local
427 PickBits(const uint8_t bits[]) PickBits() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Djs-array-buffer-inl.h142 void JSArrayBuffer::set_bit_field(uint32_t bits) { in set_bit_field() argument
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Ddisasm.c768 bitcopy(char *src, char *dst, unsigned bits, unsigned src_offset) in bitcopy() argument
795 unsigned bits = ppir_codegen_field_size[i]; in ppir_disassemble_instr() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos.c265 unsigned bits = desc->channel[i].size; in lp_build_unpack_arith_rgba_aos() local
319 unsigned bits in lp_build_unpack_arith_rgba_aos() local
402 unsigned bits = desc->channel[i].size; lp_build_pack_rgba_aos() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_helpers.c534 uint8_t bits = util_format_get_component_bits(format, UTIL_FORMAT_COLORSPACE_RGB, i); in util_clamp_color() local
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_clear.c155 unsigned bits = util_format_get_component_bits( in convert_fast_clear_color() local
164 unsigned bits = util_format_get_component_bits( in convert_fast_clear_color() local
[all...]
/third_party/musl/ldso/linux/
H A Dcfi.c129 static inline uintptr_t addr_to_offset(uintptr_t addr, int bits) in addr_to_offset() argument
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_pixelformat.c52 } bits; member
67 } bits; member
[all...]
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_local.h666 static ossl_inline BIGNUM *bn_expand(BIGNUM *a, int bits) in bn_expand() argument
H A Dbn_exp.c51 int i, bits, ret = 0; in BN_exp() local
172 int i, j, bits, ret = 0, wstart, wend, window, wvalue; in BN_mod_exp_recp() local
315 int i, j, bits, ret = 0, wstart, wend, window, wvalue; BN_mod_exp_mont() local
613 int i, bits, ret = 0, window, wvalue, wmask, window0; BN_mod_exp_mont_consttime() local
1167 int b, bits, ret = 0; BN_mod_exp_mont_word() local
1314 int i, j, bits, ret = 0, wstart, wend, window, wvalue; BN_mod_exp_simple() local
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/macs/
H A Dkmac_prov.c448 static unsigned int get_encode_size(size_t bits) in get_encode_size() argument
469 right_encode(unsigned char *out, size_t out_max_len, size_t *out_len, size_t bits) right_encode() argument
506 size_t i, bits, len, sz; encode_string() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/aes/
H A Daes_core.c631 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, in AES_set_encrypt_key() argument
657 int AES_set_decrypt_key(const unsigned char *userKey, const int bits, in AES_set_decrypt_key() argument
1278 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, in AES_set_encrypt_key() argument
1380 AES_set_decrypt_key(const unsigned char *userKey, const int bits, AES_KEY *key) AES_set_decrypt_key() argument
1857 AES_set_encrypt_key(const unsigned char *userKey, const int bits, AES_KEY *key) AES_set_encrypt_key() argument
1958 AES_set_decrypt_key(const unsigned char *userKey, const int bits, AES_KEY *key) AES_set_decrypt_key() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/aria/
H A Daria.c538 int ossl_aria_set_encrypt_key(const unsigned char *userKey, const int bits, in ossl_aria_set_encrypt_key() argument
670 ossl_aria_set_decrypt_key(const unsigned char *userKey, const int bits, ARIA_KEY *key) ossl_aria_set_decrypt_key() argument
930 const unsigned int bytes = n / 8, bits = n % 8; rotnr() local
1122 ossl_aria_set_encrypt_key(const unsigned char *userKey, const int bits, ARIA_KEY *key) ossl_aria_set_encrypt_key() argument
1195 ossl_aria_set_decrypt_key(const unsigned char *userKey, const int bits, ARIA_KEY *key) ossl_aria_set_decrypt_key() argument
[all...]
/third_party/popt/src/
H A Dpoptint.h32 __pbm_bits bits[1]; member
/third_party/openssl/crypto/bn/
H A Dbn_exp.c51 int i, bits, ret = 0; in BN_exp() local
172 int i, j, bits, ret = 0, wstart, wend, window, wvalue; in BN_mod_exp_recp() local
307 int i, j, bits, ret = 0, wstart, wend, window, wvalue; BN_mod_exp_mont() local
605 int i, bits, ret = 0, window, wvalue, wmask, window0; BN_mod_exp_mont_consttime() local
1159 int b, bits, ret = 0; BN_mod_exp_mont_word() local
1306 int i, j, bits, ret = 0, wstart, wend, window, wvalue; BN_mod_exp_simple() local
[all...]
H A Dbn_local.h666 static ossl_inline BIGNUM *bn_expand(BIGNUM *a, int bits) in bn_expand() argument
/third_party/openssl/crypto/aes/
H A Daes_core.c631 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, in AES_set_encrypt_key() argument
657 int AES_set_decrypt_key(const unsigned char *userKey, const int bits, in AES_set_decrypt_key() argument
1278 int AES_set_encrypt_key(const unsigned char *userKey, const int bits, in AES_set_encrypt_key() argument
1380 AES_set_decrypt_key(const unsigned char *userKey, const int bits, AES_KEY *key) AES_set_decrypt_key() argument
1857 AES_set_encrypt_key(const unsigned char *userKey, const int bits, AES_KEY *key) AES_set_encrypt_key() argument
1958 AES_set_decrypt_key(const unsigned char *userKey, const int bits, AES_KEY *key) AES_set_decrypt_key() argument
[all...]
/third_party/openssl/crypto/aria/
H A Daria.c538 int ossl_aria_set_encrypt_key(const unsigned char *userKey, const int bits, in ossl_aria_set_encrypt_key() argument
670 ossl_aria_set_decrypt_key(const unsigned char *userKey, const int bits, ARIA_KEY *key) ossl_aria_set_decrypt_key() argument
930 const unsigned int bytes = n / 8, bits = n % 8; rotnr() local
1122 ossl_aria_set_encrypt_key(const unsigned char *userKey, const int bits, ARIA_KEY *key) ossl_aria_set_encrypt_key() argument
1195 ossl_aria_set_decrypt_key(const unsigned char *userKey, const int bits, ARIA_KEY *key) ossl_aria_set_decrypt_key() argument
[all...]
/third_party/vk-gl-cts/external/amber/src/src/
H A Dverifier.cc35 CopyBitsOfMemoryToBuffer(uint8_t* dst, const uint8_t* src, uint32_t src_bit_offset, uint32_t bits) CopyBitsOfMemoryToBuffer() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dhex_float_test.cpp643 uint32_t bits_set(const std::vector<uint32_t>& bits) { in bits_set() argument
654 uint16_t half_bits_set(const std::vector<uint32_t>& bits) { in half_bits_set() argument
/third_party/skia/src/gpu/text/
H A DGrAtlasManager.cpp83 const uint8_t* bits = reinterpret_cast<const uint8_t*>(src); local

Completed in 24 milliseconds

1...<<51525354555657585960>>...115