Searched refs:outPtr (Results 1 - 12 of 12) sorted by relevance

/external/deqp/framework/delibs/deutil/
H A DdeCommandLine.c44 char* outPtr; local
62 outPtr = buf;
81 case 'n': *outPtr++ = '\n'; break;
82 case 't': *outPtr++ = '\t'; break;
83 default: *outPtr++ = c; break;
99 *outPtr++ = 0;
101 if (!CharPtrArray_pushBack(args, outPtr))
109 *outPtr++ = c;
115 *outPtr = 0;
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Dilbc_specific_functions.c74 int16_t *outPtr; local
78 outPtr = out;
81 (*outPtr++) += (int16_t)((WEBRTC_SPL_MUL_16_16((*inPtr++), gain)
91 int16_t *outPtr; local
95 outPtr = out;
98 (*outPtr++) = (int16_t)((WEBRTC_SPL_MUL_16_16((*inPtr++), gain)
/external/webrtc/src/common_audio/signal_processing/
H A Dilbc_specific_functions.c93 WebRtc_Word16 *outPtr; local
97 outPtr = out;
100 (*outPtr++) += (WebRtc_Word16)((WEBRTC_SPL_MUL_16_16((*inPtr++), gain)
110 WebRtc_Word16 *outPtr; local
114 outPtr = out;
117 (*outPtr++) = (WebRtc_Word16)((WEBRTC_SPL_MUL_16_16((*inPtr++), gain)
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubicIntersection_TestData.cpp109 double* outPtr = &hexTests[sizeof(tests) / sizeof(tests[0]) - 1][0][0].x; local
112 unsigned char* output = (unsigned char*) outPtr++;
H A DEdgeWalker_TestUtility.cpp274 char* outPtr = out; local
276 *outPtr++ = addr1[x] == (uint32_t) -1 ? '_' : 'x';
278 *outPtr++ = '|';
280 *outPtr++ = addr1[x] == (uint32_t) -1 ? '_' : 'x';
282 *outPtr++ = '\0';
/external/skia/experimental/Intersection/
H A DCubicIntersection_TestData.cpp109 double* outPtr = &hexTests[sizeof(tests) / sizeof(tests[0]) - 1][0][0].x; local
112 unsigned char* output = (unsigned char*) outPtr++;
H A DEdgeWalker_TestUtility.cpp274 char* outPtr = out; local
276 *outPtr++ = addr1[x] == (uint32_t) -1 ? '_' : 'x';
278 *outPtr++ = '|';
280 *outPtr++ = addr1[x] == (uint32_t) -1 ? '_' : 'x';
282 *outPtr++ = '\0';
/external/chromium_org/third_party/skia/src/utils/
H A DSkTextureCompressor_Blitter.h523 uint8_t* outPtr = this->getBlock(fBufferedRuns[0].fX, fBufferedRuns[0].fY); local
558 CompressorType::CompressA8Vertical(outPtr, reinterpret_cast<uint8_t*>(block));
559 outPtr += EncodedBlockSize;
576 memcpy(outPtr, lastBlock, EncodedBlockSize);
577 outPtr += EncodedBlockSize;
627 CompressorType::CompressA8Vertical(outPtr, reinterpret_cast<uint8_t*>(block));
/external/deqp/executor/
H A DxeTestResultParser.cpp832 deUint8* outPtr = &image->data[(m_base64DecodeOffset>>2)*3]; local
836 case 0: outPtr[0] |= decodedBits<<2; break;
837 case 1: outPtr[0] |= (decodedBits>>4); outPtr[1] |= ((decodedBits&0xF)<<4); break;
838 case 2: outPtr[1] |= (decodedBits>>2); outPtr[2] |= ((decodedBits&0x3)<<6); break;
839 case 3: outPtr[2] |= decodedBits; break;
/external/chromium_org/third_party/skia/tests/
H A DPathOpsExtendedTest.cpp262 char* outPtr = out;
264 *outPtr++ = addr1[x] == (uint32_t) -1 ? '_' : 'x';
266 *outPtr++ = '|';
268 *outPtr++ = addr1[x] == (uint32_t) -1 ? '_' : 'x';
270 *outPtr++ = '\0';
/external/skia/tests/
H A DPathOpsExtendedTest.cpp379 char* outPtr = out;
381 *outPtr++ = addr1[x] == (uint32_t) -1 ? '_' : 'x';
383 *outPtr++ = '|';
385 *outPtr++ = addr1[x] == (uint32_t) -1 ? '_' : 'x';
387 *outPtr++ = '\0';
/external/deqp/modules/gles3/functional/
H A Des3fTransformFeedbackTests.cpp725 const deUint8* outPtr = outBasePtr + outStride*outNdx + outOffset + compNdx*sizeof(deUint32); local
727 deUint32 outVal = *(const deUint32*)outPtr;
740 float outF = *(const float*)outPtr;

Completed in 2630 milliseconds