OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fullcount
(Results
1 - 3
of
3
) sorted by null
/external/deqp/framework/delibs/destream/
deRingbuffer.c
40
deSemaphore
fullCount
;
65
ringbuffer->
fullCount
= deSemaphore_create(0, DE_NULL);
70
!ringbuffer->
fullCount
)
74
if (ringbuffer->
fullCount
)
75
deSemaphore_destroy(ringbuffer->
fullCount
);
98
/* Set notify to true and increment
fullCount
to let consumer continue */
100
deSemaphore_increment(ringbuffer->
fullCount
);
106
deSemaphore_destroy(ringbuffer->
fullCount
);
158
deSemaphore_increment(ringbuffer->
fullCount
);
181
deSemaphore_increment(ringbuffer->
fullCount
);
[
all
...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECAlgorithms.java
412
int halfCount = ps.length,
fullCount
= halfCount << 1;
414
boolean[] negs = new boolean[
fullCount
];
415
WNafPreCompInfo[] infos = new WNafPreCompInfo[
fullCount
];
416
byte[][] wnafs = new byte[
fullCount
][];
/external/e2fsprogs/e2fsck/
dict.c
1087
dictcount_t
fullcount
= DICTCOUNT_T_MAX, nodecount = dict->nodecount;
local
1093
while (
fullcount
>= nodecount &&
fullcount
)
1094
fullcount
>>= 1;
1096
botrowcount = nodecount -
fullcount
;
[
all
...]
Completed in 785 milliseconds