Home
last modified time | relevance | path

Searched refs:RANGE (Results 1 - 25 of 29) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/prng/
H A Drand.c21 const int32_t RANGE = 10; variable
33 int num = rand() % RANGE; in rand_0100()
34 EXPECT_LT("rand_0100", num, RANGE); in rand_0100()
/third_party/rust/crates/rustix/src/process/
H A Dprctl.rs131 _ => Err(io::Errno::RANGE), in try_from()
191 UnalignedAccessControl::from_bits(r).ok_or(io::Errno::RANGE) in unaligned_access_control()
232 FloatingPointEmulationControl::from_bits(r).ok_or(io::Errno::RANGE) in floating_point_emulation_control()
335 _ => Err(io::Errno::RANGE), in try_from()
395 _ => Err(io::Errno::RANGE), in try_from()
455 _ => Err(io::Errno::RANGE), in try_from()
542 _ => Err(io::Errno::RANGE), in try_from()
662 let fd = usize::try_from(fd.as_raw_fd()).map_err(|_r| io::Errno::RANGE)?; in set_executable_file()
859 _ => Err(io::Errno::RANGE), in try_from()
919 _ => Err(io::Errno::RANGE), in try_from()
[all...]
H A Dchdir.rs60 Err(io::Errno::RANGE) => { in _getcwd()
H A Dprocctl.rs176 let pid = unsafe { Pid::from_raw(pid as RawPid) }.ok_or(io::Errno::RANGE)?; in trace_status()
/third_party/backends/backend/
H A Dplustek-pp.h420 } RANGE, *PRANGE; typedef
423 RANGE rDataType; /* available scan modes */
433 RANGE rDpiX;
434 RANGE rDpiY;
435 RANGE rExtentX;
436 RANGE rExtentY;
H A Du12.h199 RANGE rDataType; /* available scan modes */
/third_party/rust/crates/rustix/src/thread/
H A Dprctl.rs115 _ => Err(io::Errno::RANGE), in try_from()
451 CapabilitiesSecureBits::from_bits(r).ok_or(io::Errno::RANGE) in capabilities_secure_bits()
494 let value = usize::try_from(value.map_or(0, NonZeroU64::get)).map_err(|_r| io::Errno::RANGE)?; in set_current_timer_slack()
688 u32::try_from(vector_length_in_bytes).map_err(|_r| io::Errno::RANGE)?; in set_sve_vector_length_configuration()
836 _ => Err(io::Errno::RANGE), in try_from()
899 _ => Err(io::Errno::RANGE), in try_from()
/third_party/python/Lib/re/
H A D_compiler.py223 elif op is RANGE or op is RANGE_UNI_IGNORE:
261 elif op is RANGE:
301 if op is RANGE:
327 out.append((RANGE, (p, q - 1)))
501 elif op is RANGE:
644 elif op in (RANGE, RANGE_UNI_IGNORE):
H A D_parser.py29 _UNITCODES = frozenset({ANY, RANGE, IN, LITERAL, NOT_LITERAL, CATEGORY})
613 setappend((RANGE, (lo, hi)))
/third_party/mesa3d/src/compiler/nir/
H A Dnir_intrinsics.py498 # - RANGE: size of the task_payload variable used.
501 intrinsic("launch_mesh_workgroups", src_comp=[3], indices=[BASE, RANGE])
992 load("uniform", [1], [BASE, RANGE, DEST_TYPE], [CAN_ELIMINATE, CAN_REORDER])
994 load("ubo", [-1, 1], [ACCESS, ALIGN_MUL, ALIGN_OFFSET, RANGE_BASE, RANGE], flags=[CAN_ELIMINATE, CAN_REORDER])
1021 load("push_constant", [1], [BASE, RANGE], [CAN_ELIMINATE, CAN_REORDER])
1023 load("constant", [1], [BASE, RANGE, ALIGN_MUL, ALIGN_OFFSET],
1039 load("kernel_input", [1], [BASE, RANGE, ALIGN_MUL, ALIGN_OFFSET], [CAN_ELIMINATE, CAN_REORDER])
1091 load("mesh_view_indices", [1], [BASE, RANGE], [CAN_ELIMINATE, CAN_REORDER])
1198 intrinsic("copy_ubo_to_uniform_ir3", [1, 1], indices=[BASE, RANGE])
1503 # RANGE
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
H A DNumberRangeFormatter.java113 RANGE enum constant
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
H A DNumberRangeFormatter.java122 RANGE enum constant
/third_party/ffmpeg/libavcodec/tests/
H A Dfft.c69 #define RANGE 1.0 macro
73 #define RANGE 8388608 macro
197 return (int16_t) av_lfg_get(prng) / 32768.0 * RANGE; in frandom()
206 double e = fabs(tab1[i] - (tab2[i] / scale)) / RANGE; in check_diff()
/third_party/icu/icu4c/source/tools/gencolusb/
H A Dextract_unsafe_backwards.cpp134 #if RANGE in main()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/
H A DOpCode.java135 RANGE(3) { enum constant
/third_party/skia/third_party/externals/icu/source/tools/gencolusb/
H A Dextract_unsafe_backwards.cpp134 #if RANGE in main()
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngcp.c161 #define RANGE(lo,hi) { range_lo, lo }, { range_hi, hi } macro
204 RANGE(8, MAX_WBITS/*from zlib*/),
215 RANGE(1, 9), /* this deliberately excludes '0' */
227 RANGE(6, MAX_MEM_LEVEL/*zlib*/), /* exclude 5 and below: zlib bugs */
258 RANGE(1, 0x7FFFFFFF)
265 vl_log_depth[] = { { "on", 1 }, { "off", 0 }, RANGE(0, SL) },
274 RANGE(8, MAX_WBITS), /* modified by set_windowBits_hi */
859 /* check for a mal-formed RANGE above: */ in push_opt()
2096 assert(i > 1); /* vl_windowBits_IDAT always has a RANGE() */ in set_windowBits_hi()
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/
H A DMatcherCompilerTest.java126 return (OpCode.RANGE.ordinal() << 13) | mask; in range()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
H A DNumberRangeFormatterTest.java570 NumberRangeFormatter.with().identityFallback(RangeIdentityFallback.RANGE), in testIdentity()
672 .identityFallback(RangeIdentityFallback.RANGE) in test21397_UnsetNull()
730 .identityFallback(RangeIdentityFallback.RANGE) in testPlurals()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
H A DNumberRangeFormatterTest.java572 NumberRangeFormatter.with().identityFallback(RangeIdentityFallback.RANGE), in testIdentity()
694 .identityFallback(RangeIdentityFallback.RANGE) in testPlurals()
/third_party/selinux/checkpolicy/
H A Dpolicy_parse.y121 %token RANGE
659 opt_mls_user : LEVEL mls_level_def RANGE mls_range_def
/third_party/node/src/
H A Dnode_http_common.h58 V(RANGE, "range") \
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/
H A DOperation.java351 return OpCode.RANGE; in getOpCode()
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Derrno.rs467 pub const RANGE: Self = Self::from_errno(errno::ERANGE); consts
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Derrno.rs881 pub const RANGE: Self = Self(c::ERANGE); consts

Completed in 24 milliseconds

12