/third_party/vk-gl-cts/framework/delibs/destream/ |
H A D | deRingbuffer.c | 43 deInt32 outPos; member 85 ringbuffer->outPos = 0; in deRingbuffer_create() 211 if (ringbuffer->outPos == 0) in consumerStream_read() 237 writeSize = deMin32(ringbuffer->blockUsage[ringbuffer->outBlock] - ringbuffer->outPos, bufSize - *read); in consumerStream_read() 238 src = ringbuffer->buffer + ringbuffer->blockSize * ringbuffer->outBlock + ringbuffer->outPos; in consumerStream_read() 243 ringbuffer->outPos += writeSize; in consumerStream_read() 247 if (ringbuffer->outPos == ringbuffer->blockUsage[ringbuffer->outBlock]) in consumerStream_read() 250 ringbuffer->outPos = 0; in consumerStream_read()
|
/third_party/lzma/C/Util/Lzma/ |
H A D | LzmaUtil.c | 111 size_t inPos = 0, inSize = 0, outPos = 0;
in Decode2() local 124 SizeT outProcessed = OUT_BUF_SIZE - outPos;
in Decode2() 133 res = LzmaDec_DecodeToBuf(state, outBuf + outPos, &outProcessed,
in Decode2() 136 outPos += outProcessed;
in Decode2() 140 if (outStream->Write(outStream, outBuf, outPos) != outPos)
in Decode2() 143 outPos = 0;
in Decode2()
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | ExperimentalSerializationUtil.java | 56 int outPos = 0; in toByteArray() 65 buffer.array(), buffer.arrayOffset() + buffer.position(), out, outPos, length); in toByteArray() 66 outPos += length; in toByteArray() 68 if (out.length != outPos) { in toByteArray()
|
/third_party/lz4/tests/ |
H A D | fullbench.c | 396 size_t outPos = 0; in local_LZ4F_decompress_followHint() local 397 size_t outRemaining = maxOutSize - outPos; in local_LZ4F_decompress_followHint() 401 LZ4F_decompress(g_dCtx, dst+outPos, &outRemaining, src+inPos, &inSize, NULL); in local_LZ4F_decompress_followHint() 407 outPos += outRemaining; in local_LZ4F_decompress_followHint() 408 outRemaining = maxOutSize - outPos; in local_LZ4F_decompress_followHint() 419 return (int)outPos; in local_LZ4F_decompress_followHint() 431 size_t outPos = 0; in local_LZ4F_decompress_noHint() local 432 size_t outRemaining = maxOutSize - outPos; in local_LZ4F_decompress_noHint() 435 size_t const sizeHint = LZ4F_decompress(g_dCtx, dst+outPos, &outRemaining, src+inPos, &inSize, NULL); in local_LZ4F_decompress_noHint() 441 outPos in local_LZ4F_decompress_noHint() [all...] |
/third_party/skia/src/gpu/ |
H A D | GrGeometryProcessor.cpp | 351 GrShaderVar* outPos) { in write_passthrough_vertex_position() 354 outPos->set(inPos.getType(), outName.c_str()); in write_passthrough_vertex_position() 367 GrShaderVar* outPos, in write_vertex_position() 373 write_passthrough_vertex_position(vertBuilder, inPos, outPos); in write_vertex_position() 401 outPos->set(kFloat3_GrSLType, outName.c_str()); in write_vertex_position() 411 outPos->set(kFloat3_GrSLType, outName.c_str()); in write_vertex_position() 431 outPos->set(kFloat2_GrSLType, outName.c_str()); in write_vertex_position() 349 write_passthrough_vertex_position(GrGLSLVertexBuilder* vertBuilder, const GrShaderVar& inPos, GrShaderVar* outPos) write_passthrough_vertex_position() argument 361 write_vertex_position(GrGLSLVertexBuilder* vertBuilder, GrGLSLUniformHandler* uniformHandler, const GrShaderCaps& shaderCaps, const GrShaderVar& inPos, const SkMatrix& matrix, const char* matrixName, GrShaderVar* outPos, ProgramImpl::UniformHandle* matrixUniform) write_vertex_position() argument
|
/third_party/mesa3d/src/mesa/main/ |
H A D | multisample.c | 88 GLfloat *outPos) in get_sample_position() 97 index, outPos); in get_sample_position() 99 outPos[0] = outPos[1] = 0.5f; in get_sample_position() 85 get_sample_position(struct gl_context *ctx, struct gl_framebuffer *fb, GLuint index, GLfloat *outPos) get_sample_position() argument
|
/third_party/pulseaudio/sonic/ |
H A D | Sonic.java | 634 int outPos, in overlapAdd() 641 int o = outPos*numChannels + i; in overlapAdd() 660 int outPos, in overlapAddWithSeparation() 667 int o = outPos*numChannels + i; in overlapAddWithSeparation() 630 overlapAdd( int numSamples, int numChannels, short out[], int outPos, short rampDown[], int rampDownPos, short rampUp[], int rampUpPos) overlapAdd() argument 655 overlapAddWithSeparation( int numSamples, int numChannels, int separation, short out[], int outPos, short rampDown[], int rampDownPos, short rampUp[], int rampUpPos) overlapAddWithSeparation() argument
|
/third_party/lzma/C/ |
H A D | XzDec.c | 1676 cc->outPos = 0;
in XzDecMt_Callback_Parse() 1861 cc->outPos = coder->outPreSize;
in XzDecMt_Callback_Parse() 2373 size_t outPos;
in XzDecMt_Decode_ST() local 2420 outPos = 0;
in XzDecMt_Decode_ST() 2461 outSize = p->props.outStep_ST - outPos;
in XzDecMt_Decode_ST() 2478 res = XzUnpacker_Code(dec, p->outBuf + outPos, &outProcessed,
in XzDecMt_Decode_ST() 2487 outPos += outProcessed;
in XzDecMt_Decode_ST() 2494 if (outPos != 0)
in XzDecMt_Decode_ST() 2496 const size_t written = ISeqOutStream_Write(p->outStream, p->outBuf, outPos);
in XzDecMt_Decode_ST() 2498 if (written != outPos)
in XzDecMt_Decode_ST() [all...] |
H A D | MtDec.h | 80 UInt64 outPos; // check it (size_t)
member
|
H A D | Lzma2DecMt.c | 406 cc->outPos = dicPos;
in Lzma2DecMt_MtCallback_Parse()
|
/third_party/lzma/CPP/7zip/Archive/ |
H A D | XzHandler.cpp | 822 SizeT outPos = 0;
in DecodeBlock() local 840 SizeT outLen = unpackSize - outPos;
in DecodeBlock() 845 // dest + outPos,
in DecodeBlock() 863 outPos += outLen;
in DecodeBlock() 871 if (packRem != 0 || !blockFinished || unpackSize != outPos)
in DecodeBlock()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tzfmttst.cpp | 776 int32_t outPos; member 784 // parseOptions expected outPos timeType in TestParse() 890 } else if (pos.getIndex() != DATA[i].outPos) { in TestParse() 891 errMsg = (UnicodeString)"Parsed pos: " + pos.getIndex() + " - expected: " + DATA[i].outPos; in TestParse()
|