OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PURE
(Results
1 - 8
of
8
) 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/chromium_org/v8/src/compiler/
machine-operator.cc
144
#define
PURE
(Name, properties, input_count, output_count) \
151
PURE_OP_LIST(
PURE
)
152
#undef
PURE
199
#define
PURE
(Name, properties, input_count, output_count) \
201
PURE_OP_LIST(
PURE
)
202
#undef
PURE
simplified-operator-unittest.cc
23
//
Pure
operators.
42
#define
PURE
(Name, properties, input_count) \
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)
[
all
...]
simplified-operator.cc
133
#define
PURE
(Name, properties, input_count) \
140
PURE_OP_LIST(
PURE
)
141
#undef
PURE
153
#define
PURE
(Name, properties, input_count) \
155
PURE_OP_LIST(
PURE
)
156
#undef
PURE
machine-operator-unittest.cc
166
//
Pure
operators.
185
#define
PURE
(Name, input_count, output_count) \
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)
[
all
...]
/art/runtime/base/
macros.h
178
#define
PURE
__attribute__ ((__pure__))
/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
;
Completed in 226 milliseconds