HomeSort by: relevance | last modified time | path
    Searched defs:this_p (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dp_link_training.c 54 u8 this_p = drm_dp_get_adjust_request_pre_emphasis(link_status, lane); local
58 if (this_p > p)
59 p = this_p;
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_atombios_dp.c 221 u8 this_p = drm_dp_get_adjust_request_pre_emphasis(link_status, lane); local
226 pre_emph_names[this_p >> DP_TRAIN_PRE_EMPHASIS_SHIFT]);
230 if (this_p > p)
231 p = this_p;
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atombios_dp.c 279 u8 this_p = drm_dp_get_adjust_request_pre_emphasis(link_status, lane); local
284 pre_emph_names[this_p >> DP_TRAIN_PRE_EMPHASIS_SHIFT]);
288 if (this_p > p)
289 p = this_p;
  /src/external/gpl3/gcc/dist/gcc/cp/
call.cc 98 BOOL_BITFIELD this_p : 1; member in struct:conversion
2363 bool this_p = true; local
2372 this_p = false;
2386 t->this_p = this_p;
12009 if ((*ics)->this_p)
12033 t->this_p = 1;
12585 if (!ref_conv1->this_p && !ref_conv2->this_p
  /src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc 90 BOOL_BITFIELD this_p : 1; member in struct:conversion
2275 bool this_p = true; local
2284 this_p = false;
2298 t->this_p = this_p;
11346 if ((*ics)->this_p)
11370 t->this_p = 1;
11847 if (!ref_conv1->this_p && !ref_conv2->this_p

Completed in 53 milliseconds