OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rot
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/tetris/
tetris.h
128
int
rot
; /* index of rotated version of this shape */
member in struct:shape
/src/games/caesar/
caesar.c
75
init_rottbl(unsigned int
rot
)
78
rot
%= LETTERS; /* prevent integer overflow */
84
rottbl[upper[i]] = upper[(i +
rot
) % LETTERS];
87
rottbl[lower[i]] = lower[(i +
rot
) % LETTERS];
112
long
rot
;
local in function:get_rotation
116
rot
= strtol(arg, &endp, 10);
119
if (errno == 0 && (
rot
< 0 ||
rot
> INT_MAX))
123
return (unsigned int)
rot
;
Completed in 14 milliseconds
Indexes created Tue Sep 23 01:09:51 GMT 2025