Home
last modified time | relevance | path

Searched defs:range_map (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/
Drange_map.rs605 let mut range_map = RangeMap::new(); in from_iter() localVariable
964 let range_map: RangeMap<u32, bool> = RangeMap::new(); in empty_map_is_empty() localVariable
970 let mut range_map: RangeMap<u32, bool> = RangeMap::new(); in insert_into_empty_map() localVariable
977 let mut range_map: RangeMap<u32, bool> = RangeMap::new(); in new_same_value_immediately_following_stored() localVariable
991 let mut range_map: RangeMap<u32, bool> = RangeMap::new(); in new_different_value_immediately_following_stored() localVariable
1006 let mut range_map: RangeMap<u32, bool> = RangeMap::new(); in new_same_value_overlapping_end_of_stored() localVariable
1020 let mut range_map: RangeMap<u32, bool> = RangeMap::new(); in new_different_value_overlapping_end_of_stored() localVariable
1035 let mut range_map: RangeMap<u32, bool> = RangeMap::new(); in new_same_value_immediately_preceding_stored() localVariable
1049 let mut range_map: RangeMap<u32, bool> = RangeMap::new(); in new_different_value_immediately_preceding_stored() localVariable
1064 let mut range_map: RangeMap<u32, bool> = RangeMap::new(); in new_same_value_wholly_inside_stored() localVariable
[all …]
Dlib.rs190 mod range_map; module
/aosp_15_r20/external/google-breakpad/src/processor/
H A Drange_map_truncate_lower_unittest.cc70 TestMap range_map; in TEST() local
85 TestMap range_map; in TEST() local
122 TestMap range_map; in TEST() local
158 TestMap range_map; in TEST() local
190 TestMap range_map; in TEST() local
225 TestMap range_map; in TEST() local
270 TestMap range_map; in TEST() local
317 TestMap range_map; in TEST() local
H A Drange_map_truncate_upper_unittest.cc75 TestMap range_map; in TEST() local
90 TestMap range_map; in TEST() local
127 TestMap range_map; in TEST() local
163 TestMap range_map; in TEST() local
196 TestMap range_map; in TEST() local
232 TestMap range_map; in TEST() local
277 TestMap range_map; in TEST() local
325 TestMap range_map; in TEST() local
H A Drange_map_unittest.cc107 static bool StoreTest(TestMap* range_map, const RangeTest* range_test) { in StoreTest()
131 static bool RetrieveTest(TestMap* range_map, const RangeTest* range_test) { in RetrieveTest()
275 static bool RetrieveIndexTest(TestMap* range_map, int set) { in RetrieveIndexTest()
340 scoped_ptr<TestMap> range_map(new TestMap()); in RetriveAtIndexTest2() local
466 scoped_ptr<TestMap> range_map(new TestMap()); in RunTests() local
H A Dstatic_range_map_unittest.cc202 void TestStaticRangeMap::StoreTest(RMap* range_map, in StoreTest()
211 void TestStaticRangeMap::RetrieveTest(TestMap* range_map, in RetrieveTest()
315 void TestStaticRangeMap::RetrieveIndexTest(const TestMap* range_map, int set) { in RetrieveIndexTest()
/aosp_15_r20/external/flashrom/
H A Daction_descriptor.c83 struct range_map { struct
84 size_t block_size;
85 int limit;
86 struct b_map {
89 } *block_map;
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/standard/builder/
Dmod.rs1185 let range_map = self.buffers.entry(buffer.clone()).or_insert_with(|| { in record_buffer_access() localVariable
1207 let range_map = self.images.entry(image.clone()).or_insert_with(|| { in record_image_access() localVariable
1248 let range_map = self.buffers.entry(buffer.clone()).or_insert_with(|| { in record_pipeline_barrier() localVariable
1286 let range_map = self.images.entry(image.clone()).or_insert_with(|| { in record_pipeline_barrier() localVariable
1325 let range_map = self.buffers.get_mut(buffer).unwrap(); in record_pipeline_barrier() localVariable
1338 let range_map = self.images.get_mut(image).unwrap(); in record_pipeline_barrier() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/command_buffer/synced/
Dbuilder.rs250 let range_map = self.buffers2.get(buffer.buffer())?; in find_buffer_conflict() localVariable
296 let range_map = self.images2.get(inner.image)?; in find_image_conflict() localVariable
400 let range_map = self in add_buffer() localVariable
553 let range_map = self.images2.entry(inner.image.clone()).or_insert_with(|| { in add_image() localVariable
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_liverangeevaluator.cpp83 LiveRangeMap range_map = sh.prepare_live_range_map(); in run() local
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/pipeline/graphics/
Dbuilder.rs224 let mut range_map = HashMap::default(); in with_auto_layout() localVariable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/polly/isl/
Disl-noexceptions.h8691 isl::map basic_map::range_map() const in range_map() function
11586 isl::map map::range_map() const in range_map() function
12506 isl::multi_aff multi_aff::range_map(isl::space space) in range_map() function
16650 isl::pw_multi_aff pw_multi_aff::range_map(isl::space space) in range_map() function
20850 isl::union_map union_map::range_map() const in range_map() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/polly/isl/
Disl-noexceptions.h8691 isl::map basic_map::range_map() const in range_map() function
11586 isl::map map::range_map() const in range_map() function
12506 isl::multi_aff multi_aff::range_map(isl::space space) in range_map() function
16650 isl::pw_multi_aff pw_multi_aff::range_map(isl::space space) in range_map() function
20850 isl::union_map union_map::range_map() const in range_map() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/polly/isl/
Disl-noexceptions.h8691 isl::map basic_map::range_map() const in range_map() function
11586 isl::map map::range_map() const in range_map() function
12506 isl::multi_aff multi_aff::range_map(isl::space space) in range_map() function
16650 isl::pw_multi_aff pw_multi_aff::range_map(isl::space space) in range_map() function
20850 isl::union_map union_map::range_map() const in range_map() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/polly/isl/
Disl-noexceptions.h8691 isl::map basic_map::range_map() const in range_map() function
11586 isl::map map::range_map() const in range_map() function
12506 isl::multi_aff multi_aff::range_map(isl::space space) in range_map() function
16650 isl::pw_multi_aff pw_multi_aff::range_map(isl::space space) in range_map() function
20850 isl::union_map union_map::range_map() const in range_map() function