Searched defs:pp (Results 1 - 25 of 696) sorted by last modified time

1234567891011>>

/external/zopfli/src/zopfli/
H A Dlz77.c233 unsigned short hpos = pos & ZOPFLI_WINDOW_MASK, p, pp; local
278 pp = hhead[hval]; /* During the whole loop, p == hprev[pp]. */
279 p = hprev[pp];
281 assert(pp == hpos);
283 dist = p < pp ? pp - p : ((ZOPFLI_WINDOW_SIZE - p) + pp);
290 assert(p == hprev[pp]);
343 pp
[all...]
/external/webrtc/src/system_wrappers/interface/
H A Dscoped_refptr.h122 void swap(T** pp) { argument
124 ptr_ = *pp;
125 *pp = p;
/external/valgrind/main/perf/
H A Dbz2.c1783 Int32 ii, jj, kk, pp, lno, off; local
1789 pp = s->mtfbase[0];
1790 uc = s->mtfa[pp+nn];
1792 Int32 z = pp+nn;
1800 s->mtfa[(pp+nn)] = s->mtfa[(pp+nn)-1]; nn--;
1802 s->mtfa[pp] = uc;
1807 pp = s->mtfbase[lno] + off;
1808 uc = s->mtfa[pp];
1809 while (pp >
3348 Int32 pp, i, j, vec; local
[all...]
H A Dtest_input_for_tinycc.c1740 Int32 ii, jj, kk, pp, lno, off; local
1746 pp = s->mtfbase[0];
1747 uc = s->mtfa[pp+nn];
1749 Int32 z = pp+nn;
1757 s->mtfa[(pp+nn)] = s->mtfa[(pp+nn)-1]; nn--;
1759 s->mtfa[pp] = uc;
1764 pp = s->mtfbase[lno] + off;
1765 uc = s->mtfa[pp];
1766 while (pp >
2841 Int32 pp, i, j, vec; local
[all...]
H A Dtinycc.c5529 const char *name, const char **pp);
6764 void **pp;
6767 pp = *ptab;
6774 pp = tcc_realloc(pp, nb_alloc * sizeof(void *));
6775 if (!pp)
6777 *ptab = pp;
6779 pp[nb++] = data;
17823 syntax). return -1 if not found. Return in *pp in char after the argument
17826 const char *name, const char **pp)
6762 void **pp; local
[all...]
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c1768 Int32 ii, jj, kk, pp, lno, off; local
1774 pp = s->mtfbase[0];
1775 uc = s->mtfa[pp+nn];
1777 Int32 z = pp+nn;
1785 s->mtfa[(pp+nn)] = s->mtfa[(pp+nn)-1]; nn--;
1787 s->mtfa[pp] = uc;
1792 pp = s->mtfbase[lno] + off;
1793 uc = s->mtfa[pp];
1794 while (pp >
3333 Int32 pp, i, j, vec; local
[all...]
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c3245 HChar rr, ww, xx, pp, ch, tmp; local
3283 j = readchar(&procmap_buf[i], &pp);
3284 if (j == 1 && (pp == 'p' || pp == '-' || pp == 's'))
/external/valgrind/main/coregrind/
H A Dm_mallocfree.c1088 Block* pp; local
1095 pn = pp = p_best;
1103 pp = get_prev_b(pp);
1105 if (pp < p_best) p_best = pp;
H A Dm_redir.c349 HChar** pp = sec_names; local
350 while (*pp) { n_req++; pp++; }
355 pp = sec_names;
356 while (*pp) { arr[i++] = *pp; pp++; }
/external/valgrind/main/drd/tests/
H A Dannotate_smart_pointer.cpp300 smart_ptr<counter>* pp = reinterpret_cast<smart_ptr<counter>*>(arg); local
301 (*pp)->post_increment();
302 *pp = NULL;
303 delete pp;
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c1792 Int32 ii, jj, kk, pp, lno, off; local
1798 pp = s->mtfbase[0];
1799 uc = s->mtfa[pp+nn];
1801 Int32 z = pp+nn;
1809 s->mtfa[(pp+nn)] = s->mtfa[(pp+nn)-1]; nn--;
1811 s->mtfa[pp] = uc;
1816 pp = s->mtfbase[lno] + off;
1817 uc = s->mtfa[pp];
1818 while (pp >
3357 Int32 pp, i, j, vec; local
[all...]
/external/valgrind/main/helgrind/
H A Dlibhb_core.c4739 RCEC** pp = &contextTab[i]; local
4740 RCEC* p = *pp;
4743 *pp = p->next;
4745 p = *pp;
4749 pp = &p->next;
/external/valgrind/main/memcheck/
H A Dmc_translate.c6352 Pair* pp; local
6355 pp = VG_(indexXA)( pairs, i );
6356 if (pp->entry == entry && sameIRValue(pp->guard, guard))
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c1783 Int32 ii, jj, kk, pp, lno, off; local
1789 pp = s->mtfbase[0];
1790 uc = s->mtfa[pp+nn];
1792 Int32 z = pp+nn;
1800 s->mtfa[(pp+nn)] = s->mtfa[(pp+nn)-1]; nn--;
1802 s->mtfa[pp] = uc;
1807 pp = s->mtfbase[lno] + off;
1808 uc = s->mtfa[pp];
1809 while (pp >
3348 Int32 pp, i, j, vec; local
[all...]
H A Dvarinfo6.c1822 Int32 ii, jj, kk, pp, lno, off; local
1828 pp = s->mtfbase[0];
1829 uc = s->mtfa[pp+nn];
1831 Int32 z = pp+nn;
1839 s->mtfa[(pp+nn)] = s->mtfa[(pp+nn)-1]; nn--;
1841 s->mtfa[pp] = uc;
1846 pp = s->mtfbase[lno] + off;
1847 uc = s->mtfa[pp];
1848 while (pp >
3386 Int32 pp, i, j, vec; local
[all...]
/external/speex/libspeex/
H A Dltp.c396 int pp=pitch-1; local
400 if (j-pp<0)
401 e[j]=exc2[j-pp];
402 else if (j-pp-pitch<0)
403 e[j]=exc2[j-pp-pitch];
504 int pp=pitch+1-i; local
506 if (tmp1>pp)
507 tmp1=pp;
509 exc[j]=MAC16_16(exc[j],SHL16(gain[2-i],7),exc2[j-pp]);
511 if (tmp3>pp
737 int pp=pitch+1-i; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c859 int (*xFetch)(sqlite3_file*, sqlite3_int64 iOfst, int iAmt, void **pp);
15885 void volatile **pp /* OUT: Pointer to mapping */
15888 return id->pMethods->xShmMap(id, iPage, pgsz, bExtend, pp);
15893 SQLITE_PRIVATE int sqlite3OsFetch(sqlite3_file *id, i64 iOff, int iAmt, void **pp){ argument
15895 return id->pMethods->xFetch(id, iOff, iAmt, pp);
15902 SQLITE_PRIVATE int sqlite3OsFetch(sqlite3_file *id, i64 iOff, int iAmt, void **pp){ argument
15903 *pp = 0;
20005 static int mallocWithAlarm(int n, void **pp){ argument
20032 *pp = p;
25192 struct vxworksFileId **pp; local
28899 unixShm **pp; /* For looping over sibling connections */ local
29105 unixFetch(sqlite3_file *fd, i64 iOff, int nAmt, void **pp) argument
29770 UnixUnusedFd **pp; local
35429 winShmNode **pp; local
35595 winShm **pp; /* For looping over sibling connections */ local
36053 winFetch(sqlite3_file *fd, i64 iOff, int nAmt, void **pp) argument
39029 PgHdr1 **pp; local
39070 PgHdr1 **pp = &pCache->apHash[h]; local
39451 PgHdr1 **pp; local
49002 walIteratorInit(Wal *pWal, WalIterator **pp) argument
60390 sqlite3_backup **pp; local
60644 sqlite3_backup **pp; /* Ptr to head of pagers backup list */ local
64858 AuxData **pp = &pVdbe->pAuxData; local
75569 SorterRecord **pp = &pFinal; local
107667 Trigger **pp; local
125707 sqlite3 **pp; local
125722 sqlite3 **pp; local
125852 sqlite3 **pp; /* Iterator variable */ local
127276 fts3GetDeltaVarint(char **pp, sqlite3_int64 *pVal) argument
127291 fts3GetReverseVarint( char **pp, char *pStart, sqlite3_int64 *pVal ) argument
127745 fts3GobbleInt(const char **pp, int *pnOut) argument
128728 fts3PutDeltaVarint( char **pp, sqlite3_int64 *piPrev, sqlite3_int64 iVal ) argument
128752 fts3PoslistCopy(char **pp, char **ppPoslist) argument
128799 fts3ColumnlistCopy(char **pp, char **ppPoslist) argument
128844 fts3ReadNextPos( char **pp, sqlite3_int64 *pi ) argument
128865 fts3PutColNumber(char **pp, int iCol) argument
128883 fts3PoslistMerge( char **pp, char **pp1, char **pp2 ) argument
128973 fts3PoslistPhraseMerge( char **pp, int nToken, int isSaveLeft, int isExact, char **pp1, char **pp2 ) argument
129097 fts3PoslistNearMerge( char **pp, char *aTmp, int nRight, int nLeft, char **pp1, char **pp2 ) argument
129155 fts3GetDeltaVarint3( char **pp, char *pEnd, int bDescIdx, sqlite3_int64 *pVal ) argument
129189 fts3PutDeltaVarint3( char **pp, int bDescIdx, sqlite3_int64 *piPrev, int *pbFirst, sqlite3_int64 iVal ) argument
133972 fts3ExprBalance(Fts3Expr **pp, int nMaxDepth) argument
136320 fts3tokQueryTokenizer( Fts3Hash *pHash, const char *zName, const sqlite3_tokenizer_module **pp, char **pzErr ) argument
136986 fts3SqlStmt( Fts3Table *p, int eStmt, sqlite3_stmt **pp, sqlite3_value **apVal ) argument
137338 fts3PendingListAppendVarint( PendingList **pp, sqlite3_int64 i ) argument
137382 fts3PendingListAppend( PendingList **pp, sqlite3_int64 iDocid, sqlite3_int64 iCol, sqlite3_int64 iPos, int *pRc ) argument
142490 fts3GetDeltaPosition(char **pp, int *piPos) argument
145121 RtreeNode **pp; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c859 int (*xFetch)(sqlite3_file*, sqlite3_int64 iOfst, int iAmt, void **pp);
15885 void volatile **pp /* OUT: Pointer to mapping */
15888 return id->pMethods->xShmMap(id, iPage, pgsz, bExtend, pp);
15893 SQLITE_PRIVATE int sqlite3OsFetch(sqlite3_file *id, i64 iOff, int iAmt, void **pp){ argument
15895 return id->pMethods->xFetch(id, iOff, iAmt, pp);
15902 SQLITE_PRIVATE int sqlite3OsFetch(sqlite3_file *id, i64 iOff, int iAmt, void **pp){ argument
15903 *pp = 0;
20005 static int mallocWithAlarm(int n, void **pp){ argument
20032 *pp = p;
25210 struct vxworksFileId **pp; local
28919 unixShm **pp; /* For looping over sibling connections */ local
29125 unixFetch(sqlite3_file *fd, i64 iOff, int nAmt, void **pp) argument
29790 UnixUnusedFd **pp; local
35449 winShmNode **pp; local
35615 winShm **pp; /* For looping over sibling connections */ local
36073 winFetch(sqlite3_file *fd, i64 iOff, int nAmt, void **pp) argument
39049 PgHdr1 **pp; local
39090 PgHdr1 **pp = &pCache->apHash[h]; local
39471 PgHdr1 **pp; local
49022 walIteratorInit(Wal *pWal, WalIterator **pp) argument
60410 sqlite3_backup **pp; local
60664 sqlite3_backup **pp; /* Ptr to head of pagers backup list */ local
64878 AuxData **pp = &pVdbe->pAuxData; local
75589 SorterRecord **pp = &pFinal; local
107687 Trigger **pp; local
125727 sqlite3 **pp; local
125742 sqlite3 **pp; local
125872 sqlite3 **pp; /* Iterator variable */ local
127296 fts3GetDeltaVarint(char **pp, sqlite3_int64 *pVal) argument
127311 fts3GetReverseVarint( char **pp, char *pStart, sqlite3_int64 *pVal ) argument
127765 fts3GobbleInt(const char **pp, int *pnOut) argument
128748 fts3PutDeltaVarint( char **pp, sqlite3_int64 *piPrev, sqlite3_int64 iVal ) argument
128772 fts3PoslistCopy(char **pp, char **ppPoslist) argument
128819 fts3ColumnlistCopy(char **pp, char **ppPoslist) argument
128864 fts3ReadNextPos( char **pp, sqlite3_int64 *pi ) argument
128885 fts3PutColNumber(char **pp, int iCol) argument
128903 fts3PoslistMerge( char **pp, char **pp1, char **pp2 ) argument
128993 fts3PoslistPhraseMerge( char **pp, int nToken, int isSaveLeft, int isExact, char **pp1, char **pp2 ) argument
129117 fts3PoslistNearMerge( char **pp, char *aTmp, int nRight, int nLeft, char **pp1, char **pp2 ) argument
129175 fts3GetDeltaVarint3( char **pp, char *pEnd, int bDescIdx, sqlite3_int64 *pVal ) argument
129209 fts3PutDeltaVarint3( char **pp, int bDescIdx, sqlite3_int64 *piPrev, int *pbFirst, sqlite3_int64 iVal ) argument
134004 fts3ExprBalance(Fts3Expr **pp, int nMaxDepth) argument
136352 fts3tokQueryTokenizer( Fts3Hash *pHash, const char *zName, const sqlite3_tokenizer_module **pp, char **pzErr ) argument
137018 fts3SqlStmt( Fts3Table *p, int eStmt, sqlite3_stmt **pp, sqlite3_value **apVal ) argument
137370 fts3PendingListAppendVarint( PendingList **pp, sqlite3_int64 i ) argument
137414 fts3PendingListAppend( PendingList **pp, sqlite3_int64 iDocid, sqlite3_int64 iCol, sqlite3_int64 iPos, int *pRc ) argument
142522 fts3GetDeltaPosition(char **pp, int *piPos) argument
145153 RtreeNode **pp; local
[all...]
/external/srec/srec/Semproc/src/
H A DSemanticProcessorImpl.c253 sem_partial_path *pp,
312 pp->next = pp_branch;
313 pp->arc_for_pp = atok_use;
338 /* need to uncharge through epsilons, until pp->next==pp_branch */
339 // sem_partial_path* qq = pp->next;
340 sem_partial_path_free(heap, pp->next);
341 pp->arc_for_pp = NULL;
342 // for (qq = pp->next; qq != pp_branch; qq = qq->next) sem_partial_path_free(qq);
343 pp->next = NULL;
359 sem_partial_path *pp,
250 checkpath_forwardByWordID(SR_SemanticGraphImpl* semgraph, sem_partial_path* heap, arc_token* atoken_start, sem_partial_path *pp, const wordID* wordIDs) argument
356 checkpath_forward(SR_SemanticGraphImpl* semgraph, sem_partial_path* heap, arc_token* atoken_start, sem_partial_path *pp, const LCHAR* transcription) argument
733 LCHAR* p, *pp; local
[all...]
/external/skia/platform_tools/nacl/src/
H A Dnacl_debugger.cpp34 // Skia's subclass of pp::Instance, our interface with the browser.
35 class SkiaInstance : public pp::Instance {
38 : pp::Instance(instance)
53 virtual void HandleMessage(const pp::Var& var_message) {
142 fDeviceContext.PaintImageData(fImage, pp::Point(0, 0));
145 fDeviceContext.Flush(pp::CompletionCallback(&FlushCallback, this));
154 virtual void DidChangeView(const pp::Rect& position, const pp::Rect& clip) {
162 fDeviceContext = pp::Graphics2D(this, pp
216 namespace pp { namespace
[all...]
H A Dnacl_hello.cpp44 // Skia's subclass of pp::Instance, our interface with the browser.
45 class SkiaInstance : public pp::Instance {
48 : pp::Instance(instance)
62 virtual void HandleMessage(const pp::Var& var_message) {
74 fDeviceContext.PaintImageData(fImage, pp::Point(0, 0));
77 fDeviceContext.Flush(pp::CompletionCallback(&FlushCallback, this));
86 virtual void DidChangeView(const pp::Rect& position, const pp::Rect& clip) {
93 fDeviceContext = pp::Graphics2D(this, pp
146 namespace pp { namespace
[all...]
H A Dnacl_interface.cpp75 // Skia's subclass of pp::Instance, our interface with the browser.
76 class SkiaInstance : public pp::Instance {
78 explicit SkiaInstance(PP_Instance instance) : pp::Instance(instance) {
86 virtual void HandleMessage(const pp::Var& var_message) {
97 class SkiaModule : public pp::Module {
99 SkiaModule() : pp::Module() {}
102 virtual pp::Instance* CreateInstance(PP_Instance instance) {
107 namespace pp { namespace
111 } // namespace pp
H A Dnacl_sample.cpp27 class SkiaInstance : public pp::Instance {
29 explicit SkiaInstance(PP_Instance instance) : pp::Instance(instance),
46 virtual void HandleMessage(const pp::Var& var_message) {
56 virtual void DidChangeView(const pp::Rect& position,
57 const pp::Rect& clip) {
69 fPixelBuffer = new pp::ImageData(this,
126 void CreateContext(const pp::Size& size) {
129 fGraphics2dContext = new pp::Graphics2D(this, size, false);
147 fGraphics2dContext->PaintImageData(*fPixelBuffer, pp::Point());
151 fGraphics2dContext->Flush(pp
177 namespace pp { namespace
[all...]
/external/skia/src/core/
H A DSkXfermode.cpp1663 SkXfermodeProc pp = SkPlatformXfermodeProcFactory(mode); local
1664 if (pp != NULL) {
1665 rec.fProc = pp;
/external/smack/asmack-master/lib/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...

Completed in 4501 milliseconds

1234567891011>>