Home
last modified time | relevance | path

Searched refs:is_in_range (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Derrno.rs84 if raw.is_in_range(-4095..0) {
99 if raw.is_in_range(-4095..0) {
112 if raw.is_in_range(-4095..0) {
127 if raw.is_in_range(-4095..0) {
141 if raw.is_in_range(-4095..0) {
165 debug_assert!(raw.is_in_range(-4095..0));
171 core::intrinsics::assume(raw.is_in_range(-4095..0));
194 debug_assert!(raw.is_in_range(-4095..0));
200 core::intrinsics::assume(raw.is_in_range(-4095..0));
220 debug_assert!(raw.is_in_range(
[all...]
/third_party/ffmpeg/libavcodec/
H A Drpzaenc.c452 int is_in_range; in update_block_stats() local
521 is_in_range = (max_color_blk[0] - avg_color_blk[0] <= threshold && in update_block_stats()
528 if (is_in_range) { in update_block_stats()
547 return is_in_range; in update_block_stats()
/third_party/rust/crates/rustix/src/backend/linux_raw/
H A Dreg.rs191 pub(super) fn is_in_range(&self, range: core::ops::Range<isize>) -> bool {
/third_party/ltp/tools/sparse/sparse-src/
H A Dsimplify.c2560 static int is_in_range(pseudo_t src, long long low, long long high) in is_in_range() function
2582 if (is_in_range(src1, src2->value, src3->value)) { in simplify_range()

Completed in 7 milliseconds