Searched refs:fmap (Results 1 – 2 of 2) sorted by relevance
72 void fallbackSimpleSort ( UInt32* fmap, in fallbackSimpleSort() argument84 tmp = fmap[i]; in fallbackSimpleSort()86 for ( j = i+4; j <= hi && ec_tmp > eclass[fmap[j]]; j += 4 ) in fallbackSimpleSort()87 fmap[j-4] = fmap[j]; in fallbackSimpleSort()88 fmap[j-4] = tmp; in fallbackSimpleSort()93 tmp = fmap[i]; in fallbackSimpleSort()95 for ( j = i+1; j <= hi && ec_tmp > eclass[fmap[j]]; j++ ) in fallbackSimpleSort()96 fmap[j-1] = fmap[j]; in fallbackSimpleSort()97 fmap[j-1] = tmp; in fallbackSimpleSort()112 fswap(fmap[yyp1], fmap[yyp2]); \[all …]
260 FILE *fmap; in read_map_file() local263 fmap = fopen(fname, "r"); in read_map_file()264 if (!fmap) { in read_map_file()268 if (fmap) { in read_map_file()269 err = read_system_map(fmap); in read_map_file()270 fclose(fmap); in read_map_file()