Home
last modified time | relevance | path

Searched defs:bits (Results 801 - 825 of 1184) sorted by relevance

1...<<31323334353637383940>>...48

/third_party/mesa3d/src/mesa/main/
H A Dtexcompress_s3tc_tmp.h61 const GLuint bits = img_block_src[4] | (img_block_src[5] << 8) | in dxt135_decode_imageblock() local
389 GLuint bits = 0, bits2 = 0; in storedxtencodedblock() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c444 LLVMValueRef bits in lp_build_occlusion_count() local
455 LLVMValueRef bits = LLVMBuildBitCast(builder, maskvalue, lp_build_occlusion_count() local
[all...]
/third_party/libwebsockets/plugins/acme-client/
H A Dprotocol_lws_acme_client.c658 lws_acme_load_create_auth_keys(struct per_vhost_data__lws_acme_client *vhd, int bits) lws_acme_load_create_auth_keys() argument
/third_party/ltp/tools/sparse/sparse-src/
H A Dshow-parse.c613 int addr, bits; in show_statement() local
853 static int show_load_gen(int bits, struct expression *expr, int addr) in show_load_gen() argument
861 static void show_store_gen(int bits, int value, struct expression *expr, int addr) in show_store_gen() argument
870 int val, addr, bits; in show_assignment() local
889 int bits = expr->ctype->bit_size; show_return_stmt() local
899 int val, addr, bits; show_initialization() local
924 int bits = expr->ctype->bit_size; show_inc_dec() local
978 int val, addr, bits; show_symbol_init() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dsimplified-operator.h568 SpeculativeBigIntAsNParameters(int bits, const FeedbackSource& feedback) in SpeculativeBigIntAsNParameters() argument
574 int bits() const { return bits_; } in bits() function in v8::internal::AbortReason::SpeculativeBigIntAsNParameters
H A Dtypes.cc412 Type::bitset BitsetType::ExpandInternals(Type::bitset bits) { in ExpandInternals() argument
438 Type::bitset BitsetType::NumberBits(bitset bits) { return bits argument
459 Min(bitset bits) Min() argument
474 Max(bitset bits) Max() argument
689 bitset bits = type1.BitsetGlb() & type2.BitsetGlb(); Intersect() local
737 ToLimits(bitset bits, Zone* zone) ToLimits() argument
807 NormalizeRangeAndBitset(Type range, bitset* bits, Zone* zone) NormalizeRangeAndBitset() argument
923 Type bits = NewBitset(new_bitset); Union() local
956 bitset bits = unioned->Get(0).AsBitset(); NormalizeUnion() local
987 Name(bitset bits) Name() argument
1001 Print(std::ostream& os, bitset bits) Print() argument
1076 Print(bitset bits) Print() argument
1157 const bitset bits = AsBitset(); AllocateOnHeap() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.h379 explicit Features(unsigned bits) : bits_(bits) {} in Features() argument
/third_party/node/deps/v8/src/json/
H A Djson-parser.cc610 uint64_t bits = in BuildJsonObject() local
1127 base::uc32 bits = 0; in ScanJsonString() local
/third_party/node/deps/v8/src/objects/
H A Dproperty-details.h355 static Representation DecodeRepresentation(uint32_t bits) { in DecodeRepresentation() argument
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_draw.c753 uint32_t bits = 0; in lima_pack_render_state() local
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_nir_passes.c274 const unsigned bits[4] = { NUM_BITS, NUM_BITS, NUM_BITS, NUM_BITS }; in lower_uint_color_write() local
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_draw.cpp190 unsigned bits = BITFIELD_MASK(PIPE_SHADER_COMPUTE); in update_gfx_program() local
/third_party/mesa3d/src/util/format/
H A Du_format.h118 unsigned bits; member
842 uint bits = util_format_get_blocksizebits(format); util_format_get_blocksize() local
[all...]
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir.c244 uint32_t bits = value[0].u32; in const_src() local
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_lib.c103 int bits = (l != 0); in BN_num_bits_word() local
890 int secbits, bits; in BN_security_bits() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_nistp521.c1591 limb bits; batch_mul() local
[all...]
H A Decp_nistp224.c1149 u64 bits; in batch_mul() local
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A Decx_kmgmt.c281 static int ecx_get_params(void *key, OSSL_PARAM params[], int bits, int secbits, in ecx_get_params() argument
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_lib.c1187 size_t bits; in EVP_PKEY_Q_keygen() local
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_lib.c378 int bits = BN_num_bits(rsa->n); in RSA_security_bits() local
1223 int EVP_PKEY_CTX_set_rsa_keygen_bits(EVP_PKEY_CTX *ctx, int bits) in EVP_PKEY_CTX_set_rsa_keygen_bits() argument
/third_party/node/deps/openssl/openssl/apps/
H A Dts.c551 static ASN1_INTEGER *create_nonce(int bits) in create_nonce() argument
/third_party/libabigail/src/
H A Dabg-reporter-priv.cc25 convert_bits_to_bytes(size_t bits) in convert_bits_to_bytes() argument
58 maybe_convert_bits_to_bytes(uint64_t bits, const diff_context& ctxt) maybe_convert_bits_to_bytes() argument
[all...]
/third_party/qrcodegen/cpp/
H A Dqrcodegen.cpp422 int bits = (data << 10 | rem) ^ 0x5412; // uint15 in drawFormatBits() local
451 long bits = static_cast<long>(version) << 12 | rem; // uint18 drawVersion() local
[all...]
/third_party/qrcodegen/c/
H A Dqrcodegen.c497 long bits = (long)version << 12 | rem; // uint18 in drawLightFunctionModules() local
524 int bits = (data << 10 | rem) ^ 0x5412; // uint15 drawFormatBits() local
[all...]
/third_party/popt/src/
H A Dpopt.c732 int poptBitsAdd(poptBits bits, const char * s) in poptBitsAdd() argument
751 int poptBitsChk(poptBits bits, const char * s) in poptBitsChk() argument
774 int poptBitsClr(poptBits bits) in poptBitsClr() argument
785 int poptBitsDel(poptBits bits, cons argument
[all...]

Completed in 45 milliseconds

1...<<31323334353637383940>>...48