Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator-unittest.cc185 #define PURE(Name, input_count, output_count) \ macro
190 PURE(Word32And, 2, 1), PURE(Word32Or, 2, 1),
191 PURE(Word32Xor, 2, 1), PURE(Word32Shl, 2, 1),
192 PURE(Word32Shr, 2, 1), PURE(Word32Sar, 2, 1),
193 PURE(Word32Ror, 2, 1), PURE(Word32Equal, 2, 1),
194 PURE(Word64And, 2, 1), PURE(Word64Or, 2, 1),
195 PURE(Word64Xor, 2, 1), PURE(Word64Shl, 2, 1),
196 PURE(Word64Shr, 2, 1), PURE(Word64Sar, 2, 1),
197 PURE(Word64Ror, 2, 1), PURE(Word64Equal, 2, 1),
198 PURE(Int32Add, 2, 1), PURE(Int32AddWithOverflow, 2, 2),
[all …]
Dsimplified-operator-unittest.cc42 #define PURE(Name, properties, input_count) \ macro
47 PURE(BooleanNot, Operator::kNoProperties, 1),
48 PURE(NumberEqual, Operator::kCommutative, 2),
49 PURE(NumberLessThan, Operator::kNoProperties, 2),
50 PURE(NumberLessThanOrEqual, Operator::kNoProperties, 2),
51 PURE(NumberAdd, Operator::kCommutative, 2),
52 PURE(NumberSubtract, Operator::kNoProperties, 2),
53 PURE(NumberMultiply, Operator::kCommutative, 2),
54 PURE(NumberDivide, Operator::kNoProperties, 2),
55 PURE(NumberModulus, Operator::kNoProperties, 2),
[all …]
Dsimplified-operator.cc133 #define PURE(Name, properties, input_count) \ macro
140 PURE_OP_LIST(PURE)
141 #undef PURE
153 #define PURE(Name, properties, input_count) \ macro
155 PURE_OP_LIST(PURE) in PURE_OP_LIST()
156 #undef PURE in PURE_OP_LIST()
Dmachine-operator.cc144 #define PURE(Name, properties, input_count, output_count) \ macro
151 PURE_OP_LIST(PURE)
152 #undef PURE
199 #define PURE(Name, properties, input_count, output_count) \ macro
201 PURE_OP_LIST(PURE) in PURE_OP_LIST()
202 #undef PURE in PURE_OP_LIST()
/external/lzma/CPP/7zip/
DICoder.h12 STDMETHOD(SetRatioInfo)(const UInt64 *inSize, const UInt64 *outSize) PURE;
19 ICompressProgressInfo *progress) PURE;
26 ICompressProgressInfo *progress) PURE;
53 …DMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps) 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;
90 STDMETHOD(SetInStream)(ISequentialInStream *inStream) PURE;
[all …]
DIStream.h16 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;
DIPassword.h15 STDMETHOD(CryptoGetTextPassword)(BSTR *password) PURE;
20 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password) PURE;
DIProgress.h17 INTERFACE_IProgress(PURE)
/external/lzma/CPP/7zip/Archive/
DIArchive.h79 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/lzma/CPP/7zip/UI/Common/
DIFileExtractCallback.h28 Int32 *answer) PURE;
29 …eOperation)(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;
/external/lzma/CPP/Common/
DMyWindows.h88 #define PURE = 0 macro
98 STDMETHOD(QueryInterface) (REFIID iid, void **outObject) PURE;
99 STDMETHOD_(ULONG, AddRef)() PURE;
100 STDMETHOD_(ULONG, Release)() PURE;
/external/pdfium/fpdfsdk/src/
Dfpdfsdkdll.rc76 1 TEXTINCLUDE MOVEABLE PURE
81 2 TEXTINCLUDE MOVEABLE PURE
87 3 TEXTINCLUDE MOVEABLE PURE
/external/wpa_supplicant_8/src/drivers/
Ddrivers.mak90 ##### PURE AP DRIVERS
112 ##### PURE CLIENT DRIVERS
/external/e2fsprogs/
DMCONFIG.in92 LD = $(PURE) @CC@