Home
last modified time | relevance | path

Searched refs:PURE (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/xserver/glx/
H A Dindirect_reqsize.h34 #define PURE __attribute__((pure)) macro
36 #define PURE macro
39 extern PURE _X_HIDDEN int __glXCallListsReqSize(const GLbyte * pc, Bool swap,
41 extern PURE _X_HIDDEN int __glXBitmapReqSize(const GLbyte * pc, Bool swap,
43 extern PURE _X_HIDDEN int __glXFogfvReqSize(const GLbyte * pc, Bool swap,
45 extern PURE _X_HIDDEN int __glXFogivReqSize(const GLbyte * pc, Bool swap,
47 extern PURE _X_HIDDEN int __glXLightfvReqSize(const GLbyte * pc, Bool swap,
49 extern PURE _X_HIDDEN int __glXLightivReqSize(const GLbyte * pc, Bool swap,
51 extern PURE _X_HIDDEN int __glXLightModelfvReqSize(const GLbyte * pc, Bool swap,
53 extern PURE _X_HIDDEN int __glXLightModelivReqSize(const GLbyte * pc, Bool swap,
[all …]
H A Dindirect_size_get.h42 #define PURE __attribute__((pure)) macro
44 #define PURE macro
53 extern _X_INTERNAL PURE FASTCALL GLint __glGetBooleanv_size(GLenum);
54 extern _X_INTERNAL PURE FASTCALL GLint __glGetDoublev_size(GLenum);
55 extern _X_INTERNAL PURE FASTCALL GLint __glGetFloatv_size(GLenum);
56 extern _X_INTERNAL PURE FASTCALL GLint __glGetIntegerv_size(GLenum);
57 extern _X_INTERNAL PURE FASTCALL GLint __glGetLightfv_size(GLenum);
58 extern _X_INTERNAL PURE FASTCALL GLint __glGetLightiv_size(GLenum);
59 extern _X_INTERNAL PURE FASTCALL GLint __glGetMaterialfv_size(GLenum);
60 extern _X_INTERNAL PURE FASTCALL GLint __glGetMaterialiv_size(GLenum);
[all …]
H A Dindirect_size.h42 #define PURE __attribute__((pure)) macro
44 #define PURE macro
53 extern _X_INTERNAL PURE FASTCALL GLint __glCallLists_size(GLenum);
54 extern _X_INTERNAL PURE FASTCALL GLint __glFogfv_size(GLenum);
55 extern _X_INTERNAL PURE FASTCALL GLint __glFogiv_size(GLenum);
56 extern _X_INTERNAL PURE FASTCALL GLint __glLightfv_size(GLenum);
57 extern _X_INTERNAL PURE FASTCALL GLint __glLightiv_size(GLenum);
58 extern _X_INTERNAL PURE FASTCALL GLint __glLightModelfv_size(GLenum);
59 extern _X_INTERNAL PURE FASTCALL GLint __glLightModeliv_size(GLenum);
60 extern _X_INTERNAL PURE FASTCALL GLint __glMaterialfv_size(GLenum);
[all …]
H A Dindirect_size_get.c37 #define PURE __attribute__((pure)) macro
39 #define PURE macro
54 _X_INTERNAL PURE FASTCALL GLint __gl ## from ## _size( GLenum e ) \
59 _X_INTERNAL PURE FASTCALL GLint __gl ## from ## _size( GLenum e ) \
64 _X_INTERNAL PURE FASTCALL GLint
88 _X_INTERNAL PURE FASTCALL GLint
107 _X_INTERNAL PURE FASTCALL GLint
129 _X_INTERNAL PURE FASTCALL GLint
145 _X_INTERNAL PURE FASTCALL GLint
164 _X_INTERNAL PURE FASTCALL GLint
[all …]
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dddraw.h1208 STDMETHOD(QueryInterface) (THIS_ REFIID, PVOID *) PURE; in DECLARE_INTERFACE_()
1209 STDMETHOD_(ULONG, AddRef) (THIS) PURE; in DECLARE_INTERFACE_()
1210 STDMETHOD_(ULONG, Release) (THIS) PURE; in DECLARE_INTERFACE_()
1211 STDMETHOD(GetCaps) (THIS_ LPDWORD lpdwCaps) PURE; in DECLARE_INTERFACE_()
1214 LPPALETTEENTRY lpEntries) PURE; in DECLARE_INTERFACE_()
1216 LPPALETTEENTRY lpDDColorTable) PURE; in DECLARE_INTERFACE_()
1218 DWORD dwCount, LPPALETTEENTRY lpEntries) PURE; in DECLARE_INTERFACE_()
1237 STDMETHOD(QueryInterface) (THIS_ REFIID, LPVOID *) PURE; in DECLARE_INTERFACE_()
1238 STDMETHOD_(ULONG, AddRef) (THIS) PURE; in DECLARE_INTERFACE_()
1239 STDMETHOD_(ULONG, Release) (THIS) PURE; in DECLARE_INTERFACE_()
[all …]
H A Dwintaskbar.c40 STDMETHOD(QueryInterface) (THIS_ REFIID riid, void **ppv) PURE; in DECLARE_INTERFACE_()
41 STDMETHOD_(ULONG, AddRef) (THIS) PURE; in DECLARE_INTERFACE_()
42 STDMETHOD_(ULONG, Release) (THIS) PURE; in DECLARE_INTERFACE_()
45 STDMETHOD(HrInit) (THIS) PURE; in DECLARE_INTERFACE_()
46 STDMETHOD(AddTab) (THIS_ HWND hWnd) PURE; in DECLARE_INTERFACE_()
47 STDMETHOD(DeleteTab) (THIS_ HWND hWnd) PURE; in DECLARE_INTERFACE_()
48 STDMETHOD(ActivateTab) (THIS_ HWND hWnd) PURE; in DECLARE_INTERFACE_()
49 STDMETHOD(SetActiveAlt) (THIS_ HWND hWnd) PURE; in DECLARE_INTERFACE_()
H A Dpropertystore.h53 STDMETHOD(QueryInterface) (THIS_ REFIID, PVOID *) PURE; in DECLARE_INTERFACE_()
54 STDMETHOD_(ULONG, AddRef) (THIS) PURE; in DECLARE_INTERFACE_()
55 STDMETHOD_(ULONG, Release) (THIS) PURE; in DECLARE_INTERFACE_()
56 STDMETHOD(GetCount) (THIS_ DWORD) PURE; in DECLARE_INTERFACE_()
57 STDMETHOD(GetAt) (THIS_ DWORD, PROPERTYKEY) PURE; in DECLARE_INTERFACE_()
58 STDMETHOD(GetValue) (THIS_ REFPROPERTYKEY, PROPVARIANT) PURE; in DECLARE_INTERFACE_()
59 STDMETHOD(SetValue) (THIS_ REFPROPERTYKEY, REFPROPVARIANT) PURE; in DECLARE_INTERFACE_()
60 STDMETHOD(Commit) (THIS) PURE; in DECLARE_INTERFACE_()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/
H A Ddebian-suppress-usr-lib-in-krb5-config.patch45 -e 's/\$(PURE)//' \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgfortran.info1911 statements, regardless of whether these functions are marked 'PURE'
2464 'ELEMENTAL' procedures without the restrictions of 'PURE'.
2498 * ERROR STOP in a PURE procedure An 'ERROR STOP' statement is
2499 permitted in a 'PURE' procedure.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgfortran.info1911 statements, regardless of whether these functions are marked 'PURE'
2464 'ELEMENTAL' procedures without the restrictions of 'PURE'.
2498 * ERROR STOP in a PURE procedure An 'ERROR STOP' statement is
2499 permitted in a 'PURE' procedure.
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...