Searched refs:fmap (Results 1 – 5 of 5) sorted by relevance
10 host/lib/fmap.c | 1 +13 diff --git a/host/lib/fmap.c b/host/lib/fmap.c15 --- a/host/lib/fmap.c16 +++ b/host/lib/fmap.c23 #include "fmap.h"
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 …]
527 fmap = api(src_fname)539 for first, last in fmap.get_mapped_ranges(0, fmap.blocks_cnt):540 start = first * fmap.block_size541 end = (last + 1) * fmap.block_size549 fmap._f_image.seek(start, os.SEEK_SET)569 chunk = fmap._f_image.read(size)
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()
1026 bool umap, utable, fmap, ftable; in check_partition_desc() local1045 fmap = phd->freedSpaceBitmap.extLength; in check_partition_desc()1048 if (!utable && !umap && !ftable && !fmap) in check_partition_desc()1052 if (ftable || fmap) in check_partition_desc()