Searched defs:pcache (Results 1 - 4 of 4) sorted by relevance

/external/srec/srec/clib/
H A Dswicms.c454 imeldata *pcache, *pframe; local
460 pcache = swicms->cached_sections[ i];
463 for (i = 0; i < MAX_CHAN_DIM; i++) *pcache++ = 0;
464 pcache -= MAX_CHAN_DIM;
467 for (i = 0; i < MAX_CHAN_DIM; i++) *pcache++ += *pframe++;
/external/quake/quake/src/QW/server/
H A Dpr_edict.c43 ddef_t *pcache; member in struct:__anon4394
246 def = gefvCache[i].pcache;
255 gefvCache[rep].pcache = def;
/external/quake/quake/src/WinQuake/
H A Dpr_edict.cpp57 ddef_t *pcache; member in struct:__anon4638
251 def = gefvCache[i].pcache;
260 gefvCache[rep].pcache = def;
/external/sqlite/dist/
H A Dsqlite3.c7658 /************** Include pcache.h in the middle of sqliteInt.h ****************/
7659 /************** Begin file pcache.h ******************************************/
7696 ** Elements above are public. All that follows is private to pcache.c
7804 /* Try to return memory used by the pcache module to the main memory heap */
7816 /************** End of pcache.h **********************************************/
9884 sqlite3_pcache_methods pcache; /* Low-level page-cache interface */ member in struct:Sqlite3Config
10762 {0,0,0,0,0,0,0,0,0,0,0}, /* pcache */
[all...]

Completed in 199 milliseconds