HomeSort by relevance Sort by last modified time
    Searched refs:inB (Results 1 - 13 of 13) sorted by null

  /libcore/luni/src/main/java/java/util/zip/
ZipInputStream.java 152 int inB, out;
154 inB = inf.getTotalIn();
157 inB = inRead;
160 int diff = entryIn - inB;
167 readAndVerifyDataDescriptor(inB, out);
191 private void readAndVerifyDataDescriptor(int inB, int out) throws IOException {
205 if (currentEntry.compressedSize != inB || currentEntry.size != out) {
  /external/valgrind/main/none/tests/ppc32/
test_isa_2_06_part3.c 981 void * inA, * inB;
988 inB = (void *)&spec_sp_fargs[b_idx];
991 memcpy(vec_src + (i * 4), inB, 4);
    [all...]
test_isa_2_06_part2.c     [all...]
test_isa_2_06_part1.c     [all...]
  /external/valgrind/main/none/tests/ppc64/
test_isa_2_06_part3.c 981 void * inA, * inB;
988 inB = (void *)&spec_sp_fargs[b_idx];
991 memcpy(vec_src + (i * 4), inB, 4);
    [all...]
test_isa_2_06_part2.c     [all...]
test_isa_2_06_part1.c     [all...]
  /frameworks/base/core/jni/android/opengl/
util.cpp 837 BufferHelper inB(env, in);
839 if (inB.checkPointer("in") && outB.checkPointer("out")) {
840 if (inB.remaining() < ETC1_DECODED_BLOCK_SIZE) {
845 etc1_encode_block((etc1_byte*) inB.getData(), validPixelMask,
862 BufferHelper inB(env, in);
864 if (inB.checkPointer("in") && outB.checkPointer("out")) {
865 if (inB.remaining() < ETC1_ENCODED_BLOCK_SIZE) {
870 etc1_decode_block((etc1_byte*) inB.getData(),
897 BufferHelper inB(env, in);
899 if (inB.checkPointer("in") && outB.checkPointer("out"))
    [all...]
  /external/webp/src/dsp/
enc_sse2.c 606 static int TTransformSSE2(const uint8_t* inA, const uint8_t* inB,
618 const __m128i inB_0 = _mm_loadl_epi64((__m128i*)&inB[BPS * 0]);
619 const __m128i inB_1 = _mm_loadl_epi64((__m128i*)&inB[BPS * 1]);
620 const __m128i inB_2 = _mm_loadl_epi64((__m128i*)&inB[BPS * 2]);
621 const __m128i inB_3 = _mm_loadl_epi64((__m128i*)&inB[BPS * 3]);
623 // Combine inA and inB (we'll do two transforms in parallel).
715 // Separate the transforms of inA and inB.
    [all...]
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 240 DexBuffer.Section inB = bSection.exists() ? dexB.open(bSection.off) : null;
255 bOffset = inB.getPosition();
256 b = read(inB, bIndexMap, bIndex);
    [all...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 

Completed in 152 milliseconds