HomeSort by: relevance | last modified time | path
    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