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

/barrelfish-master/usr/slideshow/
H A Dbmp.c22 #define MUST(x) if(!(x)) return 1; macro
56 MUST(size > sizeof(struct bmp_header) + sizeof(struct dib_header));
57 MUST(!strncmp(bh->header, "BM", 2));
58 MUST(dh->size == 40);
59 MUST(dh->planes == 1);
60 MUST(dh->compression == COMP_BI_RGB);
/barrelfish-master/usr/eclipseclp/Contrib/
H A Dapplic.pl52 % MUST have :- public declarations for them. The ability to pass goals
H A Drdtok.pl173 read_tokens(Ch, Dict, [atom(A)|Tokens]) :- % THIS MUST BE THE LAST CLAUSE

Completed in 105 milliseconds