HomeSort by relevance Sort by last modified time
    Searched refs:PURE (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
indirect_size.h 42 # define PURE __attribute__((pure))
44 # define PURE
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)
    [all...]
indirect_size.c 34 # define PURE __attribute__((pure))
36 # define PURE
51 _X_INTERNAL PURE FASTCALL GLint __gl ## from ## _size( GLenum e ) \
56 _X_INTERNAL PURE FASTCALL GLint __gl ## from ## _size( GLenum e ) \
61 _X_INTERNAL PURE FASTCALL GLint
84 _X_INTERNAL PURE FASTCALL GLint
102 _X_INTERNAL PURE FASTCALL GLint
123 _X_INTERNAL PURE FASTCALL GLint
138 _X_INTERNAL PURE FASTCALL GLin
    [all...]
  /external/lzma/CPP/7zip/
ICoder.h 12 STDMETHOD(SetRatioInfo)(const UInt64 *inSize, const UInt64 *outSize) PURE;
19 ICompressProgressInfo *progress) PURE;
26 ICompressProgressInfo *progress) PURE;
53 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps) PURE;
59 STDMETHOD(SetDecoderProperties)(ISequentialInStream *inStream) PURE;
65 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size) PURE;
70 STDMETHOD(WriteCoderProperties)(ISequentialOutStream *outStream) PURE;
75 STDMETHOD(GetInStreamProcessedSize)(UInt64 *value) PURE;
80 STDMETHOD(SetNumberOfThreads)(UInt32 numThreads) PURE;
85 STDMETHOD(GetSubStreamSize)(UInt64 subStream, UInt64 *value) PURE;
    [all...]
IPassword.h 15 STDMETHOD(CryptoGetTextPassword)(BSTR *password) PURE;
20 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password) PURE;
IStream.h 16 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize) PURE;
29 STDMETHOD(Write)(const void *data, UInt32 size, UInt32 *processedSize) PURE;
39 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) PURE;
44 STDMETHOD(Seek)(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) PURE;
45 STDMETHOD(SetSize)(UInt64 newSize) PURE;
50 STDMETHOD(GetSize)(UInt64 *size) PURE;
55 STDMETHOD(Flush)() PURE;
IProgress.h 17 INTERFACE_IProgress(PURE)
28 STDMETHOD(SetTotal)(const UInt64 *total) PURE;
29 STDMETHOD(SetCompleted)(const UInt64 *completeValue) PURE;
  /external/lzma/CPP/7zip/UI/Common/
IFileExtractCallback.h 28 Int32 *answer) PURE;
29 STDMETHOD(PrepareOperation)(const wchar_t *name, bool isFolder, Int32 askExtractMode, const UInt64 *position) PURE;
30 STDMETHOD(MessageError)(const wchar_t *message) PURE;
31 STDMETHOD(SetOperationResult)(Int32 operationResult, bool encrypted) PURE;
  /frameworks/native/include/ui/
TMatHelpers.h 33 #define PURE __attribute__((pure))
51 inline int PURE transpose(int v) { return v; }
52 inline float PURE transpose(float v) { return v; }
53 inline double PURE transpose(double v) { return v; }
55 inline int PURE trace(int v) { return v; }
56 inline float PURE trace(float v) { return v; }
57 inline double PURE trace(double v) { return v; }
60 MATRIX PURE inverse(const MATRIX& src) {
111 MATRIX_R PURE multiply(const MATRIX_A& lhs, const MATRIX_B& rhs)
    [all...]
TVecHelpers.h 30 #define PURE __attribute__((pure))
124 BASE<T> PURE operator +(const BASE<T>& lv, const BASE<RT>& rv) {
129 BASE<T> PURE operator -(const BASE<T>& lv, const BASE<RT>& rv) {
140 BASE<T> PURE operator +(const BASE<T>& lv, const BASE<T>& rv) {
144 BASE<T> PURE operator -(const BASE<T>& lv, const BASE<T>& rv) {
205 BASE<T> PURE operator *(const BASE<T>& lv, const BASE<RT>& rv) {
210 BASE<T> PURE operator /(const BASE<T>& lv, const BASE<RT>& rv) {
221 BASE<T> PURE operator *(const BASE<T>& lv, const BASE<T>& rv) {
225 BASE<T> PURE operator /(const BASE<T>& lv, const BASE<T>& rv)
    [all...]
mat4.h 29 #define PURE __attribute__((pure))
341 typename tmat44<U>::col_type PURE operator *(const tmat44<T>& lv, const tvec4<U>& rv) {
350 typename tmat44<U>::row_type PURE operator *(const tvec4<U>& rv, const tmat44<T>& lv) {
359 tmat44<T> PURE operator *(const tmat44<T>& lv, U rv) {
368 tmat44<T> PURE operator *(U rv, const tmat44<T>& lv) {
381 typename tmat44<T>::col_type PURE diag(const tmat44<T>& m) {
392 #undef PURE
  /external/lzma/CPP/7zip/Archive/
IArchive.h 79 INTERFACE_IArchiveOpenCallback(PURE);
91 INTERFACE_IArchiveExtractCallback(PURE)
101 INTERFACE_IArchiveOpenVolumeCallback(PURE);
107 STDMETHOD(GetStream)(UInt32 index, ISequentialInStream **stream) PURE;
113 STDMETHOD(SetSubArchiveName)(const wchar_t *name) PURE;
138 INTERFACE_IInArchive(PURE)
143 STDMETHOD(OpenSeq)(ISequentialInStream *stream) PURE;
159 INTERFACE_IArchiveUpdateCallback(PURE);
169 INTERFACE_IArchiveUpdateCallback2(PURE);
179 INTERFACE_IOutArchive(PURE)
    [all...]
  /external/chromium_org/chrome_frame/test/perf/
silverlight.cc 27 STDMETHOD(GetHostOptions)(DWORD* pdwOptions) PURE;
28 STDMETHOD(NotifyLoaded()) PURE;
30 long nLine, long nColumn) PURE;
32 VARIANT* pvarResult) PURE;
33 STDMETHOD(GetBaseUrl)(BSTR* pbstrUrl) PURE;
34 STDMETHOD(GetNamedSource)(BSTR bstrSourceName, BSTR* pbstrSource) PURE;
36 IStream** ppStream) PURE;
  /frameworks/native/services/sensorservice/
mat.h 43 mat<TYPE, C, R> PURE doMul(
61 vec<TYPE, R> PURE doMul(
77 mat<TYPE, C, R> PURE doMul(
91 mat<TYPE, C, R> PURE doMul(
105 mat<TYPE, C, R> PURE doMul(
172 friend inline mat PURE operator + (const mat& lhs, const mat& rhs) {
177 friend inline mat PURE operator - (const mat& lhs, const mat& rhs) {
185 friend mat PURE operator * (
192 friend vec<TYPE, R> PURE operator * (
198 friend mat PURE operator *
    [all...]
vec.h 29 #define PURE __attribute__((pure))
67 VLHS<TYPE, SIZE> PURE doAdd(
82 VLHS<TYPE, SIZE> PURE doSub(
96 VEC<TYPE, SIZE> PURE doMulScalar(
110 VEC<TYPE, SIZE> PURE doScalarMul(
145 inline VLHS<TYPE, SIZE> PURE operator + (
157 inline VLHS<TYPE, SIZE> PURE operator - (
168 inline VEC<TYPE, SIZE> PURE operator * (
179 inline VEC<TYPE, SIZE> PURE operator *
    [all...]
  /external/lzma/CPP/Common/
MyWindows.h 88 #define PURE = 0
98 STDMETHOD(QueryInterface) (REFIID iid, void **outObject) PURE;
99 STDMETHOD_(ULONG, AddRef)() PURE;
100 STDMETHOD_(ULONG, Release)() PURE;
  /art/runtime/
mapping_table.h 31 uint32_t TotalSize() const PURE {
40 uint32_t DexToPcSize() const PURE {
117 uint32_t PcToDexSize() const PURE {
  /art/runtime/base/
macros.h 145 #define PURE __attribute__ ((__pure__))

Completed in 994 milliseconds