Searched refs:fmap (Results 1 – 8 of 8) 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/sdbusplus/test/message/ |
| H A D | flat_map_test.cpp | 48 std::flat_map<std::string, int> fmap{{"key1", 100}, {"key2", 200}}; in TEST_F() local
|
| /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 -
|