Home
last modified time | relevance | path

Searched refs:colnext (Results 1 – 7 of 7) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dcolmatch.cpp11 static int32_t colnext[256]; variable
49 if (colhere[j>>3]&pow2char(j&7)) colnext[i] = colhead[j]; else colnext[i] = -1; in paletteInitClosestColorMap()
174 while ((i = colnext[i]) >= 0); in paletteGetClosestColorWithBlacklistNoCache()
/dports/games/jfsw/jfsw-c434002/jfbuild/tools/
H A Dtranspal.c23 static int colnext[256]; variable
50 for(i=colhead[i];i>=0;i=colnext[i]) in getclosestcol()
136 if (colhere[j>>3]&(1<<(j&7))) colnext[i] = colhead[j]; else colnext[i] = -1; in initfastcolorlookup()
/dports/science/minc2/minc-release-2.2.00/progs/mincresample/
H A Dresample_volumes.c592 long slcnext, rownext, colnext; in trilinear_interpolant() local
621 colnext = colind+1; in trilinear_interpolant()
634 colnext = 0; in trilinear_interpolant()
639 VOLUME_VALUE(volume, slcind , rowind , colnext, v001); in trilinear_interpolant()
641 VOLUME_VALUE(volume, slcind , rownext, colnext, v011); in trilinear_interpolant()
643 VOLUME_VALUE(volume, slcnext, rowind , colnext, v101); in trilinear_interpolant()
645 VOLUME_VALUE(volume, slcnext, rownext, colnext, v111); in trilinear_interpolant()
/dports/www/wikicalc/wikicalc/
H A DWKCSheet.pm1907 my $colnext = number_to_col($col + $coloffset);
1908 $colattribs->{$colnext} = {'coord' => $colnext};
1911 $colattribs->{$colnext}->{$attribtype} = $colattribs->{$colthis}->{$attribtype};
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginerr/
H A DENGINE.C195 static long colnext[256]; variable
7028 if (colhere[j>>3]&pow2char[j&7]) colnext[i] = colhead[j]; else colnext[i] = -1; in initfastcolorlookup()
7071 i = colnext[i]; in getclosestcol()
/dports/games/NBlood/NBlood-a1689a4/extras/rrsrc/enginera/
H A DENGINE.C194 static long colnext[256]; variable
7068 if (colhere[j>>3]&pow2char[j&7]) colnext[i] = colhead[j]; else colnext[i] = -1; in initfastcolorlookup()
7111 i = colnext[i]; in getclosestcol()
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dengine.c501 static int colnext[256]; variable
4951 if (colhere[j>>3]&pow2char[j&7]) colnext[i] = colhead[j]; else colnext[i] = -1; in initfastcolorlookup()
5062 i = colnext[i]; in getclosestcol()