/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | max2175.c | 1206 .def = 1, 1222 .def = 1, 1246 .def = 0, 1256 .def = 0,
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | ibss.c | 631 band = chanctx_conf->def.chan->band; in __acquires() 632 scan_width = cfg80211_chandef_to_scan_width(&chanctx_conf->def); in __acquires() 1233 band = chanctx_conf->def.chan->band; in ieee80211_ibss_rx_no_sta() 1234 scan_width = cfg80211_chandef_to_scan_width(&chanctx_conf->def); in ieee80211_ibss_rx_no_sta()
|
H A D | tdls.c | 1361 width = conf->def.width; in iee80211_tdls_recalc_chanctx() 1362 sband = local->hw.wiphy->bands[conf->def.chan->band]; in iee80211_tdls_recalc_chanctx() 1367 if (width != conf->def.width && sta && in iee80211_tdls_recalc_chanctx() 1371 bw = ieee80211_chan_width_to_rx_bw(conf->def.width); in iee80211_tdls_recalc_chanctx()
|
H A D | mesh.c | 408 chan = chanctx_conf->def.chan; in mesh_add_ds_params_ie() 464 channel = chanctx_conf->def.chan; in mesh_add_ht_oper_ie() 536 channel = chanctx_conf->def.chan; in mesh_add_vht_oper_ie() 976 band = chanctx_conf->def.chan->band; in ieee80211_mesh_build_beacon()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | dtfmrgts.cpp | 605 TimeZone *def = TimeZone::createDefault(); in Test4089106() local 614 delete def; in Test4089106() 624 TimeZone::setDefault(*def); in Test4089106() 629 delete def; in Test4089106()
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ps.c | 1230 struct arg_list def; in default_ko() local 1233 memset(&def, 0, sizeof(struct arg_list)); in default_ko() 1234 def.arg = s; in default_ko() 1235 WOULD_EXIT(x, comma_args(arg ? arg : &def, fields, err, parse_ko)); in default_ko()
|
/third_party/toybox/toys/posix/ |
H A D | ps.c | 97 -o Show FIELDS (def PID,USER,PR,NI,VIRT,RES,SHR,S,%CPU,%MEM,TIME+,CMDLINE) 1273 struct arg_list def; in default_ko() local 1276 memset(&def, 0, sizeof(struct arg_list)); in default_ko() 1277 def.arg = s; in default_ko() 1278 WOULD_EXIT(x, comma_args(arg ? arg : &def, fields, err, parse_ko)); in default_ko()
|
/third_party/rust/crates/bindgen/bindgen/codegen/ |
H A D | mod.rs | 3920 let def = self in try_to_rust_ty() 3927 let def_path = def.namespace_aware_canonical_path(ctx); in try_to_rust_ty() 3933 let def_params = def.self_template_params(ctx); in try_to_rust_ty() 3938 extra_assert!(def.is_opaque(ctx, &())); in try_to_rust_ty() 3955 // the def uses. in try_to_rust_ty() 3956 .filter(|&(_, param)| ctx.uses_template_parameter(def.id(), *param)) in try_to_rust_ty()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_optimizer.cpp | 63 * (1) The first pass collects information for each ssa-def, 543 [](const Definition& def) { return def.regClass().type() == RegType::vgpr; }); in pseudo_propagate_temp() 552 [](const Definition& def) { return def.regClass().is_subdword(); }); in pseudo_propagate_temp() 1157 for (Definition& def : instr->definitions) in apply_extract() 1158 ctx.info[def.tempId()].label &= (label_vopc | label_f2f32 | instr_mod_labels); in apply_extract() 1587 Definition def = instr->definitions[0]; in label_instruction() 1596 instr->definitions[0] = def; in label_instruction() 1620 for (Definition def in label_instruction() 3879 Definition def = instr->definitions[0]; combine_instruction() local [all...] |
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bifrost_compile.c | 1925 assert(instr->def.num_components <= (32 / instr->def.bit_size)); in bi_emit_load_const() 1931 for (unsigned i = 0; i < instr->def.num_components; ++i) { in bi_emit_load_const() 1932 unsigned v = nir_const_value_as_uint(instr->value[i], instr->def.bit_size); in bi_emit_load_const() 1933 acc |= (v << (i * instr->def.bit_size)); in bi_emit_load_const() 1936 bi_mov_i32_to(b, bi_get_index(instr->def.index, false, 0), bi_imm_u32(acc)); in bi_emit_load_const() 4806 if (x.def != y.def) in bi_gather_texcoords() 4809 nir_instr *parent = x.def->parent_instr; in bi_gather_texcoords()
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_resolve_ast.c | 2620 struct cil_default *def = current->data; in cil_resolve_default() local 2624 cil_list_init(&def->class_datums, def->flavor); in cil_resolve_default() 2626 cil_list_for_each(curr, def->class_strs) { in cil_resolve_default() 2631 cil_list_append(def->class_datums, CIL_CLASS, datum); in cil_resolve_default() 2643 struct cil_defaultrange *def = current->data; in cil_resolve_defaultrange() local 2647 cil_list_init(&def->class_datums, CIL_DEFAULTRANGE); in cil_resolve_defaultrange() 2649 cil_list_for_each(curr, def->class_strs) { in cil_resolve_defaultrange() 2654 cil_list_append(def->class_datums, CIL_CLASS, datum); in cil_resolve_defaultrange()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.cpp | 5434 const ImGuiResizeGripDef& def = resize_grip_def[resize_grip_n]; in UpdateWindowManualResize() local 5435 const ImVec2 corner = ImLerp(window->Pos, window->Pos + window->Size, def.CornerPosN); in UpdateWindowManualResize() 5439 ImRect resize_rect(corner - def.InnerDir * grip_hover_outer_size, corner + def.InnerDir * grip_hover_inner_size); in UpdateWindowManualResize() 5459 ImVec2 clamp_min = ImVec2(def.CornerPosN.x == 1.0f ? visibility_rect.Min.x : -FLT_MAX, def.CornerPosN.y == 1.0f ? visibility_rect.Min.y : -FLT_MAX); in UpdateWindowManualResize() 5460 ImVec2 clamp_max = ImVec2(def.CornerPosN.x == 0.0f ? visibility_rect.Max.x : +FLT_MAX, def.CornerPosN.y == 0.0f ? visibility_rect.Max.y : +FLT_MAX); in UpdateWindowManualResize() 5461 ImVec2 corner_target = g.IO.MousePos - g.ActiveIdClickOffset + ImLerp(def.InnerDir * grip_hover_outer_size, def in UpdateWindowManualResize() 5472 const ImGuiResizeBorderDef& def = resize_border_def[border_n]; UpdateWindowManualResize() local 5558 const ImGuiResizeBorderDef& def = resize_border_def[border_held]; RenderWindowOuterBorders() local [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | parse.c | 2368 static void warn_label_usage(struct position def, struct position use, struct ident *ident) in warn_label_usage() argument 2372 info(def, " label '%s' defined here", id); in warn_label_usage() 2378 struct statement *def = label->stmt; in check_label_usage() local 2380 if (def) { in check_label_usage() 2381 if (!is_in_scope(def->label_scope, label_scope)) in check_label_usage() 2382 warn_label_usage(def->pos, use_pos, label->ident); in check_label_usage()
|
/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/ |
H A D | res_sched_service_mock_test.cpp | 39 T GetIntParameter(const std::string& key, T def) in GetIntParameter() argument
|
/kernel/linux/linux-5.10/drivers/base/regmap/ |
H A D | regcache-rbtree.c | 201 map->reg_defaults[i].def); in regcache_rbtree_init()
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | core.h | 277 int def; member
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | max9860.c | 674 max9860_regmap.reg_defaults[i].def); in max9860_probe()
|
H A D | tda7419.c | 605 tda7419_regmap_defaults[i].def); in tda7419_probe()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | fscache.h | 236 memcpy(__entry->name, cookie->def->name, 8);
|
/kernel/linux/linux-5.10/net/9p/ |
H A D | trans_xen.c | 281 .def = 1,
|
/kernel/linux/linux-5.10/drivers/media/usb/gspca/ |
H A D | jeilinj.c | 438 .def = 0, in sd_init_controls()
|
/kernel/linux/linux-6.6/drivers/media/usb/gspca/ |
H A D | jeilinj.c | 438 .def = 0, in sd_init_controls()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_lif.h | 318 void ionic_lif_deferred_enqueue(struct ionic_deferred *def,
|
/kernel/linux/linux-6.6/drivers/base/regmap/ |
H A D | regcache-rbtree.c | 201 map->reg_defaults[i].def); in regcache_rbtree_init()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | core.h | 289 int def; member
|