OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dir_mask
(Results
1 - 1
of
1
) sorted by relevancy
/src/games/hunt/hunt/
otto.c
558
int i, j, rel_dir,
dir_mask
, dir_count;
local in function:wander
565
dir_mask
= dir_count = 0;
571
dir_mask
= 1 << j;
579
dir_mask
|= 1 << j;
594
rel_dir = ffs(
dir_mask
) - 1;
597
rel_dir = ffs(
dir_mask
) - 1;
598
dir_mask
&= ~(1 << rel_dir);
599
while (
dir_mask
!= 0) {
600
i = ffs(
dir_mask
) - 1;
603
dir_mask
&= ~(1 << i)
[
all
...]
Completed in 11 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025