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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGATmpl.h43 #if DEPTH == 8
46 #elif DEPTH == 15 || DEPTH == 16
49 #elif DEPTH == 32
56 #if DEPTH != 15
58 static inline void RT_CONCAT(vga_draw_glyph_line_, DEPTH)(uint8_t *d,
94 static void RT_CONCAT(vga_draw_glyph8_, DEPTH)(uint8_t *d, int linesize,
104 RT_CONCAT(vga_draw_glyph_line_, DEPTH)(d, font_data, xorcol, bgcol, dscan, linesize);
110 static void RT_CONCAT(vga_draw_glyph16_, DEPTH)(uint8_t *d, int linesize,
120 RT_CONCAT(vga_draw_glyph_line_, DEPTH)(
562 #undef DEPTH macro
[all...]
H A DDevVGA.cpp1485 #define DEPTH 8 macro
1488 #define DEPTH 15 macro
1491 #define DEPTH 16 macro
1494 #define DEPTH 32 macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86tokens.h254 DEPTH, enumerator in enum:__anon7678
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxf86tokens.h253 DEPTH, enumerator in enum:__anon8354
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dxf86tokens.h254 DEPTH, enumerator in enum:__anon8971
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86tokens.h255 DEPTH, enumerator in enum:__anon4831
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86tokens.h255 DEPTH, enumerator in enum:__anon4404
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxf86tokens.h251 DEPTH, enumerator in enum:__anon6979
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxf86tokens.h250 DEPTH, enumerator in enum:__anon7290
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86tokens.h255 DEPTH, enumerator in enum:__anon8040
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dxf86tokens.h255 DEPTH, enumerator in enum:__anon8659
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxf86tokens.h254 DEPTH, enumerator in enum:__anon9288
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxf86tokens.h254 DEPTH, enumerator in enum:__anon9609
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxf86tokens.h253 DEPTH, enumerator in enum:__anon5132
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxf86tokens.h253 DEPTH, enumerator in enum:__anon5444
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxf86tokens.h251 DEPTH, enumerator in enum:__anon5755
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dxf86tokens.h250 DEPTH, enumerator in enum:__anon6062
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dxf86tokens.h250 DEPTH, enumerator in enum:__anon6365
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dxf86tokens.h250 DEPTH, enumerator in enum:__anon6663
/vbox/src/libs/libxml2-2.6.31/
H A Dvalid.c358 #define DEPTH ctxt->vstate->depth macro
362 #define OCCURRENCE (ctxt->vstate->occurs & (1 << DEPTH))
363 #define PARENT_OCCURRENCE (ctxt->vstate->occurs & ((1 << DEPTH) - 1))
365 #define SET_OCCURRENCE ctxt->vstate->occurs |= (1 << DEPTH)
366 #define RESET_OCCURRENCE ctxt->vstate->occurs &= ((1 << DEPTH) - 1)
4744 if (vstateVPush(ctxt, CONT, NODE, DEPTH, OCCURS, ROLLBACK_PARENT) < 0)
4829 DEPTH++;
4841 DEPTH++;
4851 if (vstateVPush(ctxt, CONT->c2, NODE, (unsigned char)(DEPTH + 1),
4854 DEPTH
[all...]

Completed in 191 milliseconds