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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dpalette.c41 #define SIZE_BITS (WINEDDPCAPS_1BIT | WINEDDPCAPS_2BIT | WINEDDPCAPS_4BIT | WINEDDPCAPS_8BIT) macro
89 switch (dwFlags & SIZE_BITS) {
95 FIXME("Unhandled size bits %#x.\n", dwFlags & SIZE_BITS);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dpalette.c42 #define SIZE_BITS (WINEDDPCAPS_1BIT | WINEDDPCAPS_2BIT | WINEDDPCAPS_4BIT | WINEDDPCAPS_8BIT) macro
70 switch (flags & SIZE_BITS)
77 FIXME("Unhandled size bits %#x.\n", flags & SIZE_BITS);
/vbox/src/libs/xpcom18a4/xpcom/build/
H A Dmalloc.c1765 #define SIZE_BITS (PREV_INUSE|IS_MMAPPED)
1843 #define chunksize(p) ((p)->size & ~(SIZE_BITS))
1761 #define SIZE_BITS macro

Completed in 1772 milliseconds