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

1 2

  /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...]
  /development/tools/jdwpspy/
Common.h 33 INLINE u1 get1(unsigned const char* pSrc)
35 return *pSrc;
41 INLINE u2 get2BE(unsigned char const* pSrc)
45 result = *pSrc++ << 8;
46 result |= *pSrc++;
54 INLINE u4 get4BE(unsigned char const* pSrc)
58 result = *pSrc++ << 24;
59 result |= *pSrc++ << 16;
60 result |= *pSrc++ << 8;
61 result |= *pSrc++
    [all...]
Net.c 524 static bool handlePacket(Peer* pDst, Peer* pSrc)
526 const unsigned char* buf = pSrc->inputBuffer;
534 assert((int) length <= pSrc->inputCount);
536 dumpPacket(buf, pSrc->label, pDst->label);
544 cc, pSrc->label[0], pDst->label[0]);*/
546 consumeBytes(pSrc, length);
  /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;
  /bootable/recovery/minzip/
Bits.h 17 INLINE unsigned char get1(unsigned const char* pSrc)
19 return *pSrc;
25 INLINE unsigned short get2BE(unsigned char const* pSrc)
29 result = *pSrc++ << 8;
30 result |= *pSrc++;
38 INLINE unsigned int get4BE(unsigned char const* pSrc)
42 result = *pSrc++ << 24;
43 result |= *pSrc++ << 16;
44 result |= *pSrc++ << 8;
45 result |= *pSrc++
    [all...]
  /external/icu4c/common/
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...]
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...]
  /external/chromium/third_party/icu/source/common/
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...]
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...]
  /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;
  /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...]
  /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/utils/
utils.h 141 #define COPY_UNALIGNED_WORD(pDest, pSrc) {((UINT8 *)(pDest))[0] = ((UINT8 *)(pSrc))[0];\
142 ((UINT8 *)(pDest))[1] = ((UINT8 *)(pSrc))[1];}
144 #define COPY_UNALIGNED_LONG(pDest, pSrc) {((UINT8 *)(pDest))[0] = ((UINT8 *)(pSrc))[0];\
145 ((UINT8 *)(pDest))[1] = ((UINT8 *)(pSrc))[1];\
146 ((UINT8 *)(pDest))[2] = ((UINT8 *)(pSrc))[2];\
147 ((UINT8 *)(pDest))[3] = ((UINT8 *)(pSrc))[3];}
  /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...]
  /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...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_chorus.c 42 static void ChorusProcess (EAS_VOID_PTR pInstData, EAS_PCM *pSrc, EAS_PCM *pDst, EAS_I32 numSamples);
252 static void ChorusProcess (EAS_VOID_PTR pInstData, EAS_PCM *pSrc, EAS_PCM *pDst, EAS_I32 numSamples)
275 if (pSrc != pDst)
276 EAS_HWMemCpy(pSrc, pDst, numSamples * NUM_OUTPUT_CHANNELS * (EAS_I32) sizeof(EAS_PCM));
288 pIn = pSrc + nChannelNumber;
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_chorus.c 42 static void ChorusProcess (EAS_VOID_PTR pInstData, EAS_PCM *pSrc, EAS_PCM *pDst, EAS_I32 numSamples);
252 static void ChorusProcess (EAS_VOID_PTR pInstData, EAS_PCM *pSrc, EAS_PCM *pDst, EAS_I32 numSamples)
275 if (pSrc != pDst)
276 EAS_HWMemCpy(pSrc, pDst, numSamples * NUM_OUTPUT_CHANNELS * (EAS_I32) sizeof(EAS_PCM));
288 pIn = pSrc + nChannelNumber;
  /external/sonivox/arm-wt-22k/lib_src/
eas_chorus.c 42 static void ChorusProcess (EAS_VOID_PTR pInstData, EAS_PCM *pSrc, EAS_PCM *pDst, EAS_I32 numSamples);
252 static void ChorusProcess (EAS_VOID_PTR pInstData, EAS_PCM *pSrc, EAS_PCM *pDst, EAS_I32 numSamples)
275 if (pSrc != pDst)
276 EAS_HWMemCpy(pSrc, pDst, numSamples * NUM_OUTPUT_CHANNELS * (EAS_I32) sizeof(EAS_PCM));
288 pIn = pSrc + nChannelNumber;
  /dalvik/libdex/
ZipArchive.c 121 static u2 get2LE(unsigned char const* pSrc)
123 return pSrc[0] | (pSrc[1] << 8);
129 static u4 get4LE(unsigned char const* pSrc)
133 result = pSrc[0];
134 result |= pSrc[1] << 8;
135 result |= pSrc[2] << 16;
136 result |= pSrc[3] << 24;
  /frameworks/base/core/jni/android/opengl/
util.cpp 129 const float* pSrc = pPositions + 3 * minIndex;
131 for (int i = 0; i < transformedIndexCount; i++, pSrc += 3, pDst += 4) {
132 mx4transform(pSrc[0], pSrc[1], pSrc[2], 1.0f, pWS, pDst);
252 const float* pSrc = positions.mData;
255 float x0 = *pSrc++;
257 float y0 = *pSrc++;
259 float z0 = *pSrc++;
264 float x = *pSrc++
    [all...]
  /frameworks/base/media/libeffects/lvm/lib/Bundle/src/
LVM_Buffers.c     [all...]
  /device/samsung/crespo/libcamera/
SecCameraHWInterface.cpp     [all...]
  /dalvik/dexdump/
DexDump.c 84 static inline u2 get2LE(unsigned char const* pSrc)
86 return pSrc[0] | (pSrc[1] << 8);
92 static inline u4 get4LE(unsigned char const* pSrc)
94 return pSrc[0] | (pSrc[1] << 8) | (pSrc[2] << 16) | (pSrc[3] << 24);
    [all...]
  /external/quake/quake/src/WinQuake/
gl_draw.cpp     [all...]

Completed in 511 milliseconds

1 2