Home
last modified time | relevance | path

Searched refs:def (Results 851 - 875 of 1573) sorted by relevance

1...<<31323334353637383940>>...63

/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/arch/powerpc/kernel/
H A Dpci_of_scan.c22 static u32 get_int_prop(struct device_node *np, const char *name, u32 def) in get_int_prop() argument
30 return def; in get_int_prop()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dpci_of_scan.c22 static u32 get_int_prop(struct device_node *np, const char *name, u32 def) in get_int_prop() argument
30 return def; in get_int_prop()
/kernel/linux/linux-5.10/fs/fscache/
H A Dobject-list.c216 FILTER(cookie->def, in fscache_objlist_show()
267 cookie->def->name, in fscache_objlist_show()
H A Dcache.c133 if (!cookie->def->select_cache) in fscache_select_cache_for_object()
137 tag = cookie->def->select_cache(cookie->parent->netfs_data, in fscache_select_cache_for_object()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
H A Datomisp_csi2.c281 atomisp_csi2_configure_calc(const short int coeffs[2], int mipi_freq, int def) in atomisp_csi2_configure_calc() argument
288 return def; in atomisp_csi2_configure_calc()
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
H A Datomisp_csi2.c244 atomisp_csi2_configure_calc(const short int coeffs[2], int mipi_freq, int def) in atomisp_csi2_configure_calc() argument
251 return def; in atomisp_csi2_configure_calc()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Dchan.c343 rtw89_config_entity_chandef(rtwdev, idx, &ctx->def); in rtw89_chanctx_ops_add()
406 rtw89_config_entity_chandef(rtwdev, idx, &ctx->def); in rtw89_chanctx_ops_change()
/third_party/ffmpeg/libavutil/
H A Drational.c186 AVRational av_gcd_q(AVRational a, AVRational b, int max_den, AVRational def) in av_gcd_q() argument
192 return lcm < max_den ? av_make_q(av_gcd(a.num, b.num), lcm) : def; in av_gcd_q()
/third_party/ltp/include/
H A Dtst_fuzzy_sync.h186 #define CHK(param, low, hi, def) do { \
187 pair->param = (pair->param ? pair->param : def); \
/third_party/node/lib/internal/
H A Dvalidators.js66 * @param {number} [def] If specified, will be returned for invalid values
69 function parseFileMode(value, name, def) {
70 value ??= def;
/third_party/node/deps/v8/src/zone/
H A Dzone-containers.h40 // having the value {def}.
41 ZoneVector(size_t size, T def, Zone* zone) in ZoneVector() argument
42 : std::vector<T, ZoneAllocator<T>>(size, def, ZoneAllocator<T>(zone)) {} in ZoneVector()
/third_party/node/deps/npm/node_modules/init-package-json/lib/
H A Ddefault-input.js43 const def = config?.defaults?.[`init.${key}`]
45 return (val !== def && val) ? val : config.get(`init-${key.replace(/\./g, '-')}`)
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs_analysis.c388 if (load->def.bit_size != 32) in llvmpipe_nir_fn_is_linear_compat()
390 for (unsigned c = 0; c < load->def.num_components; c++) { in llvmpipe_nir_fn_is_linear_compat()
/third_party/rust/crates/serde/serde_derive/src/
H A Dbound.rs339 let def = syn::LifetimeParam { in with_lifetime_bound()
346 let params = Some(syn::GenericParam::Lifetime(def)) in with_lifetime_bound()
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H A Dv4l2-ctrls-api.c928 s64 min, s64 max, u64 step, s64 def) in __v4l2_ctrl_modify_range()
948 ret = check_range(ctrl->type, min, max, step, def); in __v4l2_ctrl_modify_range()
956 ctrl->step != step || ctrl->default_value != def) { in __v4l2_ctrl_modify_range()
961 ctrl->default_value = def; in __v4l2_ctrl_modify_range()
966 *ctrl->p_new.p_s64 = def; in __v4l2_ctrl_modify_range()
968 *ctrl->p_new.p_s32 = def; in __v4l2_ctrl_modify_range()
927 __v4l2_ctrl_modify_range(struct v4l2_ctrl *ctrl, s64 min, s64 max, u64 step, s64 def) __v4l2_ctrl_modify_range() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Dmmhub_v1_7.c459 uint32_t def, data, def1, data1, def2 = 0, data2 = 0; in mmhub_v1_7_update_medium_grain_clock_gating() local
461 def = data = RREG32_SOC15(MMHUB, 0, regATC_L2_MISC_CG); in mmhub_v1_7_update_medium_grain_clock_gating()
500 if (def != data) in mmhub_v1_7_update_medium_grain_clock_gating()
513 uint32_t def, data; in mmhub_v1_7_update_medium_grain_light_sleep() local
515 def = data = RREG32_SOC15(MMHUB, 0, regATC_L2_MISC_CG); in mmhub_v1_7_update_medium_grain_light_sleep()
522 if (def != data) in mmhub_v1_7_update_medium_grain_light_sleep()
H A Dsoc15.c1350 uint32_t def, data; in soc15_update_drm_clock_gating() local
1352 def = data = RREG32(SOC15_REG_OFFSET(MP0, 0, mmMP0_MISC_CGTT_CTRL0)); in soc15_update_drm_clock_gating()
1373 if (def != data) in soc15_update_drm_clock_gating()
1379 uint32_t def, data; in soc15_update_drm_light_sleep() local
1381 def = data = RREG32(SOC15_REG_OFFSET(MP0, 0, mmMP0_MISC_LIGHT_SLEEP_CTRL)); in soc15_update_drm_light_sleep()
1388 if (def != data) in soc15_update_drm_light_sleep()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcnmdptst.c618 UNumberFormat *def; in TestDoubleAttribute() local
621 def=unum_open(style, NULL,0,NULL,NULL, &status); in TestDoubleAttribute()
627 dvalue=unum_getDoubleAttribute(def, attr); in TestDoubleAttribute()
631 unum_setDoubleAttribute(def, attr, dvalue); in TestDoubleAttribute()
632 if(unum_getDoubleAttribute(def,attr)!=mydata[i]) in TestDoubleAttribute()
639 unum_close(def); in TestDoubleAttribute()

Completed in 19 milliseconds

1...<<31323334353637383940>>...63