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.c31787 } aMap[] = {
31808 for(i=0; aMap[i].zFilesystem; i++){
31809 if( strcmp(fsInfo.f_fstypename, aMap[i].zFilesystem)==0 ){
31810 return aMap[i].pMethods;
80456 u8 *aMap; /* Pointer to mapping of entire file */
80568 if( pReadr->aMap ) sqlite3OsUnfetch(pReadr->pFd, 0, pReadr->aMap);
80590 if( p->aMap ){
80591 *ppOut = &p->aMap[p->iReadOff];
80679 if( p->aMap ){
80680 p->iReadOff += sqlite3GetVarint(&p->aMap[p->iReadOff], pnOut);
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c31769 } aMap[] = {
31790 for(i=0; aMap[i].zFilesystem; i++){
31791 if( strcmp(fsInfo.f_fstypename, aMap[i].zFilesystem)==0 ){
31792 return aMap[i].pMethods;
80438 u8 *aMap; /* Pointer to mapping of entire file */
80550 if( pReadr->aMap ) sqlite3OsUnfetch(pReadr->pFd, 0, pReadr->aMap);
80572 if( p->aMap ){
80573 *ppOut = &p->aMap[p->iReadOff];
80661 if( p->aMap ){
80662 p->iReadOff += sqlite3GetVarint(&p->aMap[p->iReadOff], pnOut);
[all …]