HomeSort by relevance Sort by last modified time
    Searched refs:pIn (Results 1 - 25 of 34) sorted by null

1 2

  /external/clang/test/CodeGenCXX/
poly-unsigned.cpp 12 poly16_t test_poly8(poly8_t pIn) {
19 return pIn;
  /external/chromium_org/third_party/android_opengl/etc1/
etc1.h 28 // pIn - pointer to the image data. Formatted such that
29 // pixel (x,y) is at pIn + pixelSize * x + stride * y;
34 bool etc1_encode_image(const unsigned char* pIn, unsigned int width, unsigned int height,
39 // pIn - pointer to encoded data.
41 // pixel (x,y) is at pIn + pixelSize * x + stride * y. Must be
46 bool etc1_decode_image(const unsigned char* pIn, unsigned char* pOut,
etc1.cpp 221 void etc1_decode_block(const etc1_byte* pIn, etc1_byte* pOut) {
222 etc1_uint32 high = (pIn[0] << 24) | (pIn[1] << 16) | (pIn[2] << 8) | pIn[3];
223 etc1_uint32 low = (pIn[4] << 24) | (pIn[5] << 16) | (pIn[6] << 8) | pIn[7];
268 void etc_average_colors_subblock(const etc1_byte* pIn, etc1_uint32 inMask
    [all...]
  /external/chromium_org/third_party/skia/third_party/etc1/
etc1.h 43 // pIn is a pointer to a ETC_DECODED_BLOCK_SIZE array of bytes that represent a
52 void etc1_encode_block(const etc1_byte* pIn, etc1_uint32 validPixelMask, etc1_byte* pOut);
56 // pIn is an ETC1 compressed version of the data.
62 void etc1_decode_block(const etc1_byte* pIn, etc1_byte* pOut);
69 // pIn - pointer to the image data. Formatted such that
70 // pixel (x,y) is at pIn + pixelSize * x + stride * y;
75 int etc1_encode_image(const etc1_byte* pIn, etc1_uint32 width, etc1_uint32 height,
79 // pIn - pointer to encoded data.
81 // pixel (x,y) is at pIn + pixelSize * x + stride * y. Must be
86 int etc1_decode_image(const etc1_byte* pIn, etc1_byte* pOut
    [all...]
etc1.cpp 208 void etc1_decode_block(const etc1_byte* pIn, etc1_byte* pOut) {
209 etc1_uint32 high = (pIn[0] << 24) | (pIn[1] << 16) | (pIn[2] << 8) | pIn[3];
210 etc1_uint32 low = (pIn[4] << 24) | (pIn[5] << 16) | (pIn[6] << 8) | pIn[7];
255 void etc_average_colors_subblock(const etc1_byte* pIn, etc1_uint32 inMask
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_LlcpUtils.c 198 pUtilFifo->pIn = (uint8_t *)pBuffStart;
208 pUtilFifo->pIn = pUtilFifo->pBuffStart;
225 pNext = (uint8_t*)pUtilFifo->pIn+1;
247 pUtilFifo->pIn = pNext;
265 if((pUtilFifo->pOut == pUtilFifo->pIn) && (pUtilFifo->bFull == FALSE))
301 uint8_t * pIn = (uint8_t *)pUtilFifo->pIn;
310 if(pIn >= pOut)
312 dataLength = pIn - pOut;
317 dataLength += (pIn+1) - pUtilFifo->pBuffStart
    [all...]
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 */
  /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/bluetooth/bluedroid/bta/dm/
bta_dm_sco.c 246 SRC_TYPE *pIn, *pInEnd;
257 pIn = (SRC_TYPE *)(pSrc + BTA_DM_PCM_OVERLAP_SIZE);
264 CONVERT_44100_TO_BLUETOOTH(pIn, pInEnd);
269 CONVERT_22050_TO_BLUETOOTH(pIn, pInEnd);
274 CONVERT_11025_TO_BLUETOOTH(pIn, pInEnd);
332 SRC_TYPE *pIn, *pInEnd;
341 pIn = (SRC_TYPE *)(pSrc + BTA_DM_PCM_OVERLAP_SIZE);
347 CONVERT_44100_TO_BLUETOOTH(pIn, pInEnd);
352 CONVERT_22050_TO_BLUETOOTH(pIn, pInEnd);
357 CONVERT_11025_TO_BLUETOOTH(pIn, pInEnd)
    [all...]
  /external/chromium_org/third_party/icu/source/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...]
  /external/chromium_org/third_party/sqlite/src/src/
rowset.c 269 ** The input, pIn, is a binary tree (or subtree) of RowSetEntry objects.
274 struct RowSetEntry *pIn, /* Root of the input tree */
278 assert( pIn!=0 );
279 if( pIn->pLeft ){
281 rowSetTreeToList(pIn->pLeft, ppFirst, &p);
282 p->pRight = pIn;
284 *ppFirst = pIn;
286 if( pIn->pRight ){
287 rowSetTreeToList(pIn->pRight, &pIn->pRight, ppLast)
    [all...]
pcache.c 489 static PgHdr *pcacheSortDirtyList(PgHdr *pIn){
493 while( pIn ){
494 p = pIn;
495 pIn = p->pDirty;
select.c     [all...]
where.c     [all...]
  /external/icu/icu4c/source/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...]
  /external/clang/test/Analysis/
taint-tester.c 116 void stdinTest2(FILE *pIn) {
130 p = pIn;
  /external/aac/libAACdec/src/
aacdecoder_lib.cpp 636 HANDLE_TRANSPORTDEC pIn;
640 pIn = transportDec_Open(transportFmt, TP_FLAG_MPEG4);
641 if (pIn == NULL) {
645 transportDec_SetParam(pIn, TPDEC_PARAM_IGNORE_BUFFERFULLNESS, 1);
651 transportDec_Close(&pIn);
654 aacDec->hInput = pIn;
661 transportDec_RegisterAscCallback(pIn, aacDecoder_ConfigCallback, (void*)aacDec);
    [all...]
  /external/chromium_org/third_party/opus/src/silk/
VAD.c 82 const opus_int16 pIn[] /* I PCM input */
128 silk_ana_filt_bank_1( pIn, &psSilk_VAD->AnaState[ 0 ],
main.h 280 const opus_int16 pIn[] /* I PCM input */
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fulltext.c 381 DocList *pIn, int iOffset, DocList *pOut){
382 readerInit(&m->in, pIn);
387 assert( pIn==NULL || pIn->iType <= DL_POSITIONS );
435 if( peekDocid(&m->in)>iDocid ){ /* [pIn] has no match with iDocid */
    [all...]
  /external/libopus/silk/
VAD.c 82 const opus_int16 pIn[] /* I PCM input */
128 silk_ana_filt_bank_1( pIn, &psSilk_VAD->AnaState[ 0 ],
main.h 280 const opus_int16 pIn[] /* I PCM input */
  /external/chromium_org/net/third_party/nss/ssl/
dtlscon.c 453 const SSL3Opaque *pIn, PRInt32 nIn)
461 msg = dtls_AllocQueuedMessage(ss->ssl3.cwSpec->epoch, type, pIn, nIn);
772 const SSL3Opaque * pIn,
804 PR_FALSE, type, pIn, contentLen,
    [all...]
  /external/chromium_org/third_party/libXNVCtrl/
NVCtrlLib.h 630 char *pIn,
NVCtrl.c 1046 char *pIn,
1066 if (pIn) {
1067 inSize = strlen(pIn) + 1;
1085 if (pIn) {
1086 Data(dpy, pIn, inSize);
    [all...]

Completed in 573 milliseconds

1 2