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

/barrelfish-master/usr/drivers/vbe/
H A Dmain.c26 #define MAX_MODES 128 macro
35 static struct mode modes[MAX_MODES];
67 for(int i = 0; i < MAX_MODES; i++) {
H A Dvbe.c34 #define MAX_MODES 256 macro
40 static uint16_t modes[MAX_MODES];
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Ddict.h351 * This means that up to arity MAX_MODES the declaration
374 #define MAX_MODES (PRIMODEBITS/PMODEBITS) macro
376 /* Mode() and Next_Mode() must work even for arities bigger than MAX_MODES */
378 ((i) > MAX_MODES ? ANY : \
383 {if ((i) <= MAX_MODES) (mode_decl) = \

Completed in 117 milliseconds