| /src/external/bsd/ntp/dist/include/ |
| timepps-Solaris.h | 310 int mode, mode_in; local 339 mode_in = params->mode; 346 if ((mode_in & (PPS_TSFMT_TSPEC | PPS_TSFMT_NTPFP)) == 362 mode_in &= ~PPS_TSFMT_NTPFP; 367 mode_in &= ~PPS_RO; 374 if (mode_in & ~(PPS_CAPTUREASSERT | PPS_OFFSETASSERT | 387 punit->params.mode = mode | mode_in;
|
| timepps-SCO.h | 274 int mode, mode_in; local 303 mode_in = params->mode; 307 mode_in &= ~PPS_RO; 311 if (mode_in & ~(PPS_CAPTUREASSERT | PPS_OFFSETASSERT)) { 323 handle->params.mode = mode | mode_in;
|
| timepps-SunOS.h | 275 int mode, mode_in; local 304 mode_in = params->mode; 308 mode_in &= ~PPS_RO; 312 if (mode_in & ~(PPS_CAPTUREASSERT | PPS_OFFSETASSERT)) { 324 handle->params.mode = mode | mode_in;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| mode-switching.cc | 85 int mode_in; 527 destination block's mode_in. Return true if something changed. 529 The mode_in and mode_out fields use no_mode + 1 to mean "not yet set". */ 553 int dest_mode = bb_info[e->dest->index].mode_in; 556 bb_info[e->dest->index].mode_in = src_mode; 565 bb_info[e->dest->index].mode_in = new_mode; 569 /* Update block BB_INDEX's mode_out based on its mode_in. Return true if 582 || bb_info[bb_index].mode_out == bb_info[bb_index].mode_in) 585 bb_info[bb_index].mode_out = bb_info[bb_index].mode_in; 673 int dest_mode = bb_info[e->dest->index].mode_in; 84 int mode_in; member in struct:bb_info 757 int mode_in = bb_info[bb_index].mode_in; local [all...] |
| expr.cc | 3613 /* Copy BLKmode value SRC into a register of mode MODE_IN. Return the 3619 copy_blkmode_to_reg (machine_mode mode_in, tree src) 3626 fixed_size_mode mode = as_a <fixed_size_mode> (mode_in);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| mode-switching.cc | 85 int mode_in; 589 info[bb->index].mode_out = info[bb->index].mode_in = no_mode; 667 info[post_entry->index].mode_in = no_mode; 671 info[pre_exit->index].mode_in = no_mode; 776 info[bb->index].mode_in = last_mode; 796 int cur_mode = bb_info[j][bb->index].mode_in; 84 int mode_in; member in struct:bb_info
|
| expr.cc | 3010 /* Copy BLKmode value SRC into a register of mode MODE_IN. Return the 3016 copy_blkmode_to_reg (machine_mode mode_in, tree src) 3023 fixed_size_mode mode = as_a <fixed_size_mode> (mode_in);
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
| amdgpu_dm.c | 3678 get_aspect_ratio(const struct drm_display_mode *mode_in) 3681 return (enum dc_aspect_ratio) mode_in->picture_aspect_ratio; 3765 const struct drm_display_mode *mode_in, 3784 if (drm_mode_is_420_only(info, mode_in) 3787 else if (drm_mode_is_420_also(info, mode_in) 3808 timing_out->vic = drm_match_cea_mode(mode_in); 3809 if (mode_in->flags & DRM_MODE_FLAG_PHSYNC) 3811 if (mode_in->flags & DRM_MODE_FLAG_PVSYNC) 3816 drm_hdmi_avi_infoframe_from_display_mode(&avi_frame, __UNCONST(connector), mode_in); 3818 drm_hdmi_vendor_infoframe_from_display_mode(&hv_frame, __UNCONST(connector), mode_in); [all...] |
| /src/external/bsd/libarchive/dist/cpio/ |
| cpio.c | 103 static __LA_NORETURN void mode_in(struct cpio *); 426 mode_in(cpio); 964 mode_in(struct cpio *cpio) function
|