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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dfileext.h47 #define _EXT(fp) ((struct __sfileext *)(void *)((fp)->_ext._base)) macro
48 #define _UB(fp) _EXT(fp)->_ub
50 #define _LOCK(fp) (_EXT(fp)->_lock)
51 #define _LOCKCOND(fp) (_EXT(fp)->_lockcond)
52 #define _LOCKOWNER(fp) (_EXT(fp)->_lockowner)
53 #define _LOCKCOUNT(fp) (_EXT(fp)->_lockcount)
54 #define _LOCKINTERNAL(fp) (_EXT(fp)->_lockinternal)
55 #define _LOCKCANCELSTATE(fp) (_EXT(fp)->_lockcancelstate)
H A Dwcio.h39 #define WCIO_GET(fp) (&(_EXT(fp)->_wcio))
63 _EXT(fp)->_wcio.wcio_mode = 0;\
69 _EXT(fp)->_wcio.wcio_ungetwc_inbuf = 0;\
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dstate.c1935 # define useext(A) A##_EXT

Completed in 75 milliseconds