Home
last modified time | relevance | path

Searched defs:is_in_range (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/mtools/
H A Dmatch.c37 static int is_in_range(wchar_t ch, const wchar_t **p, int *reverse) { in is_in_range() function
/aosp_15_r20/external/libchrome/base/time/
H A Dtime.cc406 inline bool is_in_range(int value, int lo, int hi) { in is_in_range() function
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/
Dreg.rs192 pub(super) fn is_in_range(&self, range: Range<isize>) -> bool { in is_in_range() method
/aosp_15_r20/system/extras/simpleperf/scripts/
H A Dsimpleperf_utils.py812 def is_in_range(self, addr: int) -> bool: member in AddrRange
/aosp_15_r20/external/coreboot/util/cbfstool/
H A Dcbfs_image.c1938 static int is_in_range(size_t start, size_t end, size_t metadata_size, in is_in_range() function
/aosp_15_r20/external/cronet/base/time/
H A Dtime_unittest.cc1137 const bool is_in_range = in TEST_F() local