/external/libnfc-nxp/src/ |
phFriNfc_LlcpUtils.h | 44 * If pIn == pOut the buffer is empty. 50 volatile uint8_t *pIn; /* Points to 1 before where the next TU1 will enter buffer */
|
phFriNfc_LlcpUtils.c | 156 pUtilFifo->pIn = (uint8_t *)pBuffStart; 166 pUtilFifo->pIn = pUtilFifo->pBuffStart; 183 pNext = (uint8_t*)pUtilFifo->pIn+1; 205 pUtilFifo->pIn = pNext; 223 if((pUtilFifo->pOut == pUtilFifo->pIn) && (pUtilFifo->bFull == FALSE)) 259 uint8_t * pIn = (uint8_t *)pUtilFifo->pIn; 268 if(pIn >= pOut) 270 dataLength = pIn - pOut; 275 dataLength += (pIn+1) - pUtilFifo->pBuffStart [all...] |
/frameworks/base/media/libeffects/lvm/lib/Reverb/src/ |
LVREV_Process.c | 185 LVM_INT32 *pIn; 219 pIn = pInput; 231 pIn = pTemp; 234 Mult3s_32x16(pIn,
|
/frameworks/base/media/libeffects/testlibs/ |
AudioFormatAdapter.h | 32 // void process(const audio_sample_t * pIn, 69 // pIn A buffer of samples with the format specified on 72 // configure(). May be the same as pIn. 74 void process(const void * pIn, void * pOut, uint32_t numSamples) { 81 reinterpret_cast<const audio_sample_t *> (pIn), 86 reinterpret_cast<const audio_sample_t *> (pIn), 92 pIn = reinterpret_cast<const audio_sample_t *> (pIn) 97 ConvertInput(pIn, nSamplesChannels); 123 // pIn The input buffer with the format designated in configure() [all...] |
/external/sonivox/arm-fm-22k/lib_src/ |
eas_chorus.c | 265 EAS_PCM *pIn; 288 pIn = pSrc + nChannelNumber; 295 nInputSample = *pIn; 296 pIn += NUM_OUTPUT_CHANNELS; 341 nInputSample = *pIn; 342 pIn += NUM_OUTPUT_CHANNELS;
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_chorus.c | 265 EAS_PCM *pIn; 288 pIn = pSrc + nChannelNumber; 295 nInputSample = *pIn; 296 pIn += NUM_OUTPUT_CHANNELS; 341 nInputSample = *pIn; 342 pIn += NUM_OUTPUT_CHANNELS;
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_chorus.c | 265 EAS_PCM *pIn; 288 pIn = pSrc + nChannelNumber; 295 nInputSample = *pIn; 296 pIn += NUM_OUTPUT_CHANNELS; 341 nInputSample = *pIn; 342 pIn += NUM_OUTPUT_CHANNELS;
|
/development/tools/etc1tool/ |
etc1tool.cpp | 120 int fread_big_endian_uint16(png_uint_32* data, FILE* pIn) { 122 if ((a = fgetc(pIn)) == EOF) { 125 if ((b = fgetc(pIn)) == EOF) { 138 FILE* pIn = NULL; 149 if ((pIn = fopen(pInput, "rb")) == NULL) { 157 if (fread(pngHeader, 1, PNG_HEADER_SIZE, pIn) != PNG_HEADER_SIZE) { 187 png_init_io(png_ptr, pIn); 224 if (pIn) { 225 fclose(pIn); 237 FILE* pIn = NULL [all...] |
/external/icu4c/test/perf/utfperf/ |
utfperf.cpp | 165 const UChar *pIn, *pInLimit; 174 pIn=input; 186 /* convert a block of [pIn..pInLimit[ to the encoding in intermediate[] */ 188 ucnv_fromUnicode(cnv, &pInter, pInterLimit, &pIn, pInLimit, NULL, TRUE, pErrorCode); 196 } else if(pIn==pInLimit) { 232 const UChar *pIn, *pInLimit; 238 pIn=input; 247 ucnv_fromUnicode(cnv, &pInter, pInterLimit, &pIn, pInLimit, NULL, TRUE, pErrorCode); 285 const char *pIn, *pInLimit; 293 pIn=input8 [all...] |
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/ |
DecTestBench.c | 594 u8 *pOut, *pIn; 620 pIn = pInImage + pCropParams->cropTopOffset*picWidth + 629 *pOut++ = *pIn++; 631 pIn += picWidth - outWidth; 638 pIn = pInImage + picWidth*picHeight + 646 *pOut++ = *pIn++; 648 pIn += picWidth/2 - outWidth; 652 pIn = pInImage + 5*picWidth*picHeight/4 + 660 *pOut++ = *pIn++; 662 pIn += picWidth/2 - outWidth [all...] |
TestBenchMultipleInstance.c | 462 u8 *pOut, *pIn; 485 pIn = pInImage + pCropParams->cropTopOffset*picWidth + 494 *pOut++ = *pIn++; 496 pIn += picWidth - outWidth; 502 pIn = pInImage + picWidth*picHeight + 510 *pOut++ = *pIn++; 512 pIn += picWidth/2 - outWidth; 515 pIn = pInImage + 5*picWidth*picHeight/4 + 523 *pOut++ = *pIn++; 525 pIn += picWidth/2 - outWidth [all...] |
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/ |
JDKPKCS12KeyStore.java | 930 org.bouncycastle.asn1.pkcs.PrivateKeyInfo pIn = new org.bouncycastle.asn1.pkcs.PrivateKeyInfo((ASN1Sequence)b.getBagValue()); 931 PrivateKey privKey = JDKKeyFactory.createPrivateKeyFromPrivateKeyInfo(pIn); [all...] |
/external/quake/quake/src/WinQuake/ |
gl_draw.cpp | [all...] |