OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ST_BLOCKMASK
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/atari/atari/
stalloc.h
51
#define
ST_BLOCKMASK
(~(ST_BLOCKSIZE - 1))
stalloc.c
91
if ((size & ~(
ST_BLOCKMASK
)) != 0)
92
size = (size &
ST_BLOCKMASK
) + ST_BLOCKSIZE;
Completed in 16 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025