HomeSort by relevance Sort by last modified time
    Searched defs:pSrc (Results 26 - 50 of 95) sorted by null

12 3 4

  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
OAEPParameterSpecTest.java 41 * mgfSpec, PSource pSrc) method testing. Tests that NullPointerException
50 PSource pSrc = PSource.PSpecified.DEFAULT;
53 new OAEPParameterSpec(null, mgfName, mgfSpec, pSrc);
60 new OAEPParameterSpec(mdName, null, mgfSpec, pSrc);
69 + "null pSrc.");
100 PSource pSrc = PSource.PSpecified.DEFAULT;
103 mgfSpec, pSrc);
116 PSource pSrc = PSource.PSpecified.DEFAULT;
119 mgfSpec, pSrc);
132 PSource pSrc = PSource.PSpecified.DEFAULT
    [all...]
  /dalvik/vm/
Bits.h 33 INLINE u1 get1(unsigned const char* pSrc)
35 return *pSrc;
41 INLINE u2 get2BE(unsigned char const* pSrc)
43 return (pSrc[0] << 8) | pSrc[1];
49 INLINE u4 get4BE(unsigned char const* pSrc)
51 return (pSrc[0] << 24) | (pSrc[1] << 16) | (pSrc[2] << 8) | pSrc[3]
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ustr_wcs.c 78 const UChar *pSrc = src;
87 srcLength = u_strlen(pSrc);
90 pSrcLimit = pSrc + srcLength;
97 ucnv_fromUnicode(conv,&tempBuf,tempBufLimit,&pSrc,pSrcLimit,NULL,(UBool)(pSrc==pSrcLimit),pErrorCode);
299 const wchar_t* pSrc = src;
339 while(nulLen<srcLength && pSrc[nulLen++]!=0){
342 if((pSrc+nulLen) < pSrcLimit){
360 retVal = uprv_wcstombs(pCSrc,pSrc,remaining);
370 pSrc += nulLen; /* skip past the null *
    [all...]
ustrtrns.c 405 const uint8_t* pSrc = (const uint8_t*) src;
446 while(((ch = *pSrc) != 0) && (pDest < pDestLimit)) {
449 ++pSrc;
454 (t1 = (uint8_t)(pSrc[1] - 0x80)) <= 0x3f &&
455 (t2 = (uint8_t)(pSrc[2] - 0x80)) <= 0x3f
459 pSrc += 3;
465 (t1 = (uint8_t)(pSrc[1] - 0x80)) <= 0x3f
468 pSrc += 2;
474 ++pSrc; /* continue after the lead byte */
475 ch=utf8_nextCharSafeBodyTerminated(&pSrc, ch)
    [all...]
  /external/icu4c/common/
ustr_wcs.cpp 81 const UChar *pSrc = src;
90 srcLength = u_strlen(pSrc);
93 pSrcLimit = pSrc + srcLength;
100 ucnv_fromUnicode(conv,&tempBuf,tempBufLimit,&pSrc,pSrcLimit,NULL,(UBool)(pSrc==pSrcLimit),pErrorCode);
306 const wchar_t* pSrc = src;
346 while(nulLen<srcLength && pSrc[nulLen++]!=0){
349 if((pSrc+nulLen) < pSrcLimit){
367 retVal = uprv_wcstombs(pCSrc,pSrc,remaining);
377 pSrc += nulLen; /* skip past the null *
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
residual.cpp 32 uint8 *pDst, *pSrc;
43 pSrc = currInput->YCbCr[0] + offset1;
54 code = *((uint*)pSrc);
55 pSrc += 4;
63 code = *((uint*)pSrc);
64 pSrc += 2;
71 pSrc += offset;
78 pSrc = currInput->YCbCr[1] + ((offset1 + x_position) >> 2);
87 code = *((uint*)pSrc);
88 pSrc += 4
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_InterpolateLuma_s.s 20 ;// [in] pSrc Pointer to the source reference frame buffer
37 ;// pSrc or pDst is not NULL.
77 pSrc RN 0
148 STM pArgs, {pSrc,srcStep,pDst,dstStep}
182 SUB pSrc, pSrc, #2
192 SUB pSrc, pSrc, #2
201 SUB pSrc, pSrc, #
    [all...]
armVCM4P10_InterpolateLuma_HalfDiagHorVer4x4_unsafe_s.s 56 pSrc RN 0
113 LDR ValD, [pSrc, srcStep] ;// Load row 1 [d1 c1 b1 a1]
114 LDR ValA, [pSrc], #4 ;// Load row 0 [d0 c0 b0 a0]
115 LDR ValH, [pSrc, srcStep] ;// Load [h1 g1 f1 e1]
116 LDR ValE, [pSrc], #4 ;// Load [h0 g0 f0 e0]
117 LDRB Temp2, [pSrc, srcStep] ;// Load row 1 [l1 k1 j1 i1]
118 LDRB Temp1, [pSrc], #-8 ;// Load row 0 [l0 k0 j0 i0]
205 ADD pSrc, pSrc, srcStep, LSL #1
217 SUB pSrc, pDst, dstStep, LSL #
    [all...]
armVCM4P10_InterpolateLuma_HalfDiagVerHor4x4_unsafe_s.s 53 pSrc RN 0
129 M_STR pSrc, ppSrc
133 M_LDR ValC, [pSrc], srcStep ;// Load [c3 c2 c1 c0]
134 M_LDR ValD, [pSrc], srcStep ;// Load [d3 d2 d1 d0]
135 M_LDR ValE, [pSrc], srcStep ;// Load [e3 e2 e1 e0]
136 SUB pSrc, pSrc, srcStep, LSL #2
139 LDR ValB, [pSrc] ;// Load [b3 b2 b1 b0]
147 LDR ValD, [pSrc, srcStep, LSL #1] ;// Load [d3 d2 d1 d0]
153 LDR ValF, [pSrc, srcStep, LSL #2] ;// Load [f3 f2 f1 f0
    [all...]
armVCM4P10_InterpolateLuma_HalfVer4x4_unsafe_s.s 46 pSrc RN 0
104 M_LDR ValC, [pSrc], srcStep ;// Load [c3 c2 c1 c0]
105 M_LDR ValD, [pSrc], srcStep ;// Load [d3 d2 d1 d0]
106 M_LDR ValE, [pSrc], srcStep ;// Load [e3 e2 e1 e0]
107 SUB pSrc, pSrc, srcStep, LSL #2
108 LDR ValB, [pSrc] ;// Load [b3 b2 b1 b0]
119 LDR ValD, [pSrc, srcStep, LSL #1] ;// Load [d3 d2 d1 d0]
126 LDR ValF, [pSrc, srcStep, LSL #2] ;// Load [f3 f2 f1 f0]
127 M_LDR ValB, [pSrc], srcStep ;// Load [b3 b2 b1 b0]
    [all...]
armVCM4P10_Interpolate_Chroma_s.s 23 pSrc RN 0
116 ADD pSrc1, pSrc, iSrcStep
146 LDRB x00, [pSrc, #+0]
148 LDRB x01, [pSrc, #+1]
150 LDRB x02, [pSrc, #+2]!
173 RSB pSrc2, pSrc, pSrc1, LSL #1
216 SUB iSrcStep1, pSrc1, pSrc
221 ADD pSrc, pSrc, iSrcStepx2MinusWidth
235 LDRB pix00, [pSrc], #+
    [all...]
armVCM4P10_TransformResidual4x4_s.s 42 pSrc RN 1
148 LDMIA pSrc,{in00,in02,in10,in12,in20,in22,in30,in32}
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_InterpolateLuma_HalfVer4x4_unsafe_s.s 25 pSrc RN 0
73 VLD1 dSrc0, [pSrc], srcStep ;// [a0 a1 a2 a3 .. ]
74 ADD Temp, pSrc, srcStep, LSL #2
75 VLD1 dSrc1, [pSrc], srcStep ;// [b0 b1 b2 b3 .. ]
79 VLD1 dSrc2, [pSrc], srcStep ;// [c0 c1 c2 c3 .. ]
81 VLD1 dSrc3, [pSrc], srcStep
85 VLD1 dSrc4, [pSrc], srcStep
armVCM4P10_TransformResidual4x4_s.s 53 pSrc RN 1
110 VLD4 {dIn0,dIn1,dIn2,dIn3},[pSrc]
armVCM4P10_InterpolateLuma_HalfDiagHorVer4x4_unsafe_s.s 25 pSrc RN 0
97 VLD1 qSrc01, [pSrc], srcStep ;// [a0 a1 a2 a3 ..]
110 VLD1 qSrc01, [pSrc], srcStep ;// [a0 a1 a2 a3 ..]
124 VLD1 qSrc01, [pSrc], srcStep ;// [a0 a1 a2 a3 ..]
141 VLD1 qSrc01, [pSrc], srcStep ;// [a0 a1 a2 a3 ..]
158 VLD1 qSrc01, [pSrc], srcStep ;// [a0 a1 a2 a3 ..]
175 VLD1 qSrc01, [pSrc], srcStep ;// [a0 a1 a2 a3 ..]
192 VLD1 qSrc01, [pSrc], srcStep ;// [a0 a1 a2 a3 ..]
209 VLD1 qSrc01, [pSrc], srcStep ;// [a0 a1 a2 a3 ..]
226 VLD1 qSrc01, [pSrc], srcStep ;// [a0 a1 a2 a3 ..
    [all...]
armVCM4P10_InterpolateLuma_HalfHor4x4_unsafe_s.s 27 pSrc RN 0
89 VLD1 qSrcA01, [pSrc], srcStep ;// Load A register [a0 a1 a2 a3 ..]
93 ; VLD1 qSrcB01, [pSrc], srcStep ;// Load B register [a0 a1 a2 a3 ..]
101 VLD1 qSrcB01, [pSrc], srcStep ;// Load B register [a0 a1 a2 a3 ..]
102 ; VLD1 qSrcC01, [pSrc], srcStep ;// Load C register [a0 a1 a2 a3 ..]
119 VLD1 qSrcC01, [pSrc], srcStep ;// Load C register [a0 a1 a2 a3 ..]
120 ; VLD1 qSrcD01, [pSrc], srcStep ;// Load D register [a0 a1 a2 a3 ..]
138 VLD1 qSrcD01, [pSrc], srcStep ;// Load D register [a0 a1 a2 a3 ..]
  /frameworks/wilhelm/src/android/
android_StreamPlayer.cpp 205 char *pSrc = ((char*)oldFront->mDataBuffer) + oldFront->mDataSizeConsumed;
209 memcpy(bufferLoc, pSrc, buffSize);
234 memcpy(bufferLoc, pSrc, consumed);
MediaPlayer_to_android.cpp 308 const SLDataSource *pSrc = &mp->mDataSource.u.mSource;
312 const SLuint32 sourceLocatorType = *(SLuint32 *)pSrc->pLocator;
313 const SLuint32 sourceFormatType = *(SLuint32 *)pSrc->pFormat;
323 SLDataFormat_MIME *df_mime = (SLDataFormat_MIME *) pSrc->pFormat;
  /development/tools/etc1tool/
etc1tool.cpp 374 const etc1_byte* pSrc = pSourceImage;
378 int diff = *pSrc++ - *pDest;
  /external/chromium_org/third_party/sqlite/src/src/
backup.c 35 Btree *pSrc; /* Source b-tree file */
126 rc = sqlite3BtreeSetPageSize(p->pDest,sqlite3BtreeGetPageSize(p->pSrc),-1,0);
176 p->pSrc = findBtree(pDestDb, pSrcDb, zSrcDb);
183 if( 0==p->pSrc || 0==p->pDest || setDestPgsz(p)==SQLITE_NOMEM ){
194 p->pSrc->nBackup++;
218 const int nSrcPgsz = sqlite3BtreeGetPageSize(p->pSrc);
223 int nSrcReserve = sqlite3BtreeGetReserve(p->pSrc);
232 assert( iSrcPg!=PENDING_BYTE_PAGE(p->pSrc->pBt) );
316 assert( sqlite3BtreeHoldsMutex(p->pSrc) );
317 pp = sqlite3PagerBackupPtr(sqlite3BtreePager(p->pSrc));
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
bitstream_io.cpp 683 UChar *pSrc, *pDst, byte;
701 pSrc = bitstream1->bitstreamBuffer;
702 pDst = pSrc + movebyte;
704 M4VENC_MEMCPY(pDst, pSrc, bitstream1->byteCount + 1);
707 M4VENC_MEMCPY(pSrc, bitstream2->bitstreamBuffer, bitstream2->byteCount + 1);
710 pSrc = pDst;
718 *pDst++ = byte | (pSrc[0] >> bitused);
722 *pDst++ = ((pSrc[0] << leftover) | (pSrc[1] >> bitused));
723 pSrc++
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 69 ;// Load 8 bytes from $pSrc (aligned or unaligned locations)
72 ;// M_LOAD_X $pSrc, $srcStep, $out0, $out1, $scratch, $offset
75 ;// $pSrc 4 byte aligned source pointer to an address just less than
83 ;// $pSrc In case the macro accepts stride, it increments the pSrc by
92 M_LOAD_X $pSrc, $srcStep, $out0, $out1, $scratch, $offset
94 LDM $pSrc, {$out0, $out1}
95 ADD $pSrc, $pSrc, $srcStep
97 LDM $pSrc, {$out0, $out1, $scratch}
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_macroblock_layer.c 101 macroblockLayer_t *mbLayer, const u8 **pSrc, image_t *image);
102 static u32 ProcessChromaResidual(mbStorage_t *pMb, u8 *data, const u8 **pSrc );
104 u32 intraChromaPredMode, const u8 **pSrc, image_t *image);
974 const u8 *pSrc;
1048 pSrc = pMbLayer->residual.posCoefBuf;
1062 &pSrc, p, 0, p, 16, 16, *qpY, *totalCoeff);
1075 &pSrc,
1086 &pSrc,
1092 tmp = ProcessChromaResidual(pMb, data, &pSrc);
    [all...]
  /hardware/samsung_slsi/exynos5/libswconverter/
swconvertor.c 529 unsigned short int *pSrc = (unsigned short int *)rgb_src;
541 tmp = pSrc[j * width + i];
602 unsigned short int *pSrc = (unsigned short int *)rgb_src;
612 tmp = pSrc[j * width + i];
680 unsigned int *pSrc = (unsigned int *)rgb_src;
692 tmp = pSrc[j * width + i];
753 unsigned int *pSrc = (unsigned int *)rgb_src;
763 tmp = pSrc[j * width + i];
  /external/aac/libFDK/src/
fft.cpp 217 const FIXP_DBL *pSrc = pInput;
222 pDst[k+0] = pSrc[l];
223 pDst[k+1] = pSrc[l+1];
228 pDst[k+2] = pSrc[l];
229 pDst[k+3] = pSrc[l+1];
233 pDst[k+4] = pSrc[l];
234 pDst[k+5] = pSrc[l+1];
269 const FIXP_DBL *pSrc = aDst;
274 pDst[k+0] = pSrc[l+0];
275 pDst[k+1] = pSrc[l+1]
    [all...]

Completed in 1831 milliseconds

12 3 4