/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_live_variables.cpp | 44 * However, we internally track use/def information at the per-GRF level for 69 if (!BITSET_TEST(bd->def, var)) in setup_one_read() 83 /* The def[] bitset marks when an initialization in a block completely in setup_one_write() 88 BITSET_SET(bd->def, var); in setup_one_write() 95 * Sets up the use[] and def[] bitsets. 131 /* Set def[] for this instruction */ in setup_def_use() 189 ~bd->def[i])); in compute_live_variables() 296 block_data[i].def = rzalloc_array(mem_ctx, BITSET_WORD, bitset_words); in fs_live_variables()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_lowering_gm107.cpp | 120 Value *def[4][4]; in handleManualTXD() local 206 def[c][l] = bld.getSSA(); in handleManualTXD() 207 mov = bld.mkMov(def[c][l], tex->getDef(c)); in handleManualTXD() 216 u->setSrc(l, def[c][l]); in handleManualTXD()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | constants.cpp | 234 auto def = context()->get_def_use_mgr()->GetDef(decl_id); in GetDefiningInstruction() local 235 assert(def != nullptr); in GetDefiningInstruction() 236 assert((type_id == 0 || def->type_id() == type_id) && in GetDefiningInstruction() 238 return def; in GetDefiningInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | constants.cpp | 234 auto def = context()->get_def_use_mgr()->GetDef(decl_id); in GetDefiningInstruction() local 235 assert(def != nullptr); in GetDefiningInstruction() 236 assert((type_id == 0 || def->type_id() == type_id) && in GetDefiningInstruction() 238 return def; in GetDefiningInstruction()
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_reset_ast.c | 463 static void cil_reset_default(struct cil_default *def) in cil_reset_default() argument 465 cil_list_destroy(&def->class_datums, CIL_FALSE); in cil_reset_default() 468 static void cil_reset_defaultrange(struct cil_defaultrange *def) in cil_reset_defaultrange() argument 470 cil_list_destroy(&def->class_datums, CIL_FALSE); in cil_reset_defaultrange()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_spill.cpp | 196 for (const Definition& def : instr->definitions) { in next_uses_per_block() 197 if (def.isTemp()) in next_uses_per_block() 198 next_use_distances_start.erase(def.getTemp()); in next_uses_per_block() 373 for (const Definition& def : instr->definitions) { in get_rematerialize_info() 374 if (def.isTemp()) { in get_rematerialize_info() 375 ctx.remat[def.getTemp()] = remat_info{instr.get()}; in get_rematerialize_info() 427 for (const Definition& def : instr->definitions) { in update_local_next_uses() 428 if (def.isTemp()) { in update_local_next_uses() 430 [def](auto& pair) { return pair.first == def in update_local_next_uses() 1537 Definition def = reload->definitions[0]; reload_vgpr() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | mac.c | 392 ath10k_warn(ar, "failed to re-set def wpa key idxon vdev %i: %d\n", in ath10k_install_peer_wep_keys() 646 struct cfg80211_chan_def *def) in ath10k_mac_vif_chan() 657 *def = conf->def; in ath10k_mac_vif_chan() 688 struct cfg80211_chan_def **def = data; in ath10k_mac_get_any_chandef_iter() local 690 *def = &conf->def; in ath10k_mac_get_any_chandef_iter() 1543 const struct cfg80211_chan_def *def) in ath10k_vdev_start() 1545 return ath10k_vdev_start_restart(arvif, def, false); in ath10k_vdev_start() 1549 const struct cfg80211_chan_def *def) in ath10k_vdev_restart() 645 ath10k_mac_vif_chan(struct ieee80211_vif *vif, struct cfg80211_chan_def *def) ath10k_mac_vif_chan() argument 1542 ath10k_vdev_start(struct ath10k_vif *arvif, const struct cfg80211_chan_def *def) ath10k_vdev_start() argument 1548 ath10k_vdev_restart(struct ath10k_vif *arvif, const struct cfg80211_chan_def *def) ath10k_vdev_restart() argument 1702 struct cfg80211_chan_def def; ath10k_mac_vif_fix_hidden_ssid() local 2181 struct cfg80211_chan_def def; ath10k_peer_assoc_h_crypto() local 2234 struct cfg80211_chan_def def; ath10k_peer_assoc_h_rates() local 2296 struct cfg80211_chan_def def; ath10k_peer_assoc_h_ht() local 2546 struct cfg80211_chan_def def; ath10k_peer_assoc_h_vht() local 2719 struct cfg80211_chan_def def; ath10k_peer_assoc_h_phymode() local 5898 ath10k_recalculate_mgmt_rate(struct ath10k *ar, struct ieee80211_vif *vif, struct cfg80211_chan_def *def) ath10k_recalculate_mgmt_rate() argument 5936 struct cfg80211_chan_def def; ath10k_bss_info_changed() local 6568 struct cfg80211_chan_def def; ath10k_sta_rc_update_wk() local 6859 struct cfg80211_chan_def def; ath10k_mac_tid_bitrate_config() local 8240 struct cfg80211_chan_def def; ath10k_mac_op_set_bitrate_mask() local 8495 struct cfg80211_chan_def *def = NULL; ath10k_mac_update_rx_channel() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | mac.c | 403 ath10k_warn(ar, "failed to re-set def wpa key idxon vdev %i: %d\n", in ath10k_install_peer_wep_keys() 657 struct cfg80211_chan_def *def) in ath10k_mac_vif_chan() 668 *def = conf->def; in ath10k_mac_vif_chan() 699 struct cfg80211_chan_def **def = data; in ath10k_mac_get_any_chandef_iter() local 701 *def = &conf->def; in ath10k_mac_get_any_chandef_iter() 1554 const struct cfg80211_chan_def *def) in ath10k_vdev_start() 1556 return ath10k_vdev_start_restart(arvif, def, false); in ath10k_vdev_start() 1560 const struct cfg80211_chan_def *def) in ath10k_vdev_restart() 656 ath10k_mac_vif_chan(struct ieee80211_vif *vif, struct cfg80211_chan_def *def) ath10k_mac_vif_chan() argument 1553 ath10k_vdev_start(struct ath10k_vif *arvif, const struct cfg80211_chan_def *def) ath10k_vdev_start() argument 1559 ath10k_vdev_restart(struct ath10k_vif *arvif, const struct cfg80211_chan_def *def) ath10k_vdev_restart() argument 1713 struct cfg80211_chan_def def; ath10k_mac_vif_fix_hidden_ssid() local 2191 struct cfg80211_chan_def def; ath10k_peer_assoc_h_crypto() local 2246 struct cfg80211_chan_def def; ath10k_peer_assoc_h_rates() local 2308 struct cfg80211_chan_def def; ath10k_peer_assoc_h_ht() local 2559 struct cfg80211_chan_def def; ath10k_peer_assoc_h_vht() local 2734 struct cfg80211_chan_def def; ath10k_peer_assoc_h_phymode() local 6045 ath10k_recalculate_mgmt_rate(struct ath10k *ar, struct ieee80211_vif *vif, struct cfg80211_chan_def *def) ath10k_recalculate_mgmt_rate() argument 6083 struct cfg80211_chan_def def; ath10k_bss_info_changed() local 6717 struct cfg80211_chan_def def; ath10k_sta_rc_update_wk() local 7011 struct cfg80211_chan_def def; ath10k_mac_tid_bitrate_config() local 8401 struct cfg80211_chan_def def; ath10k_mac_op_set_bitrate_mask() local 8657 struct cfg80211_chan_def *def = NULL; ath10k_mac_update_rx_channel() local [all...] |
/kernel/linux/linux-6.6/io_uring/ |
H A D | io_uring.c | 380 const struct io_cold_def *def = &io_cold_defs[req->opcode]; in io_clean_op() local 382 if (def->cleanup) in io_clean_op() 383 def->cleanup(req); in io_clean_op() 446 const struct io_issue_def *def = &io_issue_defs[req->opcode]; in io_prep_async_work() local 464 bool should_hash = def->hash_reg_file; in io_prep_async_work() 473 if (def->unbound_nonreg_file) in io_prep_async_work() 1037 const struct io_cold_def *def = &io_cold_defs[req->opcode]; variable 1043 if (def->fail) 1044 def->fail(req); 1754 const struct io_issue_def *def in io_req_prep_async() local 1822 io_assign_file(struct io_kiocb *req, const struct io_issue_def *def, unsigned int issue_flags) io_assign_file() argument 1838 const struct io_issue_def *def = &io_issue_defs[req->opcode]; io_issue_sqe() local 1901 const struct io_issue_def *def = &io_issue_defs[req->opcode]; io_wq_submit_work() local 2124 const struct io_issue_def *def; global() variable [all...] |
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/ |
H A D | hash_utils.c | 596 struct mmu_psize_def *def; in htab_dt_scan_page_sizes() local 606 def = &mmu_psize_defs[base_idx]; in htab_dt_scan_page_sizes() 610 def->shift = base_shift; in htab_dt_scan_page_sizes() 612 def->avpnm = 0; in htab_dt_scan_page_sizes() 614 def->avpnm = (1 << (base_shift - 23)) - 1; in htab_dt_scan_page_sizes() 615 def->sllp = slbenc; in htab_dt_scan_page_sizes() 621 def->tlbiel = 1; in htab_dt_scan_page_sizes() 623 def->tlbiel = 0; in htab_dt_scan_page_sizes() 640 def->penc[idx] = penc; in htab_dt_scan_page_sizes() 643 base_shift, shift, def in htab_dt_scan_page_sizes() [all...] |
/kernel/linux/linux-5.10/drivers/media/common/ |
H A D | cx2341x.c | 120 s32 *min, s32 *max, s32 *step, s32 *def, u32 *flags) in cx2341x_ctrl_fill() 538 s32 min, s32 max, s32 step, s32 def) in cx2341x_ctrl_query_fill() 557 &min, &max, &step, &def, &qctrl->flags); in cx2341x_ctrl_query_fill() 561 qctrl->default_value = def; in cx2341x_ctrl_query_fill() 567 return v4l2_ctrl_query_fill(qctrl, min, max, step, def); in cx2341x_ctrl_query_fill() 1540 u32 id, s32 min, s32 max, s32 step, s32 def) in cx2341x_ctrl_new_custom() 1545 cx2341x_ctrl_fill(id, &cfg.name, &cfg.type, &min, &max, &step, &def, &cfg.flags); in cx2341x_ctrl_new_custom() 1550 cfg.def = def; in cx2341x_ctrl_new_custom() 1563 u32 id, s32 min, s32 max, s32 step, s32 def) in cx2341x_ctrl_new_std() 119 cx2341x_ctrl_fill(u32 id, const char **name, enum v4l2_ctrl_type *type, s32 *min, s32 *max, s32 *step, s32 *def, u32 *flags) cx2341x_ctrl_fill() argument 537 cx2341x_ctrl_query_fill(struct v4l2_queryctrl *qctrl, s32 min, s32 max, s32 step, s32 def) cx2341x_ctrl_query_fill() argument 1539 cx2341x_ctrl_new_custom(struct v4l2_ctrl_handler *hdl, u32 id, s32 min, s32 max, s32 step, s32 def) cx2341x_ctrl_new_custom() argument 1562 cx2341x_ctrl_new_std(struct v4l2_ctrl_handler *hdl, u32 id, s32 min, s32 max, s32 step, s32 def) cx2341x_ctrl_new_std() argument 1568 cx2341x_ctrl_new_menu(struct v4l2_ctrl_handler *hdl, u32 id, s32 max, s32 mask, s32 def) cx2341x_ctrl_new_menu() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/common/ |
H A D | cx2341x.c | 120 s32 *min, s32 *max, s32 *step, s32 *def, u32 *flags) in cx2341x_ctrl_fill() 538 s32 min, s32 max, s32 step, s32 def) in cx2341x_ctrl_query_fill() 557 &min, &max, &step, &def, &qctrl->flags); in cx2341x_ctrl_query_fill() 561 qctrl->default_value = def; in cx2341x_ctrl_query_fill() 567 return v4l2_ctrl_query_fill(qctrl, min, max, step, def); in cx2341x_ctrl_query_fill() 1540 u32 id, s32 min, s32 max, s32 step, s32 def) in cx2341x_ctrl_new_custom() 1545 cx2341x_ctrl_fill(id, &cfg.name, &cfg.type, &min, &max, &step, &def, &cfg.flags); in cx2341x_ctrl_new_custom() 1550 cfg.def = def; in cx2341x_ctrl_new_custom() 1563 u32 id, s32 min, s32 max, s32 step, s32 def) in cx2341x_ctrl_new_std() 119 cx2341x_ctrl_fill(u32 id, const char **name, enum v4l2_ctrl_type *type, s32 *min, s32 *max, s32 *step, s32 *def, u32 *flags) cx2341x_ctrl_fill() argument 537 cx2341x_ctrl_query_fill(struct v4l2_queryctrl *qctrl, s32 min, s32 max, s32 step, s32 def) cx2341x_ctrl_query_fill() argument 1539 cx2341x_ctrl_new_custom(struct v4l2_ctrl_handler *hdl, u32 id, s32 min, s32 max, s32 step, s32 def) cx2341x_ctrl_new_custom() argument 1562 cx2341x_ctrl_new_std(struct v4l2_ctrl_handler *hdl, u32 id, s32 min, s32 max, s32 step, s32 def) cx2341x_ctrl_new_std() argument 1568 cx2341x_ctrl_new_menu(struct v4l2_ctrl_handler *hdl, u32 id, s32 max, s32 mask, s32 def) cx2341x_ctrl_new_menu() argument [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | example.c | 587 struct instruction *def; in fill_reg() local 622 def = pseudo->def; in fill_reg() 623 if (def && (def->opcode == OP_SETVAL || def->opcode == OP_LABEL)) { in fill_reg() 624 output_insn(state, "movl $<%s>,%s", show_pseudo(def->target), hardreg->name); in fill_reg() 1380 * code. On use, the "def" of the pseudo will be in generate_one_insn() 1527 struct instruction *def; in fill_output() local 1535 def in fill_output() [all...] |
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | bpf_load.h | 24 struct bpf_load_map_def def; member
|
/kernel/linux/linux-5.10/include/net/9p/ |
H A D | transport.h | 22 * @def: set if this transport should be considered the default 41 int def; /* this transport should be default */ member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | mISDNdsp.h | 7 char *def; member
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/include/linux/ |
H A D | atomisp_gmin_platform.h | 28 const char *var, int def);
|
/kernel/linux/linux-6.6/drivers/net/can/spi/mcp251xfd/ |
H A D | mcp251xfd-ram.h | 25 u8 def[__CAN_RAM_MODE_MAX]; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | mISDNdsp.h | 7 char *def; member
|
/third_party/nghttp2/third-party/ |
H A D | build_config.rb | 0 def config(conf)
|
/third_party/pulseaudio/src/pulse/ |
H A D | subscribe.h | 26 #include <pulse/def.h>
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/ |
H A D | passthroughlum2d11ps.h | 44 def c0, 1, 0, 0, 0
|
H A D | passthrougha2d11ps.h | 44 def c0, 0, 1, 0, 0
|
H A D | passthroughr2d11ps.h | 44 def c0, 1, 0, 0, 0
|
H A D | passthroughrg2d11ps.h | 44 def c0, 1, 0, 0, 0
|