Searched refs:fmap (Results 1 – 13 of 13) sorted by relevance
/openbmc/u-boot/lib/bzip2/ |
H A D | bzlib_blocksort.c | 72 void fallbackSimpleSort ( UInt32* fmap, in fallbackSimpleSort() argument 84 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 …]
|
/openbmc/openbmc/poky/scripts/lib/wic/ |
H A D | filemap.py | 534 fmap = api(src_fname) 546 for first, last in fmap.get_mapped_ranges(0, fmap.blocks_cnt): 547 start = first * fmap.block_size 548 end = (last + 1) * fmap.block_size 556 fmap._f_image.seek(start, os.SEEK_SET) 576 chunk = fmap._f_image.read(size)
|
/openbmc/u-boot/tools/ |
H A D | proftool.c | 259 FILE *fmap; in read_map_file() local 262 fmap = fopen(fname, "r"); in read_map_file() 263 if (!fmap) { in read_map_file() 267 if (fmap) { in read_map_file() 268 err = read_system_map(fmap); in read_map_file() 269 fclose(fmap); in read_map_file()
|
/openbmc/u-boot/tools/binman/test/ |
H A D | 094_fmap_x86.dts | 16 fmap {
|
H A D | 095_fmap_x86_section.dts | 17 fmap {
|
H A D | 067_fmap.dts | 26 fmap {
|
/openbmc/linux/drivers/input/ |
H A D | Makefile | 15 obj-$(CONFIG_INPUT_VIVALDIFMAP) += vivaldi-fmap.o
|
/openbmc/linux/drivers/platform/chrome/ |
H A D | chromeos_acpi.c | 198 DEV_ATTR(fmap, FMAP)
|
/openbmc/linux/fs/udf/ |
H A D | super.c | 1032 bool umap, utable, fmap, ftable; in check_partition_desc() local 1051 fmap = phd->freedSpaceBitmap.extLength; in check_partition_desc() 1054 if (!utable && !umap && !ftable && !fmap) in check_partition_desc() 1058 if (ftable || fmap) in check_partition_desc()
|
/openbmc/u-boot/tools/binman/ |
H A D | README.entries | 105 Entry: fmap: An entry which contains an Fmap section 116 The format is defined by the flashrom project, in the file lib/fmap.h -
|
/openbmc/linux/ |
H A D | opengrok2.0.log | [all...] |
H A D | opengrok1.0.log | [all...] |
H A D | opengrok0.0.log | [all...] |