Home
last modified time | relevance | path

Searched refs:aMap (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
Dpixeltransfer.c89 const GLfloat *aMap = ctx->PixelMaps.AtoA.Map; in _mesa_map_rgba() local
99 rgba[i][ACOMP] = aMap[F_TO_I(a * ascale)]; in _mesa_map_rgba()
117 const GLfloat *aMap = ctx->PixelMaps.ItoA.Map; in _mesa_map_ci_to_rgba() local
123 rgba[i][ACOMP] = aMap[index[i] & amask]; in _mesa_map_ci_to_rgba()
/external/sqlite/dist/
Dsqlite3.c30609 } aMap[] = {
30630 for(i=0; aMap[i].zFilesystem; i++){
30631 if( strcmp(fsInfo.f_fstypename, aMap[i].zFilesystem)==0 ){
30632 return aMap[i].pMethods;
78276 u8 *aMap; /* Pointer to mapping of entire file */
78388 if( pReadr->aMap ) sqlite3OsUnfetch(pReadr->pFd, 0, pReadr->aMap);
78410 if( p->aMap ){
78411 *ppOut = &p->aMap[p->iReadOff];
78499 if( p->aMap ){
78500 p->iReadOff += sqlite3GetVarint(&p->aMap[p->iReadOff], pnOut);
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c30591 } aMap[] = {
30612 for(i=0; aMap[i].zFilesystem; i++){
30613 if( strcmp(fsInfo.f_fstypename, aMap[i].zFilesystem)==0 ){
30614 return aMap[i].pMethods;
78258 u8 *aMap; /* Pointer to mapping of entire file */
78370 if( pReadr->aMap ) sqlite3OsUnfetch(pReadr->pFd, 0, pReadr->aMap);
78392 if( p->aMap ){
78393 *ppOut = &p->aMap[p->iReadOff];
78481 if( p->aMap ){
78482 p->iReadOff += sqlite3GetVarint(&p->aMap[p->iReadOff], pnOut);
[all …]