OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:initcount
(Results
1 - 7
of
7
) sorted by null
/external/lzma/C/
Threads.c
58
WRes Semaphore_Create(CSemaphore *p, UInt32
initCount
, UInt32 maxCount)
60
*p = CreateSemaphore(NULL, (LONG)
initCount
, (LONG)maxCount, NULL);
Threads.h
45
WRes Semaphore_Create(CSemaphore *p, UInt32
initCount
, UInt32 maxCount);
/external/llvm/test/CodeGen/SystemZ/Large/
branch-range-07.py
43
print ' %%
initcount
%d = load i32 *%%countptr%d' % (i, i)
49
print (' %%count%d = phi i32 [ %%
initcount
%d, %%%s ],'
branch-range-08.py
44
print ' %%
initcount
%d = load i64 *%%countptr%d' % (i, i)
50
print (' %%count%d = phi i64 [ %%
initcount
%d, %%%s ],'
/external/llvm/unittests/IR/
LegacyPassManagerTest.cpp
197
static int
initcount
;
member in struct:llvm::__anon30269::LPass
202
initcount
= 0; fincount=0;
207
EXPECT_EQ(run,
initcount
);
214
initcount
++;
228
int LPass::
initcount
=0;
member in class:llvm::__anon30269::LPass
/external/libusb/libusb/os/
darwin_usb.c
47
static int
initCount
= 0;
316
if (!(
initCount
++)) {
335
if (!(--
initCount
)) {
[
all
...]
/external/chromium_org/third_party/libusb/src/libusb/os/
darwin_usb.c
53
static volatile int32_t
initCount
= 0;
421
if (OSAtomicIncrement32Barrier(&
initCount
) == 1) {
446
if (OSAtomicDecrement32Barrier(&
initCount
) == 0) {
[
all
...]
Completed in 465 milliseconds