OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Shared
(Results
1 - 9
of
9
) sorted by null
/frameworks/av/include/media/nbaio/
NBLog.h
17
// Non-blocking event logger intended for safe communication between processes via
shared
memory
62
// representation of a single log entry in
shared
memory
73
// located in
shared
memory
74
struct
Shared
{
75
Shared
() : mRear(0) { }
76
/*virtual*/ ~
Shared
() { }
91
Timeline(size_t size, void *
shared
= NULL);
106
Shared
* const mShared; // pointer to
shared
memory
116
Writer(); // dummy nop implementation without
shared
memor
[
all
...]
/frameworks/av/include/media/
SingleStateQueue.h
41
struct
Shared
{
57
Mutator(
Shared
*
shared
)
58
: mSequence(0), mShared(
shared
)
61
//
shared
->init();
68
Shared
*
shared
= mShared;
local
71
android_atomic_acquire_store(sequence, &
shared
->mSequence);
72
shared
->mValue = value;
74
android_atomic_release_store(sequence, &
shared
->mSequence)
119
Shared *
shared
= mShared;
local
[
all
...]
/external/llvm/utils/TableGen/
DAGISelMatcherOpt.cpp
283
// starting nodes into a
shared
matcher.
376
Matcher *
Shared
= Optn;
387
Shared
->setNext(new ScopeMatcher(EqualMatchers));
390
FactorNodes(
Shared
->getNextPtr());
392
NewOptionsToMatch.push_back(
Shared
);
/external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp
164
Shared
= 1 << 4,
209
case 's': //
shared
section
210
SecFlags |=
Shared
| InitData;
255
if (SecFlags &
Shared
)
330
// s:
Shared
section
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
psapi.h
161
ULONG_PTR
Shared
:1;
182
ULONG_PTR
Shared
:1;
/external/llvm/include/llvm/TableGen/
Record.h
143
static BitRecTy
Shared
;
151
static BitRecTy *get() { return &
Shared
; }
219
static IntRecTy
Shared
;
227
static IntRecTy *get() { return &
Shared
; }
257
static StringRecTy
Shared
;
265
static StringRecTy *get() { return &
Shared
; }
335
static DagRecTy
Shared
;
343
static DagRecTy *get() { return &
Shared
; }
[
all
...]
/external/llvm/lib/TableGen/
Record.cpp
84
BitRecTy BitRecTy::
Shared
;
85
IntRecTy IntRecTy::
Shared
;
86
StringRecTy StringRecTy::
Shared
;
87
DagRecTy DagRecTy::
Shared
;
144
static std::vector<BitsRecTy*>
Shared
;
145
if (Sz >=
Shared
.size())
146
Shared
.resize(Sz + 1);
147
BitsRecTy *&Ty =
Shared
[Sz];
[
all
...]
/external/mesa3d/src/mesa/main/
mtypes.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h
[
all
...]
Completed in 321 milliseconds