Home
last modified time | relevance | path

Searched refs:fmap (Results 1 – 2 of 2) sorted by relevance

/plan9/sys/src/cmd/bzip2/lib/
H A Dblocksort.c80 void fallbackSimpleSort ( UInt32* fmap, in fallbackSimpleSort() argument
92 tmp = fmap[i]; in fallbackSimpleSort()
94 for ( j = i+4; j <= hi && ec_tmp > eclass[fmap[j]]; j += 4 ) in fallbackSimpleSort()
95 fmap[j-4] = fmap[j]; in fallbackSimpleSort()
96 fmap[j-4] = tmp; in fallbackSimpleSort()
101 tmp = fmap[i]; in fallbackSimpleSort()
103 for ( j = i+1; j <= hi && ec_tmp > eclass[fmap[j]]; j++ ) in fallbackSimpleSort()
104 fmap[j-1] = fmap[j]; in fallbackSimpleSort()
105 fmap[j-1] = tmp; in fallbackSimpleSort()
120 fswap(fmap[yyp1], fmap[yyp2]); \
[all …]
/plan9/sys/src/cmd/proof/
H A Dfont.c11 int fmap[NFONT]; /* what map to use with this font */ variable
129 i = s * mag * charmap[fmap[n]].xheight/0.72; /* a pixel is 0.72 points */ in loadfont()
324 fmap[n] = fontmap[i].map; in fontlookup()
348 m = fmap[font]; in map()