Home
last modified time | relevance | path

Searched refs:def (Results 876 - 900 of 1651) sorted by relevance

1...<<31323334353637383940>>...67

/kernel/linux/linux-5.10/sound/soc/codecs/
H A Drl6347a.c28 rl6347a->index_cache[i].def = value; in rl6347a_hw_write()
/kernel/linux/linux-6.6/include/linux/
H A Dsungem_phy.h43 struct mii_phy_def* def; member
/kernel/linux/linux-6.6/drivers/iio/proximity/
H A Dsx_common.h29 u8 def;
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Drl6347a.c28 rl6347a->index_cache[i].def = value; in rl6347a_hw_write()
/test/xts/device_attest/services/core/include/adapter/
H A Dattest_adapter.h72 int32_t AttestGetParameter(const char *key, const char *def, char *value, uint32_t len);
/third_party/ffmpeg/libavutil/
H A Drational.h212 * If the resulting denominator is larger than max_den, return def.
214 AVRational av_gcd_q(AVRational a, AVRational b, int max_den, AVRational def);
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_live_variables.h48 BITSET_WORD *def; member
/third_party/pulseaudio/src/pulsecore/
H A Dhashmap.h23 #include <pulse/def.h>
H A Didxset.h26 #include <pulse/def.h>
H A Dnative-common.h25 #include <pulse/def.h>
H A Ddevice-port.h32 #include <pulse/def.h>
/third_party/python/Include/internal/
H A Dpycore_pystate.h159 PyModuleDef* def);
/third_party/vk-gl-cts/external/vulkan-docs/src/config/
H A Drouge-extend-css.rb17 def docinfo location, doc, opts
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Dnbio_v7_4.c205 uint32_t def, data; in nbio_v7_4_update_medium_grain_light_sleep() local
207 def = data = RREG32_PCIE(smnPCIE_CNTL2); in nbio_v7_4_update_medium_grain_light_sleep()
218 if (def != data) in nbio_v7_4_update_medium_grain_light_sleep()
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dstruct_ops.c483 const struct bpf_map_def *def; in do_register() local
514 def = bpf_map__def(map); in do_register()
515 if (def->type != BPF_MAP_TYPE_STRUCT_OPS) in do_register()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Dvega10_ih.c589 uint32_t data, def, field_val; in vega10_ih_update_clockgating_state() local
592 def = data = RREG32_SOC15(OSSSYS, 0, mmIH_CLK_CTRL); in vega10_ih_update_clockgating_state()
611 if (def != data) in vega10_ih_update_clockgating_state()
/third_party/cJSON/tests/unity/test/tests/
H A Dtest_generate_test_runner.rb1154 def runner_test(test, runner, expected, test_defines, cmdline_args)
1200 def verify_match(expression, output)
1209 def verify_number(expected, expression, output)
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_inline_uniforms.c131 if (var->def == src->ssa) { in is_induction_variable()
392 nir_ssa_def *def = nir_imm_int(&b, uniform_values[i]); in lvp_inline_uniforms() local
393 nir_ssa_def_rewrite_uses(&intr->dest.ssa, def); in lvp_inline_uniforms()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_valtable.cpp150 if (v->def && ex.try_fold(v)) { in add_value()
189 else if (def) in hash()
190 ghash = def->hash(); in hash()
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_shader_dump.c681 struct sh_def def = *(struct sh_def *) assem; in svga_shader_dump() local
683 _debug_printf( "def " ); in svga_shader_dump()
684 dump_reg( def.reg, NULL, &di ); in svga_shader_dump()
686 dump_cdata( def.cdata ); in svga_shader_dump()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp87 VNInfo *OrigVNI = OrigLI.getVNInfoAt(VNI->def); in scanRemattable()
90 MachineInstr *DefMI = LIS.getInstructionFromIndex(OrigVNI->def); in scanRemattable()
128 // Don't allow rematerialization immediately after the original def. in allUsesAvailableAt()
189 // Check that there is a single def and a single use. in foldAsLoad()
222 LLVM_DEBUG(dbgs() << "Try to fold single def: " << *DefMI in foldAsLoad()
282 LLVM_DEBUG(dbgs() << "Deleting dead def " << Idx << '\t' << *MI); in eliminateDeadDef()
289 // Only optimize rematerialize case when the instruction has one def, since in eliminateDeadDef()
303 isOrigDef = SlotIndex::isSameInstr(OrigVNI->def, Idx); in eliminateDeadDef()
/third_party/unity/test/tests/
H A Dtest_generate_test_runner.rb1200 def runner_test(test, runner, expected, test_defines, cmdline_args, features)
1246 def verify_match(expression, output)
1255 def verify_number(expected, expression, output)
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atlx/
H A Datl2.c2876 int def; member
2895 *value = opt->def; in atl2_validate_option()
2932 *value = opt->def; in atl2_validate_option()
2963 opt.def = ATL2_DEFAULT_TX_MEMSIZE; in atl2_check_options()
2974 adapter->txd_ring_size = ((u32)opt.def) * 1024; in atl2_check_options()
2985 opt.def = ATL2_DEFAULT_RXD_COUNT; in atl2_check_options()
2998 adapter->rxd_ring_size = (u32)opt.def; in atl2_check_options()
3010 opt.def = INT_MOD_DEFAULT_CNT; in atl2_check_options()
3021 adapter->imt = (u16)(opt.def); in atl2_check_options()
3027 opt.def in atl2_check_options()
[all...]
/kernel/linux/linux-5.10/net/mac80211/
H A Dtrace.h82 #define CHANCTX_ASSIGN CHANDEF_ASSIGN(&ctx->conf.def) \
1617 old_ctx->def.chan->center_freq);
1619 old_ctx->def.chan->freq_offset);
1621 old_ctx->def.width);
1623 old_ctx->def.center_freq1);
1625 old_ctx->def.freq1_offset);
1627 old_ctx->def.center_freq2);
1629 new_ctx->def.chan->center_freq);
1631 new_ctx->def.chan->freq_offset);
1633 new_ctx->def
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atlx/
H A Datl2.c2848 int def; member
2867 *value = opt->def; in atl2_validate_option()
2904 *value = opt->def; in atl2_validate_option()
2935 opt.def = ATL2_DEFAULT_TX_MEMSIZE; in atl2_check_options()
2946 adapter->txd_ring_size = ((u32)opt.def) * 1024; in atl2_check_options()
2957 opt.def = ATL2_DEFAULT_RXD_COUNT; in atl2_check_options()
2970 adapter->rxd_ring_size = (u32)opt.def; in atl2_check_options()
2982 opt.def = INT_MOD_DEFAULT_CNT; in atl2_check_options()
2993 adapter->imt = (u16)(opt.def); in atl2_check_options()
2999 opt.def in atl2_check_options()
[all...]

Completed in 21 milliseconds

1...<<31323334353637383940>>...67