/aosp_15_r20/external/igt-gpu-tools/tools/ |
H A D | intel_vbt_decode.c | 66 #define YESNO(val) ((val) ? "yes" : "no") argument 100 struct bdb_block *block; in find_section() local 142 const struct bdb_block *block) in dump_general_features() 228 const struct bdb_block *block) in dump_backlight_info() 532 const struct bdb_block *block) in dump_general_definitions() 555 const struct bdb_block *block) in dump_legacy_child_devices() 570 const struct bdb_block *block) in dump_lvds_options() 590 const struct bdb_block *block) in dump_lvds_ptr_data() 598 const struct bdb_block *block) in dump_lvds_data() 680 const struct bdb_block *block) in dump_driver_feature() [all …]
|
/aosp_15_r20/frameworks/base/libs/androidfw/tests/ |
H A D | ResTable_test.cpp | 84 Res_value val; in TEST() local 108 Res_value val; in TEST() local 132 Res_value val; in TEST() local 153 Res_value val; in TEST() local 154 ssize_t block = in TEST() local 174 Res_value val; in TEST() local 175 ssize_t block = in TEST() local 207 Res_value val; in TEST() local 208 ssize_t block = in TEST() local 240 Res_value val; in TEST() local [all …]
|
H A D | Split_test.cpp | 85 Res_value val; in TEST_F() local 87 ssize_t block = table.getResource(R::string::test1, &val, MAY_NOT_BE_BAG, 0, in TEST_F() local 113 Res_value val; in TEST_F() local 115 ssize_t block = table.getResource(R::string::test1, &val, MAY_NOT_BE_BAG, 0, in TEST_F() local 162 Res_value val; in TEST_F() local 164 ssize_t block = table.getResource(R::string::test1, &val, MAY_NOT_BE_BAG, 0, in TEST_F() local 218 Res_value val; in TEST_F() local 219 ssize_t block = table.getResource(R::string::test3, &val, MAY_NOT_BE_BAG); in TEST_F() local
|
H A D | AppAsLib_test.cpp | 37 Res_value val; in TEST() local 38 ssize_t block = table.getResource(app::R::integer::number1, &val); in TEST() local 56 Res_value val; in TEST() local 57 ssize_t block = table.getResource(lib::R::integer::number1, &val); in TEST() local 75 Res_value val; in TEST() local 76 ssize_t block = table.getResource(lib::R::integer::number1, &val); in TEST() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_rast_debug.c | 87 const struct cmd_block *block, in get_variant() 112 const struct cmd_block *block, in is_blend() 127 const struct cmd_block *block, in is_linear() 146 const struct cmd_block *block, in get_fs_kind() 199 char val, in plot() 219 char val) in debug_rectangle() 252 char val) in debug_blit_tile() 271 char val) in debug_shade_tile() 294 char val) in debug_clear_tile() 308 char val) in debug_triangle() [all …]
|
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/ |
H A D | bitops.h | 280 _INLINE_ __u16 ext2fs_swab16(__u16 val) in ext2fs_swab16() 285 _INLINE_ __u32 ext2fs_swab32(__u32 val) in ext2fs_swab32() 291 _INLINE_ __u64 ext2fs_swab64(__u64 val) in ext2fs_swab64() 298 blk_t block) in ext2fs_mark_block_bitmap() 305 blk_t block) in ext2fs_unmark_block_bitmap() 312 blk_t block) in ext2fs_test_block_bitmap() 340 blk_t block) in ext2fs_fast_mark_block_bitmap() 346 blk_t block) in ext2fs_fast_unmark_block_bitmap() 352 blk_t block) in ext2fs_fast_test_block_bitmap() 398 blk_t block, int num) in ext2fs_fast_test_block_bitmap_range() [all …]
|
/aosp_15_r20/external/mesa3d/src/asahi/compiler/ |
H A D | agx_repair_ssa.c | 43 repair_block(struct repair_ctx *ctx, agx_block *block) in repair_block() 49 record_write(struct repair_ctx *ctx, agx_block *block, unsigned node, in record_write() 50 agx_index val) in record_write() 62 resolve_read(struct repair_ctx *ctx, agx_block *block, agx_index node) in resolve_read() 77 agx_index val; in resolve_read() local 114 add_phi_operands(struct repair_ctx *ctx, agx_block *block, agx_instr *phi, in add_phi_operands() 125 seal_block(struct repair_ctx *ctx, agx_block *block) in seal_block()
|
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/ |
H A D | ir3_spill.c | 193 compute_block_next_distance(struct ra_spill_ctx *ctx, struct ir3_block *block, in compute_block_next_distance() 689 set_src_val(struct ir3_register *src, const struct reg_or_immed *val) in set_src_val() 720 spill(struct ra_spill_ctx *ctx, const struct reg_or_immed *val, in spill() 1324 handle_live_in(struct ra_spill_ctx *ctx, struct ir3_block *block, in handle_live_in() 1338 is_live_in_phi(struct ir3_register *def, struct ir3_block *block) in is_live_in_phi() 1345 struct ir3_block *block, unsigned pred_idx) in is_live_in_pred() 1360 struct ir3_block *block, unsigned pred_idx) in is_live_in_undef() 1370 struct ir3_block *block, unsigned pred_idx) in read_live_in() 1390 struct ir3_block *block) in is_live_in_all_preds() 1402 struct ir3_block *block) in spill_live_in() [all …]
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | MultinomialKernel.cu | 55 scalar_t val; in C10_LAUNCH_BOUNDS_1() local 93 dim3 block(std::min(maxThreads, warp_size * ceil_div(cols, int64_t{warp_size}))); in renormRows() local 108 scalar_t val) { in binarySearchForMultinomial() 213 scalar_t val; in C10_LAUNCH_BOUNDS_1() local 267 accscalar_t val = accZero; in C10_LAUNCH_BOUNDS_1() local 366 dim3 block(requiredThreads); in multinomial_with_replacement_kernel_impl() local 424 dim3 block(128); in multinomial_with_replacement_kernel_impl() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/zstd/ |
D | bits.go | 14 type block []byte type 26 func (r *Reader) makeBitReader(data block, off int) bitReader { 50 func (br *bitReader) val(b uint8) uint32 { func 83 func (r *Reader) makeReverseBitReader(data block, off, start int) (reverseBitReader, error) { 100 func (rbr *reverseBitReader) val(b uint8) (uint32, error) { func
|
/aosp_15_r20/external/clang/lib/Analysis/ |
H A D | LiveVariables.cpp | 49 void DataflowWorklist::enqueueBlock(const clang::CFGBlock *block) { in enqueueBlock() 56 void DataflowWorklist::enqueuePredecessors(const clang::CFGBlock *block) { in enqueuePredecessors() 196 LiveVariables::LivenessValues &val; member in __anon34dfd90e0411::TransferFunctions 441 LiveVariablesImpl::runOnBlock(const CFGBlock *block, in runOnBlock() 442 LiveVariables::LivenessValues val, in runOnBlock() 507 const CFGBlock *block = *it; in computeLiveness() local 533 while (const CFGBlock *block = worklist.dequeue()) { in computeLiveness() local 539 LivenessValues val; in computeLiveness() local
|
/aosp_15_r20/external/mesa3d/src/compiler/spirv/ |
H A D | vtn_cfg.c | 96 function_parameter_decoration_cb(struct vtn_builder *b, struct vtn_value *val, in function_parameter_decoration_cb() 220 function_decoration_cb(struct vtn_builder *b, struct vtn_value *val, int member, in function_decoration_cb() 257 struct vtn_value *val = vtn_push_value(b, w[2], vtn_value_type_function); in vtn_cfg_handle_prepass_instruction() local 343 struct vtn_value *val = vtn_untyped_value(b, w[2]); in vtn_cfg_handle_prepass_instruction() local 557 vtn_emit_ret_store(struct vtn_builder *b, const struct vtn_block *block) in vtn_emit_ret_store() 586 struct vtn_block *block) in vtn_add_unstructured_block() 604 struct vtn_block *block = in vtn_emit_cf_func_unstructured() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/ |
H A D | freeze_module.cpp | 97 Block* block = blocks.top(); in optimizeSubGraphs() local 347 Block* block = blocks.top(); in recordMutableAttrs() local 409 for (auto& val : usedAttrs_) { in recordMutableAttrs() local 447 auto val = pair.value(); in overrideGradient() local 533 auto block = graph->block(); in inlineInterfaceCalls() local 537 Block* block = blocks.top(); in inlineInterfaceCalls() local 636 auto block = graph->block(); in propagateAttributes() local 642 Block* block = blocks.top(); in propagateAttributes() local 820 Block* block = blocks.top(); in recordReferencedAttrs() local 943 for (auto& val : SharedTypeSubModules_[type]) { in removeUnusedAttrs() local
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_phi_builder.c | 119 struct nir_phi_builder_value *val; in nir_phi_builder_add_value() local 174 nir_phi_builder_value_set_block_def(struct nir_phi_builder_value *val, in nir_phi_builder_value_set_block_def() 175 nir_block *block, nir_def *def) in nir_phi_builder_value_set_block_def() 185 nir_phi_builder_value_get_block_def(struct nir_phi_builder_value *val, in nir_phi_builder_value_get_block_def() 186 nir_block *block) in nir_phi_builder_value_get_block_def()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_qir.h | 757 qir_PACK_8_F(struct vc4_compile *c, struct qreg dest, struct qreg val, int chan) in qir_PACK_8_F() 765 qir_PACK_8888_F(struct vc4_compile *c, struct qreg val) in qir_PACK_8888_F() 773 qir_VPM_WRITE(struct vc4_compile *c, struct qreg val) in qir_VPM_WRITE() 779 qir_LOAD_IMM(struct vc4_compile *c, uint32_t val) in qir_LOAD_IMM() 786 qir_LOAD_IMM_U2(struct vc4_compile *c, uint32_t val) in qir_LOAD_IMM_U2() 794 qir_LOAD_IMM_I2(struct vc4_compile *c, uint32_t val) in qir_LOAD_IMM_I2() 803 qir_ROT_MUL(struct vc4_compile *c, struct qreg val, uint32_t rot) in qir_ROT_MUL() 829 #define qir_for_each_block(block, c) \ argument 832 #define qir_for_each_block_rev(block, c) \ argument 836 #define qir_for_each_successor(succ, block) \ argument [all …]
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sdp/ |
H A D | service_record_test.cc | 154 const DataElement& val = record.GetAttribute(kProtocolDescriptorList); in TEST() local 155 DynamicByteBuffer block(val.WriteSize()); in TEST() local 233 const DataElement& val = record.GetAttribute(kBluetoothProfileDescriptorList); in TEST() local 234 DynamicByteBuffer block(val.WriteSize()); in TEST() local 291 const DataElement& val = record.GetAttribute(kLanguageBaseAttributeIdList); in TEST() local
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/http/ |
H A D | http_header_block_test.cc | 32 HttpHeaderBlock block; in TEST() local 44 HttpHeaderBlock block; in TEST() local 75 HttpHeaderBlock block; in TEST() local 127 HttpHeaderBlock block; in ReturnTestHeaderBlock() local 164 HttpHeaderBlock block; in TEST() local 203 HttpHeaderBlock block; in TEST() local 206 const auto& val = block["foo"]; in TEST() local 226 HttpHeaderBlock block; in TEST() local 240 size_t HttpHeaderBlockSize(const HttpHeaderBlock& block) { in HttpHeaderBlockSize() 251 HttpHeaderBlock block; in TEST() local [all …]
|
/aosp_15_r20/external/libjpeg-turbo/ |
H A D | jcarith.c | 122 emit_byte(int val, j_compress_ptr cinfo) in emit_byte() 225 arith_encode(j_compress_ptr cinfo, unsigned char *st, int val) in arith_encode() 371 JBLOCKROW block; in encode_mcu_DC_first() local 462 JBLOCKROW block; in encode_mcu_AC_first() local 596 JBLOCKROW block; in encode_mcu_AC_refine() local 690 JBLOCKROW block; in encode_mcu() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
H A D | functional_control_flow_to_cfg.cc | 65 Value val = get_arg(i); in CallFn() local 83 Location loc, const std::function<Value(int)>& get_val, Block* block, in PrepareValsForJump() 89 Value val = get_val(i); in PrepareValsForJump() local 107 Block* block, OpBuilder* builder) { in JumpToBlock() 119 Block* block, OpBuilder* builder) { in ReplaceOpResultWithBlockArgs()
|
/aosp_15_r20/external/wpa_supplicant_8/src/common/ |
H A D | sae_pk.c | 99 static u8 d_permute(u8 val, unsigned int iter) in d_permute() 107 static u8 d_invert(u8 val) in d_invert() 118 u8 val = 0; in d_check_char() local 217 u64 block = 0; in sae_pk_base32_encode() local 218 u8 val; in sae_pk_base32_encode() local 253 u64 block = 0; in sae_pk_base32_decode() local 280 u8 val; in sae_pk_base32_decode() local 365 u32 val = 0, val19; in sae_pk_set_password() local 450 struct sae_pk * sae_parse_pk(const char *val) in sae_parse_pk()
|
/aosp_15_r20/external/flac/src/libFLAC/ |
H A D | metadata_iterators.c | 648 FLAC__StreamMetadata *block = FLAC__metadata_object_new(iterator->type); in FLAC__metadata_simple_iterator_get_block() local 676 …le_iterator_set_block(FLAC__Metadata_SimpleIterator *iterator, FLAC__StreamMetadata *block, FLAC__… in FLAC__metadata_simple_iterator_set_block() 777 …or_insert_block_after(FLAC__Metadata_SimpleIterator *iterator, FLAC__StreamMetadata *block, FLAC__… in FLAC__metadata_simple_iterator_insert_block_after() 2022 …l FLAC__metadata_iterator_set_block(FLAC__Metadata_Iterator *iterator, FLAC__StreamMetadata *block) in FLAC__metadata_iterator_set_block() 2055 …tadata_iterator_insert_block_before(FLAC__Metadata_Iterator *iterator, FLAC__StreamMetadata *block) in FLAC__metadata_iterator_insert_block_before() 2080 …etadata_iterator_insert_block_after(FLAC__Metadata_Iterator *iterator, FLAC__StreamMetadata *block) in FLAC__metadata_iterator_insert_block_after() 2107 void pack_uint32_(FLAC__uint32 val, FLAC__byte *b, uint32_t bytes) in pack_uint32_() 2119 void pack_uint32_little_endian_(FLAC__uint32 val, FLAC__byte *b, uint32_t bytes) in pack_uint32_little_endian_() 2129 void pack_uint64_(FLAC__uint64 val, FLAC__byte *b, uint32_t bytes) in pack_uint64_() 2189 …ool read_metadata_block_data_(FLAC__Metadata_SimpleIterator *iterator, FLAC__StreamMetadata *block) in read_metadata_block_data_() [all …]
|
/aosp_15_r20/frameworks/base/core/jni/ |
H A D | android_app_PropertyInvalidatedCache.cpp | 71 int32_t NonceStore::getByteBlock(block_t* block, size_t len) const { in getByteBlock() 77 void NonceStore::setByteBlock(int hash, const block_t* block, size_t len) { in setByteBlock() 106 void setByteBlock(JNIEnv* env, jclass, jlong ptr, jint hash, jbyteArray val) { in setByteBlock() 118 jint getByteBlock(JNIEnv* env, jclass, jlong ptr, jint hash, jbyteArray val) { in getByteBlock()
|
/aosp_15_r20/external/arm-trusted-firmware/drivers/nxp/sd/ |
H A D | sd_mmc.c | 102 uint32_t val; in esdhc_init() local 185 uint32_t val; in esdhc_send_cmd() local 281 uint32_t val; in esdhc_wait_response() local 413 uint32_t val; in esdhc_set_data_attributes() local 478 uint32_t val; in esdhc_read_data_nodma() local 552 uint32_t val; in esdhc_write_data_nodma() local 1251 static int esdhc_read_block(struct mmc *mmc, void *dst, uint32_t block) in esdhc_read_block() 1297 static int esdhc_write_block(struct mmc *mmc, void *src, uint32_t block) in esdhc_write_block()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/nxp/sd/ |
D | sd_mmc.c | 102 uint32_t val; in esdhc_init() local 185 uint32_t val; in esdhc_send_cmd() local 281 uint32_t val; in esdhc_wait_response() local 413 uint32_t val; in esdhc_set_data_attributes() local 478 uint32_t val; in esdhc_read_data_nodma() local 552 uint32_t val; in esdhc_write_data_nodma() local 1251 static int esdhc_read_block(struct mmc *mmc, void *dst, uint32_t block) in esdhc_read_block() 1297 static int esdhc_write_block(struct mmc *mmc, void *src, uint32_t block) in esdhc_write_block()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/ |
H A D | impl.cpp | 59 std::string iValueToString(const c10::IValue& val) { in iValueToString() 99 bool canEnableStaticRuntimeImpl(const Block* block) { in canEnableStaticRuntimeImpl() 147 for (const auto* val : value_set) { in dumpValueSet() local 329 void ValueGroup::init(const Block& block, const AliasDb& db) { in init() 398 Block& block, in ManagedTensorRanges() 617 Block* block, in prepareBlockInfo() 666 void StaticModule::attachNodeMetadata(Block* block) { in attachNodeMetadata() 678 Block* block, in prepareFunctionsAndConstants() 710 Block* block, in prepareStaticNodeInfos() 787 BlockInfo::BlockInfo(uint32_t input_idx, Block& block) in BlockInfo() [all …]
|