HomeSort by relevance Sort by last modified time
    Searched full:psrc (Results 101 - 125 of 171) sorted by null

1 2 3 45 6 7

  /external/qemu/distrib/sdl-1.2.15/src/audio/nds/
SDL_ndsaudio.c 102 // //register signed char *pSrc =buffer;
107 // // register short temp = (((short)*pSrc)-128)<<8;
108 // // pSrc++;
  /frameworks/base/core/jni/android/opengl/
util.cpp 127 const float* pSrc = pPositions + 3 * minIndex;
129 for (int i = 0; i < transformedIndexCount; i++, pSrc += 3, pDst += 4) {
130 mx4transform(pSrc[0], pSrc[1], pSrc[2], 1.0f, pWS, pDst);
254 const float* pSrc = positions.mData;
257 float x0 = *pSrc++;
259 float y0 = *pSrc++;
261 float z0 = *pSrc++;
266 float x = *pSrc++
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
delete.c 25 ** The following fields are initialized appropriate in pSrc:
27 ** pSrc->a[0].pTab Pointer to the Table object
28 ** pSrc->a[0].pIndex Pointer to the INDEXED BY index, if there is one
31 Table *sqlite3SrcListLookup(Parse *pParse, SrcList *pSrc){
32 struct SrcList_item *pItem = pSrc->a;
34 assert( pItem && pSrc->nSrc==1 );
133 SrcList *pSrc, /* the FROM clause -- which tables to scan */
144 SrcList *pSelectSrc = NULL; /* SELECT rowid FROM x ... (dup of pSrc) */
180 pSelectSrc = sqlite3SrcListDup(pParse->db, pSrc, 0);
alter.c 395 SrcList *pSrc, /* The table to rename. */
414 assert( pSrc->nSrc==1 );
417 pTab = sqlite3LocateTable(pParse, 0, pSrc->a[0].zName, pSrc->a[0].zDatabase);
584 sqlite3SrcListDelete(db, pSrc);
735 ** pSrc is the full-name of the table being altered.
747 void sqlite3AlterBeginAddColumn(Parse *pParse, SrcList *pSrc){
760 pTab = sqlite3LocateTable(pParse, 0, pSrc->a[0].zName, pSrc->a[0].zDatabase);
823 sqlite3SrcListDelete(db, pSrc);
    [all...]
where.c 844 SrcList *pSrc, /* the FROM clause */
    [all...]
build.c     [all...]
fkey.c 459 SrcList *pSrc, /* SrcList containing the table to scan */
534 pRight->iTable = pSrc->a[0].iCursor;
543 sNameContext.pSrcList = pSrc;
547 /* Create VDBE to loop through the entries in pSrc that match the WHERE
551 pWInfo = sqlite3WhereBegin(pParse, pSrc, pWhere, 0, 0);
777 SrcList *pSrc;
    [all...]
trigger.c 672 SrcList *pSrc; /* SrcList to be returned */
674 pSrc = sqlite3SrcListAppend(pParse->db, 0, &pStep->target, 0);
675 if( pSrc ){
676 assert( pSrc->nSrc>0 );
677 assert( pSrc->a!=0 );
682 pSrc->a[pSrc->nSrc-1].zDatabase = sqlite3DbStrDup(db, db->aDb[iDb].zName);
685 return pSrc;
    [all...]
resolve.c 407 ** from datasource iSrc in SrcList pSrc.
409 Expr *sqlite3CreateColumnExpr(sqlite3 *db, SrcList *pSrc, int iSrc, int iCol){
412 struct SrcList_item *pItem = &pSrc->a[iSrc];
681 nc.pSrcList = pSelect->pSrc;
    [all...]
  /dalvik/libdex/
ZipArchive.cpp 135 static u2 get2LE(unsigned char const* pSrc)
137 return pSrc[0] | (pSrc[1] << 8);
143 static u4 get4LE(unsigned char const* pSrc)
147 result = pSrc[0];
148 result |= pSrc[1] << 8;
149 result |= pSrc[2] << 16;
150 result |= pSrc[3] << 24;
  /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];
  /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...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
modexp512-x86_64.pl 151 #MACRO swizzle pDst, pSrc, tmp1, tmp2
152 # pDst and pSrc are modified
155 my ($pDst, $pSrc, $cnt, $d0)=@_;
159 mov ($pSrc), $d0
167 lea 8($pSrc), $pSrc
177 #MACRO unswizzle pDst, pSrc, tmp*3
180 my ($pDst, $pSrc, $cnt, $d0, $d1)=@_;
184 movzxw (+64*3+256*0)($pSrc), $d0
185 movzxw (+64*3+256*1)($pSrc), $d
    [all...]
  /external/openssl/crypto/bn/asm/
modexp512-x86_64.pl 151 #MACRO swizzle pDst, pSrc, tmp1, tmp2
152 # pDst and pSrc are modified
155 my ($pDst, $pSrc, $cnt, $d0)=@_;
159 mov ($pSrc), $d0
167 lea 8($pSrc), $pSrc
177 #MACRO unswizzle pDst, pSrc, tmp*3
180 my ($pDst, $pSrc, $cnt, $d0, $d1)=@_;
184 movzxw (+64*3+256*0)($pSrc), $d0
185 movzxw (+64*3+256*1)($pSrc), $d
    [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...]
  /external/libpcap/
Makefile.in 76 PSRC = pcap-@V_PCAP@.c
84 SRC = $(PSRC) $(FSRC) $(CSRC) $(SSRC) $(GENSRC)
88 OBJ = $(PSRC:.c=.o) $(FSRC:.c=.o) $(CSRC:.c=.o) $(SSRC:.c=.o) $(GENSRC:.c=.o) $(LIBOBJS)
  /art/jdwpspy/
Net.cpp 525 static bool handlePacket(Peer* pDst, Peer* pSrc)
527 const unsigned char* buf = pSrc->inputBuffer;
535 assert((int) length <= pSrc->inputCount);
537 dumpPacket(buf, pSrc->label, pDst->label);
545 cc, pSrc->label[0], pDst->label[0]);*/
547 consumeBytes(pSrc, length);
  /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;
  /external/llvm/lib/Target/Hexagon/
HexagonPeephole.cpp 293 unsigned PSrc = MI->getOperand(PR).getReg();
294 if (unsigned POrig = PeepholeMap.lookup(PSrc)) {
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_TransformResidual4x4_s.s 42 pSrc RN 1
148 LDMIA pSrc,{in00,in02,in10,in12,in20,in22,in30,in32}
  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Buffers.c     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c 26 void armVCM4P2_Clip8(OMX_S16 *pSrc, OMX_U8 *pDst, OMX_INT dstStep );
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c 109 int COLORCONVERT_PlatformOpaqueToNV12(void *hCC, void *pSrc[],
877 void *pSrc[COLORCONVERT_MAX_SUB_BUFFERS],
887 nErr = module->Blit(module, pSrc[0], pDst, HAL_PIXEL_FORMAT_TI_NV12);
891 nErr = module->Blit2(module, pSrc[0], pDst[0], nWidth, nHeight, 0, 0);
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c 108 int COLORCONVERT_PlatformOpaqueToNV12(void *hCC, void *pSrc[],
864 void *pSrc[COLORCONVERT_MAX_SUB_BUFFERS],
874 nErr = module->Blit(module, pSrc[0], pDst, HAL_PIXEL_FORMAT_TI_NV12);
879 nErr = module->Blit2(module, pSrc[0], pDst[0], nWidth, nHeight, 0, 0);

Completed in 522 milliseconds

1 2 3 45 6 7