Home
last modified time | relevance | path

Searched defs:fmap (Results 1 – 25 of 53) sorted by relevance

123

/aosp_15_r20/external/coreboot/util/cbfstool/flashmap/
H A Dfmap.c31 int fmap_size(const struct fmap *fmap) in fmap_size()
40 static int is_valid_fmap(const struct fmap *fmap) in is_valid_fmap()
160 int fmap_print(const struct fmap *fmap) in fmap_print()
256 struct fmap *fmap; in fmap_create() local
274 void fmap_destroy(struct fmap *fmap) { in fmap_destroy()
279 int fmap_append_area(struct fmap **fmap, in fmap_append_area()
311 const struct fmap_area *fmap_find_area(const struct fmap *fmap, in fmap_find_area()
337 struct fmap *fmap; in fmap_create_test() local
389 static int fmap_print_test(struct fmap *fmap) in fmap_print_test()
409 static int fmap_append_area_test(struct fmap **fmap) in fmap_append_area_test()
[all …]
H A Dfmap.h30 struct fmap { struct
38 fmap_areas[] below */ argument
39 struct fmap_area areas[]; argument
/aosp_15_r20/external/flashrom/include/
H A Dfmap.h55 struct fmap { struct
64 struct fmap_area areas[]; argument
67 int fmap_read_from_buffer(struct fmap **fmap_out, const uint8_t *buf, size_t len); argument
/aosp_15_r20/external/coreboot/src/commonlib/bsd/include/commonlib/bsd/
H A Dfmap_serialized.h29 struct fmap { struct
37 fmap_areas[] below */ argument
38 struct fmap_area areas[]; argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/
Dflat_map_test.cpp148 flat_map<int, int> fmap(ordered_unique_range, int_map.begin(), int_map.end()); in flat_tree_ordered_insertion_test() local
203 auto fmap = flat_map(int_map.begin(), int_map.end()); in constructor_template_auto_deduction_test() local
212 auto fmap = flat_map(int_map.begin(), int_map.end(), comp_int_t()); in constructor_template_auto_deduction_test() local
221 auto fmap = flat_map(int_map.begin(), int_map.end(), comp_int_t(), alloc_pair_int_t()); in constructor_template_auto_deduction_test() local
230 auto fmap = flat_map(int_map.begin(), int_map.end(), alloc_pair_int_t()); in constructor_template_auto_deduction_test() local
242 auto fmap = flat_map(ordered_unique_range, int_map.begin(), int_map.end()); in constructor_template_auto_deduction_test() local
251 auto fmap = flat_map(ordered_unique_range, int_map.begin(), int_map.end(), comp_int_t()); in constructor_template_auto_deduction_test() local
260 …auto fmap = flat_map(ordered_unique_range, int_map.begin(), int_map.end(), comp_int_t(), alloc_pai… in constructor_template_auto_deduction_test() local
269 … auto fmap = flat_map(ordered_unique_range, int_map.begin(), int_map.end(),alloc_pair_int_t()); in constructor_template_auto_deduction_test() local
303 flat_map<int, int> fmap; in flat_tree_extract_adopt_test() local
[all …]
Dmap_test.cpp390 auto fmap = map(int_map.begin(), int_map.end()); in constructor_template_auto_deduction_test() local
399 auto fmap = map(int_map.begin(), int_map.end(), comp_int_t()); in constructor_template_auto_deduction_test() local
408 auto fmap = map(int_map.begin(), int_map.end(), comp_int_t(), alloc_pair_int_t()); in constructor_template_auto_deduction_test() local
417 auto fmap = map(int_map.begin(), int_map.end(), alloc_pair_int_t()); in constructor_template_auto_deduction_test() local
429 auto fmap = map(ordered_unique_range, int_map.begin(), int_map.end()); in constructor_template_auto_deduction_test() local
438 auto fmap = map(ordered_unique_range, int_map.begin(), int_map.end(), comp_int_t()); in constructor_template_auto_deduction_test() local
447 …auto fmap = map(ordered_unique_range, int_map.begin(), int_map.end(), comp_int_t(), alloc_pair_int… in constructor_template_auto_deduction_test() local
456 auto fmap = map(ordered_unique_range, int_map.begin(), int_map.end(),alloc_pair_int_t()); in constructor_template_auto_deduction_test() local
/aosp_15_r20/external/perfetto/src/base/
H A Dflat_hash_map_unittest.cc83 FlatHashMap<Key, Value, Hasher, typename TestFixture::Probe> fmap; in TYPED_TEST() local
150 fmap; in TYPED_TEST() local
173 FlatHashMap<Key, Value, Hasher, typename TestFixture::Probe> fmap( in TYPED_TEST() local
195 FlatHashMap<int, int, CollidingHasher, typename TestFixture::Probe> fmap( in TYPED_TEST() local
228 FlatHashMap<int, int, CollidingHasher, typename TestFixture::Probe> fmap( in TYPED_TEST() local
240 fmap; in TYPED_TEST() local
311 FlatHashMap<int, int, CollidingHasher, typename TestFixture::Probe> fmap; in TYPED_TEST() local
/aosp_15_r20/external/coreboot/src/lib/
H A Dfmap.c32 static int verify_fmap(const struct fmap *fmap) in verify_fmap()
53 static void report(const struct fmap *fmap) in report()
81 struct fmap *fmap = (struct fmap *)_fmap_cache; in setup_preram_cache() local
114 struct fmap *fmap; in find_fmap_directory() local
309 struct fmap *fmap = cbmem_add(CBMEM_ID_FMAP, s); in fmap_add_cbmem_cache() local
/aosp_15_r20/external/flashrom/
H A Dfmap.c45 static size_t fmap_size(const struct fmap *fmap) in fmap_size()
51 static int is_valid_fmap(const struct fmap *fmap) in is_valid_fmap()
141 const struct fmap *fmap = (const struct fmap *)(buf + offset); in fmap_read_from_buffer() local
190 struct fmap *fmap; in fmap_bsearch_rom() local
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/bzip2/
H A DBlockSort.java473 final void fallbackSort(final int[] fmap, final byte[] block, final int nblock) { in fallbackSort()
610 final int[] fmap = dataShadow.fmap; in mainSimpleSort() local
786 private static void vswap(final int[] fmap, int p1, int p2, int n) { in vswap()
813 final int[] fmap = dataShadow.fmap; in mainQSort3() local
922 final int[] fmap = dataShadow.fmap; in mainSort() local
H A DBZip2CompressorOutputStream.java1181 final int[] fmap = dataShadow.fmap; in generateMTFValues() local
1314 final int[] fmap; // 3600000 byte field in BZip2CompressorOutputStream.Data
/aosp_15_r20/external/vboot_reference/futility/
H A Dfile_type_rwsig.c61 FmapHeader *fmap; in ft_show_rwsig() local
214 FmapHeader *fmap = NULL; in ft_sign_rwsig() local
423 FmapHeader *fmap = fmap_find(buf, len); in ft_recognize_rwsig() local
H A Dfile_type_bios.c205 FmapHeader *fmap = fmap_find(buf, len); in ft_show_bios() local
377 FmapHeader *fmap = fmap_find(buf, len); in prepare_slot() local
577 FmapHeader *fmap = fmap_find(buf, len); in ft_recognize_bios_image() local
H A Dcmd_load_fmap.c154 FmapHeader *fmap = fmap_find(buf, len); in do_load_fmap() local
/aosp_15_r20/external/coreboot/payloads/libpayload/libc/
H A Dfmap.c41 static enum cb_err fmap_find_area(struct fmap *fmap, const char *name, size_t *offset, in fmap_find_area()
57 static bool fmap_is_signature_valid(struct fmap *fmap) in fmap_is_signature_valid()
/aosp_15_r20/external/bzip2/
H A Dblocksort.c32 void fallbackSimpleSort ( UInt32* fmap, in fallbackSimpleSort()
93 void fallbackQSort3 ( UInt32* fmap, in fallbackQSort3()
212 void fallbackSort ( UInt32* fmap, in fallbackSort()
/aosp_15_r20/external/coreboot/util/cbfstool/
H A Dpartitioned_file.c16 struct fmap *fmap; member
29 static unsigned count_selected_fmap_entries(const struct fmap *fmap, in count_selected_fmap_entries()
H A Dcbfstool.c45 const char *fmap; member
147 const struct fmap *fmap = partitioned_file_get_fmap(param.image_file); in get_mh_cache() local
281 const struct fmap *fmap = partitioned_file_get_fmap(param.image_file); in maybe_update_fmap_hash() local
1481 const struct fmap *fmap = partitioned_file_get_fmap(param.image_file); in cbfs_layout() local
H A Dfmap_from_fmd.c53 struct fmap *fmap = fmap_create(desc->offset_known ? desc->offset : 0, in fmap_from_fmd() local
/aosp_15_r20/external/bazelbuild-kotlin-rules/tests/jvm/java/ijar/
H A DSamInJava.java20 public final <R> SamInJava<R> fmap( in fmap() method in SamInJava
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Dfunctional.h29 inline std::vector<R> fmap(const T& inputs) { in fmap() function
/aosp_15_r20/external/coreboot/util/smmstoretool/
H A Dstorage.c31 struct fmap *fmap = (void *)(storage->file.start + fmap_offset); in storage_open() local
/aosp_15_r20/external/vboot_reference/host/lib/
H A Dfmap.c47 uint8_t *fmap_find_by_name(uint8_t *ptr, size_t size, FmapHeader *fmap, in fmap_find_by_name()
/aosp_15_r20/external/coreboot/src/security/tpm/tspi/
H A Dcrtm.c49 struct region_device fmap; in tspi_init_crtm() local
/aosp_15_r20/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/bzip2/
H A DBlockSortTest.java128 final int[] fmap = new int[FIXTURE.length]; in testFallbackSort() local

123