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

1 2

  /external/chromium_org/third_party/icu/source/common/
ustrtrns.cpp 50 UChar *pDest;
70 pDest = dest;
80 if(pDest < destLimit) {
81 *pDest++ = (UChar)ch;
101 if(pDest < destLimit) {
102 *pDest++ = (UChar)ch;
108 if(pDest!=NULL && ((pDest + 2) <= destLimit)) {
109 *pDest++ = U16_LEAD(ch);
110 *pDest++ = U16_TRAIL(ch)
    [all...]
utext.cpp     [all...]
  /external/icu/icu4c/source/common/
ustrtrns.cpp 50 UChar *pDest;
70 pDest = dest;
80 if(pDest < destLimit) {
81 *pDest++ = (UChar)ch;
101 if(pDest < destLimit) {
102 *pDest++ = (UChar)ch;
108 if(pDest!=NULL && ((pDest + 2) <= destLimit)) {
109 *pDest++ = U16_LEAD(ch);
110 *pDest++ = U16_TRAIL(ch)
    [all...]
utext.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_tile.c 613 uint *pDest = z;
632 memcpy(pDest, ptrc, 4 * w);
633 pDest += dstStride;
646 pDest[j] = (ptrc[j] << 8) | ((ptrc[j] >> 16) & 0xff);
648 pDest += dstStride;
661 pDest[j] = (ptrc[j] & 0xffffff00) | ((ptrc[j] >> 24) & 0xff);
663 pDest += dstStride;
675 pDest[j] = (ptrc[j] << 16) | ptrc[j];
677 pDest += dstStride;
689 pDest[j] = 0
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_tile.c 613 uint *pDest = z;
632 memcpy(pDest, ptrc, 4 * w);
633 pDest += dstStride;
646 pDest[j] = (ptrc[j] << 8) | ((ptrc[j] >> 16) & 0xff);
648 pDest += dstStride;
661 pDest[j] = (ptrc[j] & 0xffffff00) | ((ptrc[j] >> 24) & 0xff);
663 pDest += dstStride;
675 pDest[j] = (ptrc[j] << 16) | ptrc[j];
677 pDest += dstStride;
689 pDest[j] = 0
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
backup.c 29 Btree *pDest; /* Destination b-tree file */
31 int bDestLocked; /* True once a write-transaction is open on pDest */
126 rc = sqlite3BtreeSetPageSize(p->pDest,sqlite3BtreeGetPageSize(p->pSrc),-1,0);
177 p->pDest = findBtree(pDestDb, pDestDb, zDestDb);
183 if( 0==p->pSrc || 0==p->pDest || setDestPgsz(p)==SQLITE_NOMEM ){
217 Pager * const pDestPager = sqlite3BtreePager(p->pDest);
219 int nDestPgsz = sqlite3BtreeGetPageSize(p->pDest);
224 int nDestReserve = sqlite3BtreeGetReserve(p->pDest);
269 if( iDest==PENDING_BYTE_PAGE(p->pDest->pBt) ) continue;
341 Pager * const pDestPager = sqlite3BtreePager(p->pDest); /* Dest pager *
    [all...]
insert.c 325 Table *pDest, /* The table we are inserting into */
328 int iDbDest /* The database of pDest */
    [all...]
select.c 37 void sqlite3SelectDestInit(SelectDest *pDest, int eDest, int iParm){
38 pDest->eDest = (u8)eDest;
39 pDest->iParm = iParm;
40 pDest->affinity = 0;
41 pDest->iMem = 0;
42 pDest->nMem = 0;
503 SelectDest *pDest, /* Destination of SELECT results */
506 int eDest = pDest->eDest;
534 SelectDest *pDest, /* How to dispose of the results */
542 int eDest = pDest->eDest; /* How to dispose of results *
    [all...]
vdbe.c     [all...]
tclsqlite.c     [all...]
  /external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
oi_string.h 111 * Copies the Null terminated string from pStr to pDest, and
112 * returns pDest.
115 OI_CHAR* OI_Strcpy(OI_CHAR *pDest,
121 * Concatonates the pStr string to the end of pDest, and
122 * returns pDest.
125 OI_CHAR* OI_Strcat(OI_CHAR *pDest,
  /external/chromium_org/third_party/icu/source/test/perf/normperf/
normperf.h 105 UChar* pDest;
120 retVal = (*fn)(lines[i].name,lines[i].len,pDest,destLen, options, status);
124 retVal = (*fn)(lines[i].name,-1,pDest,destLen, options, status);
129 retVal = (*fn)(src,srcLen,pDest,destLen, options, status);
131 retVal = (*fn)(src,-1,pDest,destLen, options, status);
152 pDest = dest;
163 pDest = (UChar*) malloc(destLen * U_SIZEOF_UCHAR);
169 if(dest != pDest){
170 free(pDest);
  /external/icu/icu4c/source/test/perf/normperf/
normperf.h 105 UChar* pDest;
120 retVal = (*fn)(lines[i].name,lines[i].len,pDest,destLen, options, status);
124 retVal = (*fn)(lines[i].name,-1,pDest,destLen, options, status);
129 retVal = (*fn)(src,srcLen,pDest,destLen, options, status);
131 retVal = (*fn)(src,-1,pDest,destLen, options, status);
152 pDest = dest;
163 pDest = (UChar*) malloc(destLen * U_SIZEOF_UCHAR);
169 if(dest != pDest){
170 free(pDest);
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
VectorMath.cpp 217 __m128* pDest;
233 pDest = reinterpret_cast<__m128*>(destP);
234 *pDest = _mm_mul_ps(*pSource, mScale);
296 __m128* pDest;
307 pDest = reinterpret_cast<__m128*>(destP);
308 *pDest = _mm_add_ps(*pSource1, *pSource2);
331 pDest = reinterpret_cast<__m128*>(destP);
332 *pDest = _mm_add_ps(*pSource1, source2);
  /external/lzma/CPP/Windows/
PropVariant.h 46 HRESULT Detach(PROPVARIANT *pDest);
PropVariant.cpp 185 HRESULT CPropVariant::Detach(PROPVARIANT *pDest)
187 HRESULT hr = MyPropVariantClear(pDest);
190 memcpy(pDest, this, sizeof(PROPVARIANT));
  /external/libnfc-nxp/src/
phFriNfc_Llcp.c 98 phNfc_sData_t * pDest = NULL;
105 pDest = phOsalNfc_GetMemory(sizeof(phNfc_sData_t));
106 if (pDest == NULL)
111 pDest->buffer = phOsalNfc_GetMemory(pOrig->length);
112 if (pDest->buffer == NULL)
117 memcpy(pDest->buffer, pOrig->buffer, pOrig->length);
118 pDest->length = pOrig->length;
120 return pDest;
123 if (pDest != NULL)
125 if (pDest->buffer != NULL
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
custrtrn.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
custrtrn.c     [all...]
  /development/tools/etc1tool/
etc1tool.cpp 375 etc1_byte* pDest = pDiffImage;
378 int diff = *pSrc++ - *pDest;
386 *pDest++ = (png_byte) diff;
  /external/chromium_org/third_party/icu/source/tools/genrb/
wrtxml.cpp 223 static char* convertAndEscape(char** pDest, int32_t destCap, int32_t* destLength,
231 if(status==NULL || U_FAILURE(*status) || pDest==NULL || srcLen==0 || src == NULL){
234 dest =*pDest;
    [all...]
  /external/icu/icu4c/source/tools/genrb/
wrtxml.cpp 233 static char* convertAndEscape(char** pDest, int32_t destCap, int32_t* destLength,
241 if(status==NULL || U_FAILURE(*status) || pDest==NULL || srcLen==0 || src == NULL){
244 dest =*pDest;
    [all...]
  /external/aac/libAACdec/src/
aacdec_hcr.cpp 754 UCHAR *pDest;
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]

Completed in 490 milliseconds

1 2