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

1 2

  /external/lzma/C/
Bcj2.h 18 2) (buf0 + size0 >= outBuf + FullOutputSize).
26 const Byte *buf0, SizeT size0,
Ppmd7Enc.c 47 static void RangeEnc_EncodeBit_0(CPpmd7z_RangeEnc *p, UInt32 size0)
49 p->Range = (p->Range >> 14) * size0;
57 static void RangeEnc_EncodeBit_1(CPpmd7z_RangeEnc *p, UInt32 size0)
59 UInt32 newBound = (p->Range >> 14) * size0;
Bcj2.c 36 const Byte *buf0, SizeT size0,
67 SizeT limit = size0 - inPos;
Ppmd7Dec.c 51 static UInt32 Range_DecodeBit(void *pp, UInt32 size0)
54 UInt32 newBound = (p->Range >> 14) * size0;
Ppmd7.h 104 UInt32 (*DecodeBit)(void *p, UInt32 size0);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_gdbm.py 63 size0 = os.path.getsize(filename)
67 self.assertTrue(size0 < size1)
75 self.assertTrue(size1 > size2 >= size0)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_gdbm.py 63 size0 = os.path.getsize(filename)
67 self.assertTrue(size0 < size1)
75 self.assertTrue(size1 > size2 >= size0)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gdbm.py 63 size0 = os.path.getsize(filename)
67 self.assertTrue(size0 < size1)
75 self.assertTrue(size1 > size2 >= size0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gdbm.py 63 size0 = os.path.getsize(filename)
67 self.assertTrue(size0 < size1)
75 self.assertTrue(size1 > size2 >= size0)
  /external/lzma/CPP/7zip/Compress/
RangeCoder.h 87 void EncodeBit(UInt32 size0, UInt32 numTotalBits, UInt32 symbol)
89 UInt32 newBound = (Range >> numTotalBits) * size0;
177 UInt32 DecodeBit(UInt32 size0, UInt32 numTotalBits)
179 UInt32 newBound = (Range >> numTotalBits) * size0;
  /external/lzma/CS/7zip/Compress/RangeCoder/
RangeCoder.cs 97 public void EncodeBit(uint size0, int numTotalBits, uint symbol)
99 uint newBound = (Range >> numTotalBits) * size0;
213 public uint DecodeBit(uint size0, int numTotalBits)
215 uint newBound = (Range >> numTotalBits) * size0;
  /external/opencv3/3rdparty/libwebp/enc/
syntax.c 120 int profile, size_t size0) {
124 if (size0 >= VP8_MAX_PARTITION0_SIZE) { // partition #0 is too big to fit
132 | ((uint32_t)size0 << 5); // partition length (19b)
153 static int PutWebPHeaders(const VP8Encoder* const enc, size_t size0,
179 err = PutVP8FrameHeader(pic, enc->profile_, size0);
398 const size_t size0 = VP8BitWriterSize(bw); local
399 ok = ok && PutWebPHeaders(enc, size0, vp8_size, riff_size)
400 && pic->writer(part0, size0, pic)
  /external/webp/src/enc/
syntax.c 116 int profile, size_t size0) {
120 if (size0 >= VP8_MAX_PARTITION0_SIZE) { // partition #0 is too big to fit
128 | ((uint32_t)size0 << 5); // partition length (19b)
149 static int PutWebPHeaders(const VP8Encoder* const enc, size_t size0,
175 err = PutVP8FrameHeader(pic, enc->profile_, size0);
354 const size_t size0 = VP8BitWriterSize(bw); local
355 ok = ok && PutWebPHeaders(enc, size0, vp8_size, riff_size)
356 && pic->writer(part0, size0, pic)
  /libcore/ojluni/src/main/java/sun/nio/ch/
FileDispatcherImpl.java 92 return size0(fd);
160 static native long size0(FileDescriptor fd) throws IOException; method in class:FileDispatcherImpl
  /external/opencv3/modules/ts/src/
cuda_test.cpp 94 Size size0 = size; local
98 size0.width += randomInt(5, 15);
99 size0.height += randomInt(5, 15);
102 GpuMat d_m(size0, type);
104 if (size0 != size)
105 d_m = d_m(Rect((size0.width - size.width) / 2, (size0.height - size.height) / 2, size.width, size.height));
ts_func.cpp 110 Size size0 = size; local
113 size0.width += std::max(rng.uniform(0, 10) - 5, 0);
114 size0.height += std::max(rng.uniform(0, 10) - 5, 0);
117 Mat m(size0, type);
120 if( size0 == size )
122 return m(Rect((size0.width-size.width)/2, (size0.height-size.height)/2, size.width, size.height));
128 vector<int> size0(dims);
133 size0[i] = size[i];
137 size0[i] += std::max(rng.uniform(0, 5) - 2, 0)
449 size_t j, k, size0 = src.elemSize(), size1 = dst.elemSize(), total = planes[0].total(); local
474 size_t j, k, size0 = src.elemSize(), size1 = dst.elemSize(), total = planes[0].total(); local
    [all...]
  /external/skia/src/ports/
SkFontConfigInterface_direct.cpp 80 size_t size0 = iden0.writeToMemory(nullptr); local
82 SkAutoMalloc storage(size0);
83 memset(storage.get(), initValue, size0);
86 SkASSERT(size0 == size1);
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_reduce.java 1181 final int size0 = 1 + r.nextInt(1 << i); local
1258 final int size0 = 1 + r.nextInt(1 << i); local
    [all...]
  /external/opencv3/modules/features2d/test/
test_rotation_and_scale_invariance.cpp 461 float size0 = keypoints0[matches[m].trainIdx].size; local
463 CV_Assert(size0 > 0 && size1 > 0);
464 if(std::min(size0, size1) > maxSizeDiff * std::max(size0, size1))
  /external/opencv3/modules/photo/src/
contrast_preserve.hpp 345 int size = static_cast<int>(poly.size()), size0 = static_cast<int>(poly[0].size()); local
346 Mat P = Mat(size, size0, CV_32FC1);
350 for (int j = 0; j < size0;j++)
354 Mat B = Mat(size, size0, CV_32FC1);
  /art/runtime/
mem_map_test.cc 66 size_t size0 = m0->Size(); local
69 EXPECT_EQ(BaseSize(m0), size0); local
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c 1325 LLVMValueRef size0; local
    [all...]
lp_bld_sample_soa.c 873 LLVMValueRef size0 = NULL; local
    [all...]
  /libcore/ojluni/src/main/native/
FileDispatcherImpl.c 266 NATIVE_METHOD(FileDispatcherImpl, size0, "(Ljava/io/FileDescriptor;)J"),
  /external/deqp/framework/common/
tcuTexCompareVerifier.cpp     [all...]

Completed in 1513 milliseconds

1 2