Searched defs:_r (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdio.h202 * - if _flags&__SWR, _r is 0
216 * _ub._base!=NULL) and _up and _ur save the current values of _p and _r.
221 int _r; /**< read space left for getc() */ member in struct:__sFILE
242 int _ur; /**< saved _r when _r is counting ungetc data */
1572 #define __sgetc(p) (--(p)->_r < 0 ? __srget(p) : (int)(*(p)->_p++))
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dgeneric.h127 typedef struct _r { /* Rule name and ptr to start of rule */ struct
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dcoff.h177 } _r; member in struct:COFF_reloc
178 #define r_otype _r._r_type /* old style reloc - original name */
179 #define r_rsize _r._r_r._r_rsize /* extract sign and bit len */
180 #define r_type _r._r_r._r_rtype /* extract toc relocation type */
205 #define RELOC_RLEN(x) ((x)._r._r_r._r_rsize & R_LEN)
206 #define RELOC_RSIGN(x) ((x)._r._r_r._r_rsize & R_SIGN)
207 #define RELOC_RFIXUP(x) ((x)._r._r_r._r_rsize & R_FIXUP)
208 #define RELOC_RTYPE(x) ((x)._r._r_r._r_rtype)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dcoff.h177 } _r; member in struct:COFF_reloc
178 #define r_otype _r._r_type /* old style reloc - original name */
179 #define r_rsize _r._r_r._r_rsize /* extract sign and bit len */
180 #define r_type _r._r_r._r_rtype /* extract toc relocation type */
205 #define RELOC_RLEN(x) ((x)._r._r_r._r_rsize & R_LEN)
206 #define RELOC_RSIGN(x) ((x)._r._r_r._r_rsize & R_SIGN)
207 #define RELOC_RFIXUP(x) ((x)._r._r_r._r_rsize & R_FIXUP)
208 #define RELOC_RTYPE(x) ((x)._r._r_r._r_rtype)

Completed in 41 milliseconds