| /kernel/linux/linux-6.6/net/mac80211/ |
| H A D | chan.c | 153 ieee80211_chanctx_can_reserve_chandef(struct ieee80211_local *local, struct ieee80211_chanctx *ctx, const struct cfg80211_chan_def *def) ieee80211_chanctx_can_reserve_chandef() argument [all...] |
| /third_party/icu/icu4c/source/tools/toolutil/ |
| H A D | udbgutil.cpp | 492 const char *def = uloc_getDefault(); in paramLocaleDefaultBcp47() local
|
| /third_party/gptfdisk/ |
| H A D | gpttext.cc | 580 uint64_t GPTDataTextUI::GetSectorNum(uint64_t low, uint64_t high, uint64_t def, in GetSectorNum() argument
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | cdtrgtst.c | 133 UDateFormat *def; in Test4056591() local 209 UDateFormat* def; in Test4059917() local [all...] |
| H A D | cnmdptst.c | 618 UNumberFormat *def; in TestDoubleAttribute() local
|
| /third_party/mbedtls/library/ |
| H A D | cipher.c | 66 const mbedtls_cipher_definition_t *def; in mbedtls_cipher_list() local 88 const mbedtls_cipher_definition_t *def; in mbedtls_cipher_info_from_type() local 102 const mbedtls_cipher_definition_t *def; mbedtls_cipher_info_from_string() local 122 const mbedtls_cipher_definition_t *def; mbedtls_cipher_info_from_values() local [all...] |
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_insert_NOPs.cpp | 349 Definition def = instr->definitions[0]; in handle_smem_clause_hazards() local 503 Definition def = instr->definitions[0]; handle_instruction_gfx6() local 524 Definition def = instr->definitions[0]; handle_instruction_gfx6() local [all...] |
| H A D | aco_insert_waitcnt.cpp | 614 insert_wait_entry(wait_ctx& ctx, Definition def, wait_event event, uint8_t vmem_types = 0) in insert_wait_entry() argument
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_shader_calls.c | 117 add_ssa_def_to_bitset(nir_ssa_def *def, struct brw_bitset *set) in add_ssa_def_to_bitset() argument 209 can_remat_ssa_def(nir_ssa_def *def, struct brw_bitset *remat) in can_remat_ssa_def() argument 215 remat_ssa_def(nir_builder *b, nir_ssa_def *def) in remat_ssa_def() argument 228 get_phi_builder_value_for_def(nir_ssa_def *def, in get_phi_builder_value_for_def() argument 269 spill_fill(nir_builder *before, nir_builder *after, nir_ssa_def *def, unsigned offset, nir_address_format address_format, unsigned stack_alignment) spill_fill() argument 385 nir_ssa_def *def = nir_instr_ssa_def(instr); spill_ssa_defs_and_lower_shader_calls() local 420 nir_ssa_def *def = spill_defs[index]; spill_ssa_defs_and_lower_shader_calls() local 525 nir_ssa_def *def = spill_defs[index]; spill_ssa_defs_and_lower_shader_calls() local 543 nir_ssa_def *def = nir_instr_ssa_def(instr); spill_ssa_defs_and_lower_shader_calls() local 856 nir_ssa_def *def = nir_instr_ssa_def(instr); flatten_resume_if_ladder() local [all...] |
| H A D | nir_search.c | 657 nir_ssa_def *def = nir_instr_ssa_def(instr); in add_uses_to_worklist() local
|
| H A D | nir_range_analysis.c | 1719 ssa_def_bits_used(const nir_ssa_def *def, int recur) ssa_def_bits_used() argument 1912 nir_ssa_def_bits_used(const nir_ssa_def *def) nir_ssa_def_bits_used() argument [all...] |
| H A D | nir_schedule.c | 174 nir_schedule_def_pressure(nir_ssa_def *def) in nir_schedule_def_pressure() argument 287 nir_schedule_ssa_deps(nir_ssa_def *def, void *in_state) in nir_schedule_ssa_deps() argument 566 nir_schedule_regs_freed_def_cb(nir_ssa_def *def, void *in_state) in nir_schedule_regs_freed_def_cb() argument 912 nir_schedule_mark_def_scheduled(nir_ssa_def *def, void *state) nir_schedule_mark_def_scheduled() argument 1093 nir_schedule_ssa_def_init_scoreboard(nir_ssa_def *def, void *state) nir_schedule_ssa_def_init_scoreboard() argument [all...] |
| H A D | nir_control_flow.c | 619 replace_ssa_def_uses(nir_ssa_def *def, void *void_impl) in replace_ssa_def_uses() argument
|
| H A D | nir_from_ssa.c | 121 nir_ssa_def *def; member 153 get_merge_node(nir_ssa_def *def, struct from_ssa_state *state) in get_merge_node() argument 541 create_reg_for_ssa_def(nir_ssa_def *def, nir_function_impl *impl) create_reg_for_ssa_def() argument 553 rewrite_ssa_def(nir_ssa_def *def, void *void_state) rewrite_ssa_def() argument 943 place_phi_read(nir_builder *b, nir_register *reg, nir_ssa_def *def, nir_block *block, struct set *visited_blocks) place_phi_read() argument 1025 nir_ssa_def *def = nir_load_reg(&b, reg); nir_lower_phis_to_regs_block() local 1080 ssa_def_is_local_to_block(nir_ssa_def *def, UNUSED void *state) ssa_def_is_local_to_block() argument [all...] |
| /third_party/mesa3d/src/compiler/spirv/ |
| H A D | vtn_alu.c | 157 vtn_mediump_downconvert(struct vtn_builder *b, enum glsl_base_type base_type, nir_ssa_def *def) vtn_mediump_downconvert() argument 563 vtn_mediump_upconvert(struct vtn_builder *b, enum glsl_base_type base_type, nir_ssa_def *def) vtn_mediump_upconvert() argument [all...] |
| /third_party/mesa3d/src/compiler/nir/tests/ |
| H A D | load_store_vectorizer_tests.cpp | 342 test_alu_def( nir_instr *instr, unsigned index, nir_ssa_def *def, unsigned swizzle) test_alu_def() argument
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| H A D | tu_shader.c | 189 nir_ssa_def *def = nir_vec3(b, nir_imm_int(b, set), in lower_vulkan_resource_index() local
|
| /third_party/mesa3d/src/mesa/program/ |
| H A D | prog_to_nir.c | 203 nir_ssa_def *def; in ptn_get_src() local 261 ptn_move_dest_masked(nir_builder *b, nir_alu_dest dest, nir_ssa_def *def, unsigned write_mask) ptn_move_dest_masked() argument 280 ptn_move_dest(nir_builder *b, nir_alu_dest dest, nir_ssa_def *def) ptn_move_dest() argument [all...] |
| /third_party/node/deps/icu-small/source/tools/toolutil/ |
| H A D | udbgutil.cpp | 495 const char *def = uloc_getDefault(); in paramLocaleDefaultBcp47() local
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir.cpp | 114 ValueDef::ValueDef(const ValueDef& def) : value(NULL), origin(NULL), insn(NULL) in ValueDef() argument
|
| H A D | nv50_ir_from_nir.cpp | 761 Converter::convert(nir_ssa_def *def) in convert() argument [all...] |
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | flow.c | 238 struct instruction *def = phi->def; in try_to_simplify_bb() local 307 struct instruction *def; in simplify_phi_branch() local 874 struct instruction *def; remove_merging_phi() local [all...] |
| /third_party/musl/libc-test/src/functionalext/unittest/ |
| H A D | unit_test_ldso_dynlink.c | 651 Verdef def; in dynlink_test_2004() local 665 Verdef def; in dynlink_test_2005() local 680 Verdef def; dynlink_test_2006() local 700 Verdef def; dynlink_test_2007() local 721 Verdef def; dynlink_test_2008() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
| H A D | LTOModule.cpp | 414 void LTOModule::addDefinedSymbol(StringRef Name, const GlobalValue *def, in addDefinedSymbol() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| H A D | Optimizer.cpp | 159 Ice::Inst *def = destVar ? getDefinition(destVar) : nullptr; in propagateAlloca() local 584 Ice::Inst *def = getDefinition(address); in isDead() local 653 Ice::Inst *def = addressVar ? getDefinition(addressVar) : nullptr; in allocaOf() local [all...] |