Home
last modified time | relevance | path

Searched defs:check_range (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-sanitize.hh271 bool check_range (const void *base, in check_range() function
327 bool check_range (const T *base, in check_range() function
337 bool check_range (const T *base, in check_range() function
H A Dhb-array.hh286 bool check_range (const T *p, unsigned int size = T::static_size) const in check_range() function
/aosp_15_r20/external/rust/android-crates-io/crates/vm-memory/src/bitmap/
Dmod.rs134 pub fn check_range<B: Bitmap>(b: &B, start: usize, len: usize, clean: bool) -> bool { in check_range() function
190 fn check_range(&self, m: &M, start: usize, len: usize, clean: bool) -> bool { in check_range() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.req/range.refinements/
H A Drandom_access_range.compile.pass.cpp22 constexpr bool check_range() { in check_range() function
H A Dcontiguous_range.compile.pass.cpp22 constexpr bool check_range() { in check_range() function
/aosp_15_r20/external/rust/android-crates-io/crates/quickcheck/examples/
Dbtree_set_range.rs42 fn check_range(set: BTreeSet<i32>, range: RangeAny<i32>) -> TestResult { in check_range() function
/aosp_15_r20/external/libvpx/vpx_dsp/
H A Dinv_txfm.h24 static INLINE tran_high_t check_range(tran_high_t input) { in check_range() function
/aosp_15_r20/external/cronet/third_party/libc++/src/src/filesystem/
H A Dtime_utils.h147 static constexpr bool check_range() { in check_range() function
/aosp_15_r20/external/libcxx/src/filesystem/
H A Dfilesystem_common.h242 static constexpr bool check_range() { in check_range() function
/aosp_15_r20/external/pytorch/c10/core/
H A DSymInt.h248 static bool check_range(int64_t i) { in check_range() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DIndexing.cu335 static Tensor wrapIndexOnce(const Tensor & index, int64_t dim, int64_t dim_size, bool check_range=t… in wrapIndexOnce()
357 computeLinearIndex(const Tensor & src, TensorList indices, bool check_range) { in computeLinearIndex()
391 …4_t, std::vector<int64_t>> makeLinearIndex(Tensor self, IOptTensorListRef orig, bool check_range) { in makeLinearIndex()
/aosp_15_r20/bootable/libbootloader/gbl/libstorage/src/
H A Dgpt.rs393 pub fn check_range(&self, off: u64, size: u64) -> Result<u64> { in check_range() method
607 pub fn check_range(&self, part_name: &str, offset: u64, size: usize) -> Result<u64> { in check_range() method
H A Dlib.rs170 fn check_range<T>(info: BlockInfo, offset: u64, buffer: &[T]) -> Result<SafeNum> { in check_range() function
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/memory/
Ddevice_memory.rs1448 fn check_range(&self, range: Range<DeviceSize>) -> Result<(), MemoryMapError> { in check_range() method
/aosp_15_r20/external/rust/android-crates-io/crates/vm-memory/src/
Dguest_memory.rs610 fn check_range(&self, base: GuestAddress, len: usize) -> bool { in check_range() method
/aosp_15_r20/external/libcups/filter/
H A Dpstops.c449 check_range(pstops_doc_t *doc, /* I - Document information */ in check_range() function
/aosp_15_r20/trusty/kernel/lib/trusty/
H A Dtrusty_app.c271 const struct trusty_app_dma_allowed_range* check_range; in trusty_app_allow_dma_range() local
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.c203 bool check_range) in wpa_config_parse_int_impl()
4777 const char *pos, bool check_range) in wpa_global_config_parse_int_impl()
/aosp_15_r20/external/crosvm/devices/src/virtio/block/
H A Dasynchronous.rs800 fn check_range( in execute_request() function