Home
last modified time | relevance | path

Searched defs:bits (Results 951 - 975 of 2966) sorted by relevance

1...<<31323334353637383940>>...119

/third_party/astc-encoder/Utils/
H A Dastc_quant_generator.cpp87 unsigned int bits; member
[all...]
/third_party/backends/backend/
H A Dst400.h34 size_t bits; /* 6 or 8 */ member
/third_party/cups-filters/cupsfilters/
H A Dimage-tiff.c50 bits, /* Number of bits/pixel */ in _cupsImageReadTIFF() local
[all...]
H A Dimage-gif.c309 static const unsigned char bits[8] = /* Bit masks for codes */ in gif_get_code() local
/third_party/gn/src/gn/
H A Dninja_target_writer.cc206 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 Ducnv_u7.cpp225 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 Dstrtod.c173 ULong bits[2]; local
297 ULong bits[2]; local
[all...]
/third_party/libsnd/src/
H A Ddwvw.c43 int bit_count, bits, last_delta_width, last_sample ; member
[all...]
/third_party/libunwind/libunwind/include/
H A Dlibunwind-ia64.h78 struct { unw_word_t bits[2]; } raw; member
/third_party/libsnd/src/ALAC/
H A Dalac_decoder.c137 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 Dp256-m_driver_entrypoints.c114 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 Dpsa_crypto_ecp.c40 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 Dasn1write.c266 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 Dpsa_util.c189 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 Dpsa_crypto_storage.c230 uint8_t bits[2]; member
H A Dpsa_crypto_rsa.c64 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 Dtest_driver_key_management.c264 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 Dcrypto_struct.h405 psa_set_key_bits(psa_key_attributes_t *attributes, size_t bits) psa_set_key_bits() argument
/third_party/lame/mpglib/
H A Dinterface.c410 int i, iret, bits, bytes; in decodeMP3_clipchoice() local
[all...]
/third_party/json/include/nlohmann/detail/conversions/
H A Dto_chars.hpp211 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 Dcso_hash.c61 int bits = hint; in countBits() local
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_lower_ycbcr_textures.c287 uint32_t bits = in try_lower_tex_ycbcr() local
/third_party/mesa3d/src/compiler/glsl/
H A Dlinker_util.cpp369 _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 Dnir_format_convert.h63 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 Dv3d_nir_lower_logic_ops.c150 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...]

Completed in 17 milliseconds

1...<<31323334353637383940>>...119