/external/skia/third_party/etc1/ |
D | etc1.cpp | 208 void etc1_decode_block(const etc1_byte* pIn, etc1_byte* pOut) { in etc1_decode_block() argument 209 etc1_uint32 high = (pIn[0] << 24) | (pIn[1] << 16) | (pIn[2] << 8) | pIn[3]; in etc1_decode_block() 210 etc1_uint32 low = (pIn[4] << 24) | (pIn[5] << 16) | (pIn[6] << 8) | pIn[7]; in etc1_decode_block() 255 void etc_average_colors_subblock(const etc1_byte* pIn, etc1_uint32 inMask, in etc_average_colors_subblock() argument 271 const etc1_byte* p = pIn + i * 3; in etc_average_colors_subblock() 288 const etc1_byte* p = pIn + i * 3; in etc_average_colors_subblock() 307 const etc1_byte* pIn, etc1_uint32 *pLow, int bitIndex, in chooseModifier() argument 311 int pixelR = pIn[0]; in chooseModifier() 312 int pixelG = pIn[1]; in chooseModifier() 313 int pixelB = pIn[2]; in chooseModifier() [all …]
|
D | etc1.h | 52 void etc1_encode_block(const etc1_byte* pIn, etc1_uint32 validPixelMask, etc1_byte* pOut); 62 void etc1_decode_block(const etc1_byte* pIn, etc1_byte* pOut); 75 int etc1_encode_image(const etc1_byte* pIn, etc1_uint32 width, etc1_uint32 height, 86 int etc1_decode_image(const etc1_byte* pIn, etc1_byte* pOut,
|
/external/libnfc-nxp/src/ |
D | phFriNfc_LlcpUtils.c | 198 pUtilFifo->pIn = (uint8_t *)pBuffStart; in phFriNfc_Llcp_CyclicFifoInit() 208 pUtilFifo->pIn = pUtilFifo->pBuffStart; in phFriNfc_Llcp_CyclicFifoClear() 225 pNext = (uint8_t*)pUtilFifo->pIn+1; in phFriNfc_Llcp_CyclicFifoWrite() 247 pUtilFifo->pIn = pNext; in phFriNfc_Llcp_CyclicFifoWrite() 265 if((pUtilFifo->pOut == pUtilFifo->pIn) && (pUtilFifo->bFull == FALSE)) in phFriNfc_Llcp_CyclicFifoFifoRead() 301 uint8_t * pIn = (uint8_t *)pUtilFifo->pIn; in phFriNfc_Llcp_CyclicFifoUsage() local 310 if(pIn >= pOut) in phFriNfc_Llcp_CyclicFifoUsage() 312 dataLength = pIn - pOut; in phFriNfc_Llcp_CyclicFifoUsage() 317 dataLength += (pIn+1) - pUtilFifo->pBuffStart; in phFriNfc_Llcp_CyclicFifoUsage() 332 uint8_t * pIn = (uint8_t *)pUtilFifo->pIn; in phFriNfc_Llcp_CyclicFifoAvailable() local [all …]
|
D | phFriNfc_LlcpUtils.h | 50 volatile uint8_t *pIn; /* Points to 1 before where the next TU1 will enter buffer */ member
|
/external/icu/icu4c/source/test/perf/utfperf/ |
D | utfperf.cpp | 164 const UChar *pIn, *pInLimit; in call() local 173 pIn=input; in call() 187 ucnv_fromUnicode(cnv, &pInter, pInterLimit, &pIn, pInLimit, NULL, TRUE, pErrorCode); in call() 195 } else if(pIn==pInLimit) { in call() 231 const UChar *pIn, *pInLimit; in call() local 237 pIn=input; in call() 246 ucnv_fromUnicode(cnv, &pInter, pInterLimit, &pIn, pInLimit, NULL, TRUE, pErrorCode); in call() 284 const char *pIn, *pInLimit; in call() local 292 pIn=input8; in call() 306 &pIn, pInLimit, in call()
|
/external/clang/test/CodeGenCXX/ |
D | poly-unsigned.cpp | 12 poly16_t test_poly8(poly8_t pIn) { in test_poly8() argument 19 return pIn; in test_poly8()
|
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
D | cmscam02.c | 436 void CMSEXPORT cmsCIECAM02Forward(cmsHANDLE hModel, const cmsCIEXYZ* pIn, cmsJCh* pOut) in cmsCIECAM02Forward() argument 442 _cmsAssert(pIn != NULL); in cmsCIECAM02Forward() 447 clr.XYZ[0] = pIn ->X; in cmsCIECAM02Forward() 448 clr.XYZ[1] = pIn ->Y; in cmsCIECAM02Forward() 449 clr.XYZ[2] = pIn ->Z; in cmsCIECAM02Forward() 462 void CMSEXPORT cmsCIECAM02Reverse(cmsHANDLE hModel, const cmsJCh* pIn, cmsCIEXYZ* pOut) in cmsCIECAM02Reverse() argument 468 _cmsAssert(pIn != NULL); in cmsCIECAM02Reverse() 473 clr.J = pIn -> J; in cmsCIECAM02Reverse() 474 clr.C = pIn -> C; in cmsCIECAM02Reverse() 475 clr.h = pIn -> h; in cmsCIECAM02Reverse()
|
D | cmsplugin.c | 84 cmsUInt8Number* pIn = (cmsUInt8Number*) QWord; in _cmsAdjustEndianess64() local 89 pOut[7] = pIn[0]; in _cmsAdjustEndianess64() 90 pOut[6] = pIn[1]; in _cmsAdjustEndianess64() 91 pOut[5] = pIn[2]; in _cmsAdjustEndianess64() 92 pOut[4] = pIn[3]; in _cmsAdjustEndianess64() 93 pOut[3] = pIn[4]; in _cmsAdjustEndianess64() 94 pOut[2] = pIn[5]; in _cmsAdjustEndianess64() 95 pOut[1] = pIn[6]; in _cmsAdjustEndianess64() 96 pOut[0] = pIn[7]; in _cmsAdjustEndianess64()
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_chorus.c | 265 EAS_PCM *pIn; in ChorusProcess() local 288 pIn = pSrc + nChannelNumber; in ChorusProcess() 295 nInputSample = *pIn; in ChorusProcess() 296 pIn += NUM_OUTPUT_CHANNELS; in ChorusProcess() 341 nInputSample = *pIn; in ChorusProcess() 342 pIn += NUM_OUTPUT_CHANNELS; in ChorusProcess()
|
/external/sonivox/arm-fm-22k/lib_src/ |
D | eas_chorus.c | 265 EAS_PCM *pIn; in ChorusProcess() local 288 pIn = pSrc + nChannelNumber; in ChorusProcess() 295 nInputSample = *pIn; in ChorusProcess() 296 pIn += NUM_OUTPUT_CHANNELS; in ChorusProcess() 341 nInputSample = *pIn; in ChorusProcess() 342 pIn += NUM_OUTPUT_CHANNELS; in ChorusProcess()
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
D | eas_chorus.c | 265 EAS_PCM *pIn; in ChorusProcess() local 288 pIn = pSrc + nChannelNumber; in ChorusProcess() 295 nInputSample = *pIn; in ChorusProcess() 296 pIn += NUM_OUTPUT_CHANNELS; in ChorusProcess() 341 nInputSample = *pIn; in ChorusProcess() 342 pIn += NUM_OUTPUT_CHANNELS; in ChorusProcess()
|
/external/lz4/lib/ |
D | lz4.c | 394 static unsigned LZ4_count(const BYTE* pIn, const BYTE* pMatch, const BYTE* pInLimit) in LZ4_count() argument 396 const BYTE* const pStart = pIn; in LZ4_count() 398 while (likely(pIn<pInLimit-(STEPSIZE-1))) in LZ4_count() 400 size_t diff = LZ4_read_ARCH(pMatch) ^ LZ4_read_ARCH(pIn); in LZ4_count() 401 if (!diff) { pIn+=STEPSIZE; pMatch+=STEPSIZE; continue; } in LZ4_count() 402 pIn += LZ4_NbCommonBytes(diff); in LZ4_count() 403 return (unsigned)(pIn - pStart); in LZ4_count() 406 …if (LZ4_64bits()) if ((pIn<(pInLimit-3)) && (LZ4_read32(pMatch) == LZ4_read32(pIn))) { pIn+=4; pMa… in LZ4_count() 407 if ((pIn<(pInLimit-1)) && (LZ4_read16(pMatch) == LZ4_read16(pIn))) { pIn+=2; pMatch+=2; } in LZ4_count() 408 if ((pIn<pInLimit) && (*pMatch == *pIn)) pIn++; in LZ4_count() [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | x86-64-ptr-arg-simple.ll | 23 define void @bar(i32* nocapture %pOut, i32* nocapture %pIn) nounwind { 25 %0 = load i32, i32* %pIn, align 4
|
/external/aac/libAACdec/src/ |
D | aacdecoder_lib.cpp | 636 HANDLE_TRANSPORTDEC pIn; in aacDecoder_Open() local 640 pIn = transportDec_Open(transportFmt, TP_FLAG_MPEG4); in aacDecoder_Open() 641 if (pIn == NULL) { in aacDecoder_Open() 645 transportDec_SetParam(pIn, TPDEC_PARAM_IGNORE_BUFFERFULLNESS, 1); in aacDecoder_Open() 651 transportDec_Close(&pIn); in aacDecoder_Open() 654 aacDec->hInput = pIn; in aacDecoder_Open() 661 transportDec_RegisterAscCallback(pIn, aacDecoder_ConfigCallback, (void*)aacDec); in aacDecoder_Open()
|
/external/clang/test/Analysis/ |
D | taint-tester.c | 116 void stdinTest2(FILE *pIn) { in stdinTest2() argument 130 p = pIn; in stdinTest2()
|
/external/libopus/silk/ |
D | VAD.c | 82 …const opus_int16 pIn[] /* I PCM input … in silk_VAD_GetSA_Q8() argument 128 silk_ana_filt_bank_1( pIn, &psSilk_VAD->AnaState[ 0 ], in silk_VAD_GetSA_Q8()
|
D | main.h | 280 …const opus_int16 pIn[] /* I PCM input …
|
/external/aac/libPCMutils/src/ |
D | pcmutils_lib.cpp | 2196 INT_PCM *pIn[PCM_DMX_MAX_CHANNELS] = { NULL }; in pcmDmx_ApplyFrame() local 2258 pIn[nContentCh] = &pPcmBuf[inOffsetTable[ch]*offset+(frameSize-1)*inStride]; in pcmDmx_ApplyFrame() 2280 pIn[nContentCh] = &pPcmBuf[inOffsetTable[ch]*offset+(frameSize-1)*inStride]; in pcmDmx_ApplyFrame() 2318 tIn[ch] = *pIn[ch]; in pcmDmx_ApplyFrame() 2319 pIn[ch] -= inStride; in pcmDmx_ApplyFrame()
|
/external/aac/libAACenc/src/ |
D | aacenc_lib.cpp | 1473 … INT_PCM *pIn = hAacEncoder->inputBuffer+hAacEncoder->inputBufferOffset+hAacEncoder->nSamplesRead; in aacEncEncode() local 1477 … FDKmemcpy(pIn, (INT_PCM*)inBufDesc->bufs[idx], newSamples*sizeof(INT_PCM)); /* Fast copy. */ in aacEncEncode() 1481 …pIn[i] = (INT_PCM)(((LONG*)inBufDesc->bufs[idx])[i]>>16); /* Convert 32 to 16 bit. … in aacEncEncode() 1486 …pIn[i] = ((INT_PCM)(((SHORT*)inBufDesc->bufs[idx])[i]))<<16; /* Convert 16 to 32 bit. … in aacEncEncode()
|
/external/libphonenumber/demo/war/WEB-INF/lib/ |
D | commons-fileupload-1.2.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/svox/pico/tests/data/ |
D | xsampa_pico_man_en-US.txt | 32 <speak xml:lang="en-US"> Testing <phoneme alphabet="xsampa" ph=""pIn"/>.</speak>
|
D | xsampa_pico_man_en-GB.txt | 31 <speak xml:lang="en-GB"> Testing <phoneme alphabet="xsampa" ph=""pIn"/>.</speak>
|
/external/sqlite/dist/ |
D | sqlite3.c | 22675 void *pIn; /* Argument to the thread */ 22682 void *pIn /* Argument passed into xTask() */ 22697 p->pIn = pIn; 22701 rc = pthread_create(&p->tid, 0, xTask, pIn); 22705 p->pOut = xTask(pIn); 22742 void *pIn; /* Argument to xTask */ 22763 p->pResult = p->xTask(p->pIn); 22773 void *pIn /* Argument passed into xTask() */ 22786 p->pIn = pIn; 22794 p->pResult = xTask(pIn); [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 22675 void *pIn; /* Argument to the thread */ 22682 void *pIn /* Argument passed into xTask() */ 22697 p->pIn = pIn; 22701 rc = pthread_create(&p->tid, 0, xTask, pIn); 22705 p->pOut = xTask(pIn); 22742 void *pIn; /* Argument to xTask */ 22763 p->pResult = p->xTask(p->pIn); 22773 void *pIn /* Argument passed into xTask() */ 22786 p->pIn = pIn; 22794 p->pResult = xTask(pIn); [all …]
|
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/ |
D | lcms2.h | 1130 CMSAPI void CMSEXPORT cmsCIECAM02Forward(cmsHANDLE hModel, const cmsCIEXYZ* pIn, cmsJC… 1131 CMSAPI void CMSEXPORT cmsCIECAM02Reverse(cmsHANDLE hModel, const cmsJCh* pIn, cmsCI…
|