OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:right_margin
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/public-domain/xz/dist/src/common/
tuklib_mbstr_wrap.h
30
/// One or more output lines exceeded
right_margin
.
54
/// This can be anything less than
right_margin
.
58
/// This can be anything less than
right_margin
.
68
/// less than
right_margin
.
76
unsigned short
right_margin
;
member in struct:tuklib_wrap_opt
tuklib_mbstr_wrap.c
35
if (!(opt->left_margin < opt->
right_margin
36
&& opt->left_cont < opt->
right_margin
38
&& opt->left2_cont < opt->
right_margin
))
42
// output lines extend past opt->
right_margin
columns.
111
// current output line exceed opt->
right_margin
columns.
112
const bool too_long = cur_col + width > opt->
right_margin
;
/src/sys/dev/videomode/
vesagtf.c
232
unsigned
right_margin
;
local
460
left_margin =
right_margin
= (flags & VESAGTF_FLAG_MARGINS) ?
465
print_value(16, "[RIGHT MARGIN (PIXELS)]",
right_margin
);
475
total_active_pixels = h_pixels + left_margin +
right_margin
;
/src/sys/dev/hpc/
hpcfbio.h
247
long
right_margin
; /* time from picture to H sync */
member in struct:hpcfb_dsp_signal
/src/sys/external/bsd/drm2/dist/drm/
drm_modes.c
403
int left_margin,
right_margin
;
local
490
right_margin
= left_margin;
492
total_active_pixels = hdisplay_rnd + left_margin +
right_margin
;
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_tv.c
1055
int
right_margin
)
1057
int hsync_start = mode->hsync_start - mode->hdisplay +
right_margin
;
1058
int hsync_end = mode->hsync_end - mode->hdisplay +
right_margin
;
1060
(mode->hdisplay - left_margin -
right_margin
);
/src/external/public-domain/xz/dist/src/xz/
message.c
1302
static const struct tuklib_wrap_opt wrap = { .
right_margin
= 76 };
Completed in 51 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026