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