Home
last modified time | relevance | path

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

/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
/external/perfetto/src/base/
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
/external/vboot_reference/futility/
Dtraversal.c115 static int has_all_areas(uint8_t *buf, uint32_t len, FmapHeader *fmap, in has_all_areas()
129 FmapHeader *fmap = fmap_find(buf, len); in recognize_bios_image() local
201 FmapHeader *fmap; in futil_traverse() local
Dcmd_load_fmap.c97 FmapHeader *fmap; in do_load_fmap() local
Dcmd_dump_fmap.c421 const FmapHeader *fmap; in do_dump_fmap() local
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/bzip2/
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
DBZip2CompressorOutputStream.java1181 final int[] fmap = dataShadow.fmap; in generateMTFValues() local
1314 final int[] fmap; // 3600000 byte field in BZip2CompressorOutputStream.Data
/external/bazelbuild-kotlin-rules/tests/jvm/java/ijar/
DSamInJava.java20 public final <R> SamInJava<R> fmap( in fmap() method in SamInJava
/external/vboot_reference/host/lib/
Dfmap.c47 uint8_t *fmap_find_by_name(uint8_t *ptr, size_t size, FmapHeader *fmap, in fmap_find_by_name()
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/bzip2/
DBlockSortTest.java128 final int[] fmap = new int[FIXTURE.length]; in testFallbackSort() local
/external/bzip2/
Dblocksort.c32 void fallbackSimpleSort ( UInt32* fmap, in fallbackSimpleSort()
93 void fallbackQSort3 ( UInt32* fmap, in fallbackQSort3()
212 void fallbackSort ( UInt32* fmap, in fallbackSort()
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
Dvt320.java951 String fmap[]; in keyPressed() local
/external/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c983 float *fmap = (float *)map; in gen4_upload_curbe() local