OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:poolIndex
(Results
1 - 5
of
5
) sorted by null
/libcore/luni/src/main/java/java/util/concurrent/
ForkJoinWorkerThread.java
73
return workQueue.
poolIndex
;
ForkJoinPool.java
[
all
...]
/external/srec/portable/src/
pmemblock.c
347
static void* AllocateFromPsos(uint32 whichPool, uint32
poolIndex
, uint32 size)
352
PORT_ASSERT(memoryPool[whichPool].poolInfo[
poolIndex
].poolId);
354
retval = pt_getbuf(memoryPool[whichPool].poolInfo[
poolIndex
].poolId, &pMemory);
360
*((unsigned long *)pMemory) = (whichPool << 27) + (
poolIndex
<< 24) + size;
370
uint32
poolIndex
;
389
for (
poolIndex
= 0;
poolIndex
< memoryPool[whichPool].currentNumberOfPools;
poolIndex
++)
391
pMemory = AllocateFromPsos(whichPool,
poolIndex
, size);
418
int
poolIndex
;
[
all
...]
/external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar
/prebuilts/misc/common/antlr/
antlr-3.4-complete.jar
Completed in 266 milliseconds