| /src/external/gpl3/gcc.old/dist/gcc/ |
| valtrack.cc | 147 bool adjusted; member in struct:rtx_subst_pair 161 if (!pair->adjusted) 163 pair->adjusted = true; 205 p.adjusted = false;
|
| valtrack.cc | 147 bool adjusted; member in struct:rtx_subst_pair 161 if (!pair->adjusted) 163 pair->adjusted = true; 205 p.adjusted = false;
|
| profile-count.h | 45 /* Same as GUESSED_GLOBAL0 but global count is adjusted 0. */ 58 /* Profile was originally based on feedback but it was adjusted 61 ADJUSTED, 251 return m_quality >= ADJUSTED; 265 /* Return THIS with quality set to ADJUSTED. */ 266 profile_probability adjusted () const function 271 ret.m_quality = ADJUSTED; 394 ret.m_quality = MIN (MIN (m_quality, other.m_quality), ADJUSTED); 408 m_quality = MIN (MIN (m_quality, other.m_quality), ADJUSTED); 437 ret.m_quality = MIN (MIN (m_quality, other.m_quality), ADJUSTED); [all...] |
| profile-count.h | 45 /* Same as GUESSED_GLOBAL0 but global count is adjusted 0. */ 58 /* Profile was originally based on feedback but it was adjusted 61 ADJUSTED, 251 return m_quality >= ADJUSTED; 265 /* Return THIS with quality set to ADJUSTED. */ 266 profile_probability adjusted () const function 271 ret.m_quality = ADJUSTED; 394 ret.m_quality = MIN (MIN (m_quality, other.m_quality), ADJUSTED); 408 m_quality = MIN (MIN (m_quality, other.m_quality), ADJUSTED); 437 ret.m_quality = MIN (MIN (m_quality, other.m_quality), ADJUSTED); [all...] |
| omp-offload.cc | 2242 " adjusted for OpenACC" 2250 bool adjusted; local 2252 adjusted = false; 2254 adjusted = false; 2258 adjusted = true; 2266 adjusted = (TREE_TYPE (newdecl) != oldtype 2268 if (adjusted) 2271 if (adjusted 2279 "variable %<%T%> adjusted for" 2343 ADDR_EXPR nodes which have adjusted variables as their argument need t [all...] |
| omp-offload.cc | 2242 " adjusted for OpenACC" 2250 bool adjusted; local 2252 adjusted = false; 2254 adjusted = false; 2258 adjusted = true; 2266 adjusted = (TREE_TYPE (newdecl) != oldtype 2268 if (adjusted) 2271 if (adjusted 2279 "variable %<%T%> adjusted for" 2343 ADDR_EXPR nodes which have adjusted variables as their argument need t [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| cofflink.c | 2460 bool adjusted; 2474 &adjusted)) 2476 if (adjusted) 2459 bool adjusted; local
|
| cofflink.c | 2460 bool adjusted; 2474 &adjusted)) 2476 if (adjusted) 2459 bool adjusted; local
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| cofflink.c | 2472 bool adjusted; 2486 &adjusted)) 2488 if (adjusted) 2471 bool adjusted; local
|
| cofflink.c | 2472 bool adjusted; 2486 &adjusted)) 2488 if (adjusted) 2471 bool adjusted; local
|
| elf-eh-frame.c | 965 be adjusted if any future augmentations do the same thing. */ 1003 what needs to be adjusted there. */ 1450 int adjusted = 0; local 1466 adjusted = 1; 1471 return adjusted; 1754 SEC, this returns the new offset in the adjusted .eh_frame section,
|
| elf-eh-frame.c | 965 be adjusted if any future augmentations do the same thing. */ 1003 what needs to be adjusted there. */ 1450 int adjusted = 0; local 1466 adjusted = 1; 1471 return adjusted; 1754 SEC, this returns the new offset in the adjusted .eh_frame section,
|
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_modes.c | 831 struct drm_display_mode adjusted = *mode; local 833 drm_mode_set_crtcinfo(&adjusted, CRTC_STEREO_DOUBLE_ONLY); 834 *hdisplay = adjusted.crtc_hdisplay; 835 *vdisplay = adjusted.crtc_vdisplay;
|
| drm_modes.c | 831 struct drm_display_mode adjusted = *mode; local 833 drm_mode_set_crtcinfo(&adjusted, CRTC_STEREO_DOUBLE_ONLY); 834 *hdisplay = adjusted.crtc_hdisplay; 835 *vdisplay = adjusted.crtc_vdisplay;
|