HomeSort by relevance Sort by last modified time
    Searched refs:blockCount (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowStatFs.java 30 return stat.blockCount;
51 public static void registerStats(File path, int blockCount, int freeBlocks, int availableBlocks) {
52 registerStats(path.getAbsolutePath(), blockCount, freeBlocks, availableBlocks);
55 public static void registerStats(String path, int blockCount, int freeBlocks, int availableBlocks) {
56 stats.put(path, new Stats(blockCount, freeBlocks, availableBlocks));
64 Stats(int blockCount, int freeBlocks, int availableBlocks) {
65 this.blockCount = blockCount;
69 int blockCount, freeBlocks, availableBlocks;
  /external/dng_sdk/source/
dng_memory_stream.cpp 98 uint32 blockCount = Min_uint32 (fPageSize - pageOffset, count);
105 DoCopyBytes (sPtr, dPtr, blockCount);
107 offset += blockCount;
108 count -= blockCount;
202 uint32 blockCount = Min_uint32 (fPageSize - pageOffset, count);
209 DoCopyBytes (sPtr, dPtr, blockCount);
211 offset += blockCount;
212 count -= blockCount;
251 uint32 blockCount = (uint32) Min_uint64 (fPageSize - pageOffset, count);
256 dstStream.Put (sPtr, blockCount);
    [all...]
dng_stream.cpp 1128 uint32 blockCount = (uint32) Min_uint64 (bigBufferSize,
1132 blockCount);
1135 blockCount);
1137 count -= blockCount;
  /external/deqp/framework/delibs/destream/
deRingbuffer.h 33 deRingbuffer* deRingbuffer_create (deInt32 blockSize, deInt32 blockCount);
deRingbuffer.c 35 deInt32 blockCount;
52 deRingbuffer* deRingbuffer_create (deInt32 blockSize, deInt32 blockCount)
57 DE_ASSERT(blockCount > 0);
61 ringbuffer->blockCount = blockCount;
62 ringbuffer->buffer = (deUint8*)deMalloc(sizeof(deUint8) * (size_t)blockSize * (size_t)blockCount);
63 ringbuffer->blockUsage = (deInt32*)deMalloc(sizeof(deUint32) * (size_t)blockCount);
64 ringbuffer->emptyCount = deSemaphore_create(ringbuffer->blockCount, DE_NULL);
82 memset(ringbuffer->blockUsage, 0, sizeof(deInt32) * (size_t)blockCount);
156 if (ringbuffer->inBlock == ringbuffer->blockCount)
    [all...]
  /external/pdfium/xfa/fxbarcode/datamatrix/
BC_ErrorCorrection.cpp 128 int32_t blockCount = symbolInfo->getInterleavedBlockCount();
129 if (blockCount == 1) {
137 dataSizes.SetSize(blockCount);
139 errorSizes.SetSize(blockCount);
141 startPos.SetSize(blockCount);
142 for (int32_t i = 0; i < blockCount; i++) {
150 for (int32_t block = 0; block < blockCount; block++) {
152 for (int32_t d = block; d < symbolInfo->m_dataCapacity; d += blockCount) {
159 for (int32_t l = block; l < errorSizes[block] * blockCount;
160 l += blockCount) {
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
passbm_test.go 12 blockCount = 1000
18 func BenchmarkDSEPass(b *testing.B) { benchFnPass(b, dse, blockCount, genFunction) }
20 func BenchmarkCSEPass(b *testing.B) { benchFnPass(b, cse, blockCount, genFunction) }
22 func BenchmarkDeadcodePass(b *testing.B) { benchFnPass(b, deadcode, blockCount, genFunction) }
30 func BenchmarkMultiPass(b *testing.B) { benchFnPass(b, multi, blockCount, genFunction) }
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
passbm_test.go 12 blockCount = 1000
18 func BenchmarkDSEPass(b *testing.B) { benchFnPass(b, dse, blockCount, genFunction) }
20 func BenchmarkCSEPass(b *testing.B) { benchFnPass(b, cse, blockCount, genFunction) }
22 func BenchmarkDeadcodePass(b *testing.B) { benchFnPass(b, deadcode, blockCount, genFunction) }
30 func BenchmarkMultiPass(b *testing.B) { benchFnPass(b, multi, blockCount, genFunction) }
  /external/sonivox/arm-wt-22k/lib_src/
eas_imaadpcm.c 127 pState->blockCount = 0;
133 if ((pState->blockSize != 0) && (pState->blockCount == 0) && (pState->bytesLeft != 0))
167 pState->blockCount = pState->blockSize - 8;
172 pState->blockCount = pState->blockSize - 4;
188 pState->blockCount--;
361 pState->blockCount = 0;
eas_pcmdata.h 112 EAS_U16 blockCount; /* block counter for ADPCM decoder */
  /external/emma/core/java12/com/vladium/emma/data/
MethodDescriptor.java 30 // need a separate 'blockCount' parm because 'blockMap' could be null
44 // block metadata is available: blockCount must be positive
46 final int blockCount = blockSizes.length;
48 if ($assert.ENABLED) $assert.ASSERT (blockCount > 0, "blockCount must be positive: " + blockCount);
62 $assert.ASSERT (blockCount == blockMap.length, "blockCount " + blockCount + " != blockMap.length " + blockMap.length);
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
ColorFilterAlphaTest.java 116 final int blockCount = BLOCK_COLORS.length;
117 final int blockWidth = TEST_WIDTH / blockCount;
118 for (int i = 0 ; i < blockCount; i++) {
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
SeekableXZInputStream.java 120 private int blockCount = 0;
421 blockCount += index.getRecordCount();
422 if (blockCount < 0)
511 return blockCount;
810 if (blockNumber < 0 || blockNumber >= blockCount)
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
SsaConverter.java 290 int blockCount;
293 blockCount = ssaBlocks.size();
306 defsites[i] = new BitSet(blockCount);
307 phisites[i] = new BitSet(blockCount);
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 591 final int blockCount = blockCounts [m];
592 if (blockCount > 0)
605 CodeGen.push_int_value (buf, cls, blockCount);
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
BuiltinFunctionChecker.cpp 62 RM.getAllocaRegion(CE, C.blockCount(), C.getLocationContext());
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 433 unsigned blockCount = currBldrCtx->blockCount();
455 symVal = svalBuilder.getConjuredHeapSymbolVal(CNE, LCtx, blockCount);
458 blockCount);
468 State = Call->invalidateRegions(blockCount);
549 currBldrCtx->blockCount());
ExprEngineC.cpp 49 unsigned Count = currBldrCtx->blockCount();
70 unsigned Count = currBldrCtx->blockCount();
162 currBldrCtx->blockCount());
196 currBldrCtx->blockCount());
405 currBldrCtx->blockCount());
434 currBldrCtx->blockCount());
534 currBldrCtx->blockCount());
724 currBldrCtx->blockCount());
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 126 unsigned blockCount() const {
127 return NB.getContext().blockCount();
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Trie2Writable.java 744 int i, mapIndex, blockCount;
757 blockCount=blockLength>>UTRIE2_SHIFT_2;
766 blockCount=1;
782 for(i=blockCount, mapIndex=start>>UTRIE2_SHIFT_2; i>0; --i) {
803 for(i=blockCount, mapIndex=start>>UTRIE2_SHIFT_2; i>0; --i) {
814 for(i=blockCount, mapIndex=start>>UTRIE2_SHIFT_2; i>0; --i) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Trie2Writable.java 742 int i, mapIndex, blockCount;
755 blockCount=blockLength>>UTRIE2_SHIFT_2;
764 blockCount=1;
780 for(i=blockCount, mapIndex=start>>UTRIE2_SHIFT_2; i>0; --i) {
801 for(i=blockCount, mapIndex=start>>UTRIE2_SHIFT_2; i>0; --i) {
812 for(i=blockCount, mapIndex=start>>UTRIE2_SHIFT_2; i>0; --i) {
    [all...]
  /external/deqp/framework/common/
tcuCompressedTexture.cpp     [all...]
  /external/icu/icu4c/source/common/
utrie2_builder.cpp 988 int32_t i, mapIndex, blockCount;
1001 blockCount=blockLength>>UTRIE2_SHIFT_2;
1010 blockCount=1;
1027 for(i=blockCount, mapIndex=start>>UTRIE2_SHIFT_2; i>0; --i) {
    [all...]
  /prebuilts/go/darwin-x86/src/image/jpeg/
scan.go 168 blockCount int
207 bx = blockCount % q
208 by = blockCount / q
209 blockCount++
  /prebuilts/go/linux-x86/src/image/jpeg/
scan.go 168 blockCount int
207 bx = blockCount % q
208 by = blockCount / q
209 blockCount++

Completed in 433 milliseconds

1 2 3 4 5