Home
last modified time | relevance | path

Searched refs:this_p (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_dp_link_training.c54 u8 this_p = drm_dp_get_adjust_request_pre_emphasis(link_status, lane); in intel_get_adjust_train() local
58 if (this_p > p) in intel_get_adjust_train()
59 p = this_p; in intel_get_adjust_train()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_atombios_dp.c221 u8 this_p = drm_dp_get_adjust_request_pre_emphasis(link_status, lane); in amdgpu_atombios_dp_get_adjust_train() local
226 pre_emph_names[this_p >> DP_TRAIN_PRE_EMPHASIS_SHIFT]); in amdgpu_atombios_dp_get_adjust_train()
230 if (this_p > p) in amdgpu_atombios_dp_get_adjust_train()
231 p = this_p; in amdgpu_atombios_dp_get_adjust_train()
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_atombios_dp.c279 u8 this_p = drm_dp_get_adjust_request_pre_emphasis(link_status, lane); in dp_get_adjust_train() local
284 pre_emph_names[this_p >> DP_TRAIN_PRE_EMPHASIS_SHIFT]); in dp_get_adjust_train()
288 if (this_p > p) in dp_get_adjust_train()
289 p = this_p; in dp_get_adjust_train()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.cc90 BOOL_BITFIELD this_p : 1; member
2275 bool this_p = true; in build_this_conversion() local
2284 this_p = false; in build_this_conversion()
2298 t->this_p = this_p; in build_this_conversion()
11346 if ((*ics)->this_p) in maybe_handle_implicit_object()
11370 t->this_p = 1; in maybe_handle_implicit_object()
11847 if (!ref_conv1->this_p && !ref_conv2->this_p in compare_ics()
H A DChangeLog-2007964 * call.c (maybe_handle_implicit_object): Set this_p, clear
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c90 BOOL_BITFIELD this_p : 1; member
2424 t->this_p = true; in add_function_candidate()
10602 if ((*ics)->this_p) in maybe_handle_implicit_object()
10626 t->this_p = 1; in maybe_handle_implicit_object()
11106 if (!ref_conv1->this_p && !ref_conv2->this_p in compare_ics()