Searched refs:USERMEM (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/compress/
H A Dcompress.c10 * Set USERMEM to the maximum amount of physical user memory available
11 * in bytes. USERMEM is used to determine the maximum BITS that can be used
21 #ifndef USERMEM
22 # define USERMEM 450000 /* default user memory */ macro
32 # undef USERMEM macro
38 # undef USERMEM macro
42 # undef USERMEM macro
56 # undef USERMEM macro
59 #ifdef USERMEM
60 # if USERMEM >
77 # undef USERMEM macro
[all...]

Completed in 80 milliseconds