Searched defs:size0 (Results 1 - 15 of 15) sorted by relevance

/external/lzma/C/
H A DPpmd7Dec.c51 static UInt32 Range_DecodeBit(void *pp, UInt32 size0) argument
54 UInt32 newBound = (p->Range >> 14) * size0;
H A DPpmd7Enc.c47 static void RangeEnc_EncodeBit_0(CPpmd7z_RangeEnc *p, UInt32 size0) argument
49 p->Range = (p->Range >> 14) * size0;
57 static void RangeEnc_EncodeBit_1(CPpmd7z_RangeEnc *p, UInt32 size0) argument
59 UInt32 newBound = (p->Range >> 14) * size0;
/external/lzma/CS/7zip/Compress/RangeCoder/
H A DRangeCoder.cs97 public void EncodeBit(uint size0, int numTotalBits, uint symbol) argument
99 uint newBound = (Range >> numTotalBits) * size0;
213 public uint DecodeBit(uint size0, int numTotalBits) argument
215 uint newBound = (Range >> numTotalBits) * size0;
/external/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.h61 uint32_t size0; /* size of first layer in slice */ member in struct:fd_resource_slice
151 offset = slice->offset + (slice->size0 * layer);
/external/lz4/programs/
H A Ddatagen.c108 size_t size0 = RDG_rand(seed) & 3; local
109 size0 = (size_t)1 << (16 + size0 * 2);
110 size0 += RDG_rand(seed) & (size0-1); /* because size0 is power of 2*/
111 if (buffSize < pos + size0)
116 memset(buffPtr+pos, 0, size0);
117 pos += size0;
/external/webp/src/enc/
H A Dsyntax_enc.c116 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, argument
175 err = PutVP8FrameHeader(pic, enc->profile_, size0);
360 const size_t size0 = VP8BitWriterSize(bw); local
361 ok = ok && PutWebPHeaders(enc, size0, vp8_size, riff_size)
362 && pic->writer(part0, size0, pic)
115 PutVP8FrameHeader(const WebPPicture* const pic, int profile, size_t size0) argument
/external/opencv/cxcore/src/
H A Dcxnorm.cpp1036 int size0 = size.width *= cn; local
1051 size.width = size0;
1072 int size0 = size.width *= cn; local
1087 size.width = size0;
/external/skia/src/ports/
H A DSkFontConfigInterface_direct.cpp130 size_t size0 = iden0.writeToMemory(nullptr); local
132 SkAutoMalloc storage(size0);
133 memset(storage.get(), initValue, size0);
136 SkASSERT(size0 == size1);
/external/skqp/src/ports/
H A DSkFontConfigInterface_direct.cpp130 size_t size0 = iden0.writeToMemory(nullptr); local
132 SkAutoMalloc storage(size0);
133 memset(storage.get(), initValue, size0);
136 SkASSERT(size0 == size1);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c1404 LLVMValueRef size0; local
1422 &size0,
1436 size0,
1444 size0,
1453 size0,
1461 size0,
H A Dlp_bld_sample_soa.c1514 LLVMValueRef size0 = NULL; local
1529 &size0,
1540 lp_build_sample_image_nearest(bld, size0,
1547 lp_build_sample_image_linear(bld, is_gather, size0, NULL,
1656 LLVMValueRef size0 = NULL; local
1671 &size0,
1682 lp_build_sample_image_linear(bld, FALSE, size0, linear_mask,
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dbuffer_assignment_test.cc569 int64 size0 = ValidateBuffers(level0, *buffers); local
572 << "total buffer size " << size0;
601 int64 size0 = ValidateBuffers(level0, *buffers); local
627 << "total buffer size " << size0 + size1;
716 int64 size0 = ValidateBuffers(level0, *buffers); local
749 << " instructions; total buffer size " << size0 + sizec + sizeb;
/external/deqp/framework/common/
H A DtcuTexLookupVerifier.cpp1517 const int size0 = faces0[coords.face].getWidth(); variable
1520 const Vec2 uBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size0, coords.s, prec.coordBits.x(), prec.uvwBits.x());
1522 const Vec2 vBounds0 = computeNonNormalizedCoordBounds(sampler.normalizedCoords, size0, coords.t, prec.coordBits.y(), prec.uvwBits.y());
1552 const CubeFaceIntCoords c00 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+0, j0+0)), size0);
1553 const CubeFaceIntCoords c10 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+1, j0+0)), size0);
1554 const CubeFaceIntCoords c01 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+0, j0+1)), size0);
1555 const CubeFaceIntCoords c11 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+1, j0+1)), size0);
/external/mesa3d/include/CL/
H A Dcl.hpp2222 NDRange(::size_t size0) argument
2225 sizes_.push_back(size0);
2228 NDRange(::size_t size0, ::size_t size1) argument
2231 sizes_.push_back(size0);
2235 NDRange(::size_t size0, ::size_t size1, ::size_t size2) argument
2238 sizes_.push_back(size0);
/external/kotlinc/lib/
H A Dkotlin-reflect.jar ... .jvm.internal.pcollections.ConsPStack entries int size0 int i public kotlin.reflect.jvm.internal ...

Completed in 373 milliseconds