HomeSort by relevance Sort by last modified time
    Searched defs:pSrc (Results 1 - 25 of 32) sorted by null

1 2

  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_decoder.c 43 uint8_t *pDest, *pSrc;
58 pSrc = src;
59 for (i = 0; i < maxGroup && *srcLen - (pSrc - src) >= 4; i++) {
60 SKIP_CRLF(pSrc);
61 if (pSrc - src >= *srcLen)
63 tpChar = get_alphabet_index(*pSrc); /* to first byte */
67 pSrc++;
68 SKIP_CRLF(pSrc);
69 tpChar = get_alphabet_index(*pSrc);
74 pSrc++
    [all...]
  /libcore/luni/src/main/java/javax/crypto/spec/
OAEPParameterSpec.java 34 private final PSource pSrc;
52 this.pSrc = PSource.PSpecified.DEFAULT;
68 * @param pSrc
72 * <code>pSrc</code> is null.
75 AlgorithmParameterSpec mgfSpec, PSource pSrc) {
76 if ((mdName == null) || (mgfName == null) || (pSrc == null)) {
82 this.pSrc = pSrc;
120 return pSrc;
  /system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
osClsfr.c 112 NWIF_CLSFR_ENTRY *pSrc, *pDest;
127 pSrc = (NWIF_CLSFR_ENTRY *)pQosClassifierBuffer;
132 pDest[clsfrIndex].ip = pSrc[clsfrIndex].ip;
133 pDest[clsfrIndex].port = pSrc[clsfrIndex].port;
134 pDest[clsfrIndex].pri = pSrc[clsfrIndex].pri;
  /frameworks/base/media/libeffects/lvm/lib/Bundle/src/
LVM_Buffers.c     [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
OAEPParameterSpecTest.java 48 * mgfSpec, PSource pSrc) method testing. Tests that NullPointerException
63 PSource pSrc = PSource.PSpecified.DEFAULT;
66 new OAEPParameterSpec(null, mgfName, mgfSpec, pSrc);
73 new OAEPParameterSpec(mdName, null, mgfSpec, pSrc);
82 + "null pSrc.");
119 PSource pSrc = PSource.PSpecified.DEFAULT;
122 mgfSpec, pSrc);
141 PSource pSrc = PSource.PSpecified.DEFAULT;
144 mgfSpec, pSrc);
163 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/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);
297 const wchar_t* pSrc = src;
337 while(nulLen<srcLength && pSrc[nulLen++]!=0){
340 if((pSrc+nulLen) < pSrcLimit){
358 retVal = uprv_wcstombs(pCSrc,pSrc,remaining);
368 pSrc += nulLen; /* skip past the null *
    [all...]
ustrtrns.c 404 const uint8_t* pSrc = (const uint8_t*) src;
444 while(((ch = *pSrc) != 0) && (pDest < pDestLimit)) {
447 ++pSrc;
452 (t1 = (uint8_t)(pSrc[1] - 0x80)) <= 0x3f &&
453 (t2 = (uint8_t)(pSrc[2] - 0x80)) <= 0x3f
457 pSrc += 3;
463 (t1 = (uint8_t)(pSrc[1] - 0x80)) <= 0x3f
466 pSrc += 2;
472 ++pSrc; /* continue after the lead byte */
473 ch=utf8_nextCharSafeBodyTerminated(&pSrc, ch)
    [all...]
utext.cpp     [all...]
  /external/icu4c/common/
ustr_wcs.c 85 const UChar *pSrc = src;
94 srcLength = u_strlen(pSrc);
97 pSrcLimit = pSrc + srcLength;
104 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...]
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...]
utext.cpp     [all...]
  /frameworks/base/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...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/
Clsfr.c 528 clsfr_tableEntry_t *pSrc;
559 pSrc = ConfigBufferPtr;
567 if ((pSrc[i].Dscp.CodePoint > CLASSIFIER_CODE_POINT_MAX) || (pSrc[i].DTag > CLASSIFIER_DTAG_MAX))
578 if (pClsfr->clsfrParameters.ClsfrTable[j].Dscp.CodePoint == pSrc[i].Dscp.CodePoint)
591 pClsfr->clsfrParameters.ClsfrTable[pClsfr->clsfrParameters.NumOfActiveEntries+i].Dscp.CodePoint = pSrc[i].Dscp.CodePoint;
592 pClsfr->clsfrParameters.ClsfrTable[pClsfr->clsfrParameters.NumOfActiveEntries+i].DTag = pSrc[i].DTag;
601 if ((pSrc[i].DTag > CLASSIFIER_DTAG_MAX) || (pSrc[i].Dscp.DstPortNum > CLASSIFIER_PORT_MAX-1) || (pSrc[i].Dscp.DstPortNum < CLASSIFIER_PORT_MIN)
    [all...]
  /development/tools/etc1tool/
etc1tool.cpp 374 const etc1_byte* pSrc = pSourceImage;
378 int diff = *pSrc++ - *pDest;
  /frameworks/base/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...]