OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:offset_x
(Results
1 - 3
of
3
) sorted by relevancy
/src/games/cgram/
cgram.c
177
static int
offset_x
;
variable in typeref:typename:int
337
int max_x = imin(COLS - 1, len -
offset_x
);
342
char ch = line[
offset_x
+ x];
344
(ch == solline[
offset_x
+ x] || !ch_isalpha(ch));
368
move(cursor_y - offset_y, cursor_x -
offset_x
);
388
if (cursor_x <
offset_x
)
389
offset_x
= cursor_x;
390
if (cursor_x >
offset_x
+ COLS - 1)
391
offset_x
= cursor_x - (COLS - 1);
/src/sys/external/bsd/drm2/dist/drm/ast/
ast_drv.h
240
u8
offset_x
, offset_y;
member in struct:ast_crtc
/src/sys/dev/pci/
pm3fb.c
762
int x_align,
offset_x
, offset_y;
local in function:pm3fb_bitblt
765
offset_x
= srcx - dstx;
797
(((offset_y) & 0xffff) << 16) | ((
offset_x
) & 0xffff));
Completed in 32 milliseconds
Indexes created Sun Sep 21 16:09:51 GMT 2025