Searched refs:maxCount (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/C/
H A DThreads.c73 HRes Semaphore_Create(CSemaphore *p, UInt32 initiallyCount, UInt32 maxCount) argument
75 p->handle = CreateSemaphore(NULL, (LONG)initiallyCount, (LONG)maxCount, NULL);
H A DThreads.h54 HRes Semaphore_Create(CSemaphore *p, UInt32 initiallyCount, UInt32 maxCount);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/C/
H A DThreads.c73 HRes Semaphore_Create(CSemaphore *p, UInt32 initiallyCount, UInt32 maxCount) argument
75 p->handle = CreateSemaphore(NULL, (LONG)initiallyCount, (LONG)maxCount, NULL);
H A DThreads.h54 HRes Semaphore_Create(CSemaphore *p, UInt32 initiallyCount, UInt32 maxCount);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/C/
H A DThreads.c73 HRes Semaphore_Create(CSemaphore *p, UInt32 initiallyCount, UInt32 maxCount) argument
75 p->handle = CreateSemaphore(NULL, (LONG)initiallyCount, (LONG)maxCount, NULL);
H A DThreads.h54 HRes Semaphore_Create(CSemaphore *p, UInt32 initiallyCount, UInt32 maxCount);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/usb-modeswitch-2.2.3/jim/
H A Djim.c8987 int maxCount, i, approxSize, lastPos = -1; local
8995 for (i = 0, maxCount = 0; i < maxFmtLen; ++i)
8997 ++maxCount;
9000 +(maxCount + 1) * sizeof(ScanFmtPartDescr) /* Size of all partials */
9004 +(maxCount + 1) * sizeof(char) /* '\0' for every partial */
9010 fmtObj->scratch = (char *)&fmtObj->descr[maxCount + 1];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/usb-modeswitch-2.2.3/jim/
H A Djim.c8987 int maxCount, i, approxSize, lastPos = -1; local
8995 for (i = 0, maxCount = 0; i < maxFmtLen; ++i)
8997 ++maxCount;
9000 +(maxCount + 1) * sizeof(ScanFmtPartDescr) /* Size of all partials */
9004 +(maxCount + 1) * sizeof(char) /* '\0' for every partial */
9010 fmtObj->scratch = (char *)&fmtObj->descr[maxCount + 1];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/usb-modeswitch-2.2.3/jim/
H A Djim.c8987 int maxCount, i, approxSize, lastPos = -1; local
8995 for (i = 0, maxCount = 0; i < maxFmtLen; ++i)
8997 ++maxCount;
9000 +(maxCount + 1) * sizeof(ScanFmtPartDescr) /* Size of all partials */
9004 +(maxCount + 1) * sizeof(char) /* '\0' for every partial */
9010 fmtObj->scratch = (char *)&fmtObj->descr[maxCount + 1];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.c15297 u32 maxCount; /* Maximum instantaneous currentCount */ member in struct:Mem5Global
15476 if( mem5.maxCount<mem5.currentCount ) mem5.maxCount = mem5.currentCount;
15733 fprintf(out, "mem5.maxCount = %u\n", mem5.maxCount);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.c15297 u32 maxCount; /* Maximum instantaneous currentCount */ member in struct:Mem5Global
15476 if( mem5.maxCount<mem5.currentCount ) mem5.maxCount = mem5.currentCount;
15733 fprintf(out, "mem5.maxCount = %u\n", mem5.maxCount);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.c15297 u32 maxCount; /* Maximum instantaneous currentCount */ member in struct:Mem5Global
15476 if( mem5.maxCount<mem5.currentCount ) mem5.maxCount = mem5.currentCount;
15733 fprintf(out, "mem5.maxCount = %u\n", mem5.maxCount);
[all...]

Completed in 1099 milliseconds