Home
last modified time | relevance | path

Searched defs:range_size (Results 1 – 25 of 34) sorted by relevance

12

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/
Dsize_type.hpp72 struct range_size struct
76 struct range_size<C, true> struct
82 struct range_size : struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/doc/
Dexample.cpp69 struct range_size< Foo::Pair<T> > struct
71 int static_assertion[ sizeof( std::size_t ) >=
73 typedef std::size_t type;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/detail/
Dstr_types.hpp32 struct range_size<T*> struct
34 typedef std::size_t type;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/
Diterators.hpp52 BOOST_CONTAINER_FORCEINLINE explicit constant_iterator(const T &ref, Difference range_size) in constant_iterator()
163 BOOST_CONTAINER_FORCEINLINE explicit value_init_construct_iterator(Difference range_size) in value_init_construct_iterator()
274 BOOST_CONTAINER_FORCEINLINE explicit default_init_construct_iterator(Difference range_size) in default_init_construct_iterator()
385 BOOST_CONTAINER_FORCEINLINE explicit repeat_iterator(T &ref, Difference range_size) in repeat_iterator()
/aosp_15_r20/external/crosvm/kernel_loader/src/
H A Darm64.rs101 let range_size = max(file_size, u64::from(header.image_size)); in load_arm64_kernel() localVariable
163 let range_size = max(file_size, u64::from(header.image_size)); in load_arm64_kernel_from_reader() localVariable
/aosp_15_r20/external/gsc-utils/extra/usb_updater/
H A Ddesc_parser.h26 uint32_t range_size; member
/aosp_15_r20/bootable/recovery/otautil/
H A Dsysutil.cpp158 size_t range_size = (end - start) * blksize; in MapBlockFile() local
/aosp_15_r20/external/perfetto/src/trace_processor/db/
H A Dquery_executor.cc76 uint32_t range_size = rm_last - rm_first; in ApplyConstraint() local
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/coord/ranged1d/types/
Dnumeric.rs202 let range_size = range.1 as f64 - range.0 as f64; localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/image/
Dsys.rs2039 range_size: DeviceSize, field
2069 let range_size = aspect_list.len() as DeviceSize * aspect_size; in from_raw() localVariable
2259 pub(crate) fn range_size(&self) -> DeviceSize { in range_size() method
/aosp_15_r20/external/google-breakpad/src/processor/
H A Drange_map_unittest.cc343 const int range_size = 2; in RetriveAtIndexTest2() local
/aosp_15_r20/art/runtime/base/
H A Dgc_visited_arena_pool.cc261 void GcVisitedArenaPool::FreeRangeLocked(uint8_t* range_begin, size_t range_size) { in FreeRangeLocked()
/aosp_15_r20/trusty/kernel/lib/trusty/
H A Dtrusty_app.c149 size_t range_size, in address_range_within_bounds()
183 size_t range_size, in address_range_within_img()
/aosp_15_r20/external/libtextclassifier/native/utils/base/
H A Darena_test.cc193 static void EnsureNoAddressInRangeIsPoisoned(void* buffer, size_t range_size) { in EnsureNoAddressInRangeIsPoisoned()
/aosp_15_r20/hardware/interfaces/media/omx/1.0/vts/functional/store/
H A DVtsHalMediaOmxV1_0TargetStoreTest.cpp217 const std::string range_size = "((" + size + "-" + size + ")|" + size + ")"; in TEST_P() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dprng_test.cc146 double PrngTest::UniformChiSquared(int32_t range_size, int32_t expected_count, in UniformChiSquared()
/aosp_15_r20/external/cronet/base/metrics/
H A Dhistogram_samples.cc413 if (const auto range_size = range.size(); print_width >= range_size) { in GetAsciiBody() local
/aosp_15_r20/external/arm-trusted-firmware/common/
H A Dfdt_wrappers.c396 int parent_addr_size, int range_size, uint64_t base_address, in fdtw_xlat_hit()
/aosp_15_r20/external/trusty/arm-trusted-firmware/common/
Dfdt_wrappers.c396 int parent_addr_size, int range_size, uint64_t base_address, in fdtw_xlat_hit()
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_nir_analyze_ubo_ranges.c531 uint32_t range_size = state->range[i].end - state->range[i].start; in assign_offsets() local
/aosp_15_r20/device/google/cuttlefish/host/commands/modem_simulator/
Dnetwork_service.cpp1130 int range_size = range.second - range.first + 1; in GetValueInRange() local
/aosp_15_r20/external/pciutils/
H A Dls-ecaps.c760 u64 range_base, range_size; in dvsec_cxl_device() local
/aosp_15_r20/external/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_bo.c1249 uint64_t range_offset, unsigned *range_size) in amdgpu_bo_find_next_committed_memory()
/aosp_15_r20/external/clang/include/clang/Basic/
H A DDiagnostic.h1295 unsigned range_size() const { return Ranges.size(); } in range_size() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/
DDiagnostic.h1727 unsigned range_size() const { return Ranges.size(); } in range_size() function

12