| /third_party/astc-encoder/Utils/ |
| H A D | astc_quant_generator.cpp | 87 unsigned int bits; member [all...] |
| /third_party/backends/backend/ |
| H A D | st400.h | 34 size_t bits; /* 6 or 8 */ member
|
| /third_party/cups-filters/cupsfilters/ |
| H A D | image-tiff.c | 50 bits, /* Number of bits/pixel */ in _cupsImageReadTIFF() local [all...] |
| H A D | image-gif.c | 309 static const unsigned char bits[8] = /* Bit masks for codes */ in gif_get_code() local
|
| /third_party/gn/src/gn/ |
| H A D | ninja_target_writer.cc | 206 void NinjaTargetWriter::WriteSharedVars(const SubstitutionBits& bits) { in WriteSharedVars() argument 263 void NinjaTargetWriter::WriteCCompilerVars(const SubstitutionBits& bits, in WriteCCompilerVars() argument 414 WriteRustCompilerVars(const SubstitutionBits& bits, bool indent, bool always_write) WriteRustCompilerVars() argument [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | ucnv_u7.cpp | 225 uint16_t bits; in _UTF7ToUnicodeWithOffsets() local 474 uint8_t bits; _UTF7FromUnicodeWithOffsets() local 909 uint16_t bits; _IMAPToUnicodeWithOffsets() local 1175 uint8_t bits; _IMAPFromUnicodeWithOffsets() local [all...] |
| /third_party/FreeBSD/contrib/gdtoa/ |
| H A D | strtod.c | 173 ULong bits[2]; local 297 ULong bits[2]; local [all...] |
| /third_party/libsnd/src/ |
| H A D | dwvw.c | 43 int bit_count, bits, last_delta_width, last_sample ; member [all...] |
| /third_party/libunwind/libunwind/include/ |
| H A D | libunwind-ia64.h | 78 struct { unw_word_t bits[2]; } raw; member
|
| /third_party/libsnd/src/ALAC/ |
| H A D | alac_decoder.c | 137 alac_decode (ALAC_DECODER *p, struct BitBuffer * bits, int32_t * sampleBuffer, uint32_t numSamples, uint32_t * outNumSamples) in alac_decode() argument 587 alac_fill_element(struct BitBuffer * bits) alac_fill_element() argument 609 alac_data_stream_element(struct BitBuffer * bits) alac_data_stream_element() argument [all...] |
| /third_party/mbedtls/3rdparty/p256-m/ |
| H A D | p256-m_driver_entrypoints.c | 114 size_t bits = psa_get_key_bits(attributes); in p256_transparent_export_public_key() local 61 p256_transparent_import_key(const psa_key_attributes_t *attributes, const uint8_t *data, size_t data_length, uint8_t *key_buffer, size_t key_buffer_size, size_t *key_buffer_length, size_t *bits) p256_transparent_import_key() argument
|
| /third_party/mbedtls/library/ |
| H A D | psa_crypto_ecp.c | 40 static int check_ecc_parameters(psa_ecc_family_t family, size_t *bits) in check_ecc_parameters() argument 209 mbedtls_psa_ecp_import_key( const psa_key_attributes_t *attributes, const uint8_t *data, size_t data_length, uint8_t *key_buffer, size_t key_buffer_size, size_t *key_buffer_length, size_t *bits) mbedtls_psa_ecp_import_key() argument 545 size_t bits = 0; mbedtls_psa_key_agreement_ecdh() local [all...] |
| H A D | asn1write.c | 266 mbedtls_asn1_write_named_bitstring(unsigned char **p, const unsigned char *start, const unsigned char *buf, size_t bits) mbedtls_asn1_write_named_bitstring() argument 310 mbedtls_asn1_write_bitstring(unsigned char **p, const unsigned char *start, const unsigned char *buf, size_t bits) mbedtls_asn1_write_bitstring() argument [all...] |
| H A D | psa_util.c | 189 mbedtls_ecc_group_to_psa(mbedtls_ecp_group_id grpid, size_t *bits) mbedtls_ecc_group_to_psa() argument 262 mbedtls_ecc_group_from_psa(psa_ecc_family_t family, size_t bits) mbedtls_ecc_group_from_psa() argument 433 mbedtls_ecdsa_raw_to_der(size_t bits, const unsigned char *raw, size_t raw_len, unsigned char *der, size_t der_size, size_t *der_len) mbedtls_ecdsa_raw_to_der() argument 552 mbedtls_ecdsa_der_to_raw(size_t bits, const unsigned char *der, size_t der_len, unsigned char *raw, size_t raw_size, size_t *raw_len) mbedtls_ecdsa_der_to_raw() argument [all...] |
| H A D | psa_crypto_storage.c | 230 uint8_t bits[2]; member
|
| H A D | psa_crypto_rsa.c | 64 size_t bits; in mbedtls_psa_rsa_load_representation() local 109 mbedtls_psa_rsa_import_key( const psa_key_attributes_t *attributes, const uint8_t *data, size_t data_length, uint8_t *key_buffer, size_t key_buffer_size, size_t *key_buffer_length, size_t *bits) mbedtls_psa_rsa_import_key() argument
|
| /third_party/mbedtls/tests/src/drivers/ |
| H A D | test_driver_key_management.c | 264 mbedtls_test_transparent_import_key( const psa_key_attributes_t *attributes, const uint8_t *data, size_t data_length, uint8_t *key_buffer, size_t key_buffer_size, size_t *key_buffer_length, size_t *bits) mbedtls_test_transparent_import_key() argument 346 mbedtls_test_opaque_import_key( const psa_key_attributes_t *attributes, const uint8_t *data, size_t data_length, uint8_t *key_buffer, size_t key_buffer_size, size_t *key_buffer_length, size_t *bits) mbedtls_test_opaque_import_key() argument [all...] |
| /third_party/mbedtls/include/psa/ |
| H A D | crypto_struct.h | 405 psa_set_key_bits(psa_key_attributes_t *attributes, size_t bits) psa_set_key_bits() argument
|
| /third_party/lame/mpglib/ |
| H A D | interface.c | 410 int i, iret, bits, bytes; in decodeMP3_clipchoice() local [all...] |
| /third_party/json/include/nlohmann/detail/conversions/ |
| H A D | to_chars.hpp | 211 const auto bits = static_cast<std::uint64_t>(reinterpret_bits<bits_type>(value)); in compute_boundaries() local
|
| /third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
| H A D | cso_hash.c | 61 int bits = hint; in countBits() local
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_nir_lower_ycbcr_textures.c | 287 uint32_t bits = in try_lower_tex_ycbcr() local
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | linker_util.cpp | 369 _mark_array_elements_referenced(const struct array_deref_range *dr, unsigned count, unsigned scale, unsigned linearized_index, BITSET_WORD *bits) _mark_array_elements_referenced() argument 432 link_util_mark_array_elements_referenced(const struct array_deref_range *dr, unsigned count, unsigned array_depth, BITSET_WORD *bits) link_util_mark_array_elements_referenced() argument
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_format_convert.h | 63 nir_format_mask_uvec(nir_builder *b, nir_ssa_def *src, const unsigned *bits) in nir_format_mask_uvec() argument 89 nir_format_unpack_int(nir_builder *b, nir_ssa_def *packed, const unsigned *bits, unsigned num_components, bool sign_extend) nir_format_unpack_int() argument 157 nir_format_pack_uint_unmasked_ssa(nir_builder *b, nir_ssa_def *color, nir_ssa_def *bits) nir_format_pack_uint_unmasked_ssa() argument 170 nir_format_pack_uint(nir_builder *b, nir_ssa_def *color, const unsigned *bits, unsigned num_components) nir_format_pack_uint() argument 232 _nir_format_norm_factor(nir_builder *b, const unsigned *bits, unsigned num_components, bool is_signed) _nir_format_norm_factor() argument 246 nir_format_unorm_to_float(nir_builder *b, nir_ssa_def *u, const unsigned *bits) nir_format_unorm_to_float() argument 255 nir_format_snorm_to_float(nir_builder *b, nir_ssa_def *s, const unsigned *bits) nir_format_snorm_to_float() argument 265 nir_format_float_to_unorm(nir_builder *b, nir_ssa_def *f, const unsigned *bits) nir_format_float_to_unorm() argument 277 nir_format_float_to_snorm(nir_builder *b, nir_ssa_def *f, const unsigned *bits) nir_format_float_to_snorm() argument 331 nir_format_clamp_uint(nir_builder *b, nir_ssa_def *f, const unsigned *bits) nir_format_clamp_uint() argument [all...] |
| /third_party/mesa3d/src/broadcom/compiler/ |
| H A D | v3d_nir_lower_logic_ops.c | 150 static const unsigned bits[4] = { 10, 10, 10, 2 }; in pack_unorm_rgb10a2() local 171 static const unsigned bits[4] = { 10, 10, 10, 2 }; in unpack_unorm_rgb10a2() local 244 uint32_t bits = v3d_emit_logic_op_raw() local [all...] |