HomeSort by relevance Sort by last modified time
    Searched full:inindex (Results 1 - 23 of 23) sorted by null

  /external/jmonkeyengine/engine/src/niftygui/Common/MatDefs/Nifty/
NiftyQuadGrad.vert 5 attribute vec4 inIndex;
13 color = inIndex;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
CCMBlockCipher.java 267 int inIndex = inOff;
282 while (inIndex < (inOff + inLen - blockSize)) // S1...
284 ctrCipher.processBlock(in, inIndex, output, outIndex);
286 inIndex += blockSize;
291 System.arraycopy(in, inIndex, block, 0, inLen + inOff - inIndex);
295 System.arraycopy(block, 0, output, outIndex, inLen + inOff - inIndex);
320 while (inIndex < (inOff + outputLen - blockSize))
322 ctrCipher.processBlock(in, inIndex, output, outIndex);
324 inIndex += blockSize
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zEncode.cpp 35 bindPair.InIndex = bindInfo.BindPairs[i].InIndex;
330 bindPair.InIndex = numInStreams + coderStreamsInfo.NumInStreams;
352 bindPair.InIndex = _bindInfo.GetCoderInStreamIndex(bind.InCoder) + bind.InStream;
369 int inIndex = _bindInfo.InStreams[0];
373 _bindInfo.FindInStream(inIndex, coderIndex, coderStreamIndex);
378 inIndex = _bindInfo.BindPairs[binder].InIndex;
398 bindPair.InIndex = numInStreams + i;
7zDecode.cpp 23 bindPair.InIndex = (UInt32)folder.BindPairs[i].InIndex;
53 return (a1.InIndex == a2.InIndex) &&
7zItem.h 33 CNum InIndex;
69 if (BindPairs[i].InIndex == inStreamIndex)
7zIn.cpp 58 if (BoolVector_GetAndSet(v, BindPairs[i].InIndex))
90 mask[inStreamToCoder[bp.InIndex]] |= (1 << outStreamToCoder[bp.OutIndex]);
440 bp.InIndex = ReadNum();
    [all...]
7zUpdate.cpp 103 RINOZ_COMP(b1.InIndex, b2.InIndex);
7zOut.cpp 310 WriteNumber(bindPair.InIndex);
  /external/lzma/CPP/7zip/Archive/Common/
CoderMixer2.cpp 74 destBindPair.InIndex = _srcOutToDestInMap[srcBindPair.OutIndex];
75 destBindPair.OutIndex = _srcInToDestOutMap[srcBindPair.InIndex];
CoderMixer2.h 15 UInt32 InIndex;
66 if (BindPairs[i].InIndex == inStream)
CoderMixer2MT.cpp 146 _bindInfo.FindInStream(bindPair.InIndex, inCoderIndex, inCoderStreamIndex);
  /libcore/luni/src/main/java/libcore/io/
Base64.java 69 int inIndex = 0;
105 if (inIndex%4 == 3) {
111 inIndex++;
  /external/lzma/C/
7zDec.c 290 f->BindPairs[0].InIndex != 1 ||
315 f->BindPairs[0].InIndex != 5 || f->BindPairs[0].OutIndex != 0 ||
316 f->BindPairs[1].InIndex != 4 || f->BindPairs[1].OutIndex != 1 ||
317 f->BindPairs[2].InIndex != 3 || f->BindPairs[2].OutIndex != 2)
7z.h 59 UInt32 InIndex;
7zIn.c 68 if (p->BindPairs[i].InIndex == inStreamIndex)
619 RINOK(SzReadNumber32(sd, &bp->InIndex));
    [all...]
  /external/lzma/
7zFormat.txt 60 InIndex;
269 UINT64 InIndex;
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
VertexBuffer.java 759 * @param inIndex The input element index
766 public void copyElement(int inIndex, VertexBuffer outVb, int outIndex){
767 copyElements(inIndex, outVb, outIndex, 1);
774 * @param inIndex The input element index
782 public void copyElements(int inIndex, VertexBuffer outVb, int outIndex, int len){
786 int inPos = inIndex * components;
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckAnalyzer.java     [all...]
  /external/zopfli/src/zopflipng/lodepng/
lodepng.cpp 4102 size_t inindex = (1 + linebytes) * y; \/*the extra filterbyte added to each row*\/ local
5273 size_t inindex = linebytes * y; local
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.cpp     [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/components/polymer/
polymer.min.js     [all...]
polymer.js     [all...]
  /external/chromium-trace/
systrace_trace_viewer.html     [all...]

Completed in 516 milliseconds