/third_party/musl/libc-test/src/functionalext/supplement/prng/ |
H A D | rand.c | 21 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 D | prctl.rs | 131 _ => 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 D | chdir.rs | 60 Err(io::Errno::RANGE) => { in _getcwd()
|
H A D | procctl.rs | 176 let pid = unsafe { Pid::from_raw(pid as RawPid) }.ok_or(io::Errno::RANGE)?; in trace_status()
|
/third_party/backends/backend/ |
H A D | plustek-pp.h | 420 } RANGE, *PRANGE; typedef 423 RANGE rDataType; /* available scan modes */ 433 RANGE rDpiX; 434 RANGE rDpiY; 435 RANGE rExtentX; 436 RANGE rExtentY;
|
H A D | u12.h | 199 RANGE rDataType; /* available scan modes */
|
/third_party/rust/crates/rustix/src/thread/ |
H A D | prctl.rs | 115 _ => 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.py | 223 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.py | 29 _UNITCODES = frozenset({ANY, RANGE, IN, LITERAL, NOT_LITERAL, CATEGORY}) 613 setappend((RANGE, (lo, hi)))
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_intrinsics.py | 498 # - 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 D | NumberRangeFormatter.java | 113 RANGE enum constant
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
H A D | NumberRangeFormatter.java | 122 RANGE enum constant
|
/third_party/ffmpeg/libavcodec/tests/ |
H A D | fft.c | 69 #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 D | extract_unsafe_backwards.cpp | 134 #if RANGE in main()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/ |
H A D | OpCode.java | 135 RANGE(3) { enum constant
|
/third_party/skia/third_party/externals/icu/source/tools/gencolusb/ |
H A D | extract_unsafe_backwards.cpp | 134 #if RANGE in main()
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
H A D | pngcp.c | 161 #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 D | MatcherCompilerTest.java | 126 return (OpCode.RANGE.ordinal() << 13) | mask; in range()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
H A D | NumberRangeFormatterTest.java | 570 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 D | NumberRangeFormatterTest.java | 572 NumberRangeFormatter.with().identityFallback(RangeIdentityFallback.RANGE), in testIdentity() 694 .identityFallback(RangeIdentityFallback.RANGE) in testPlurals()
|
/third_party/selinux/checkpolicy/ |
H A D | policy_parse.y | 121 %token RANGE 659 opt_mls_user : LEVEL mls_level_def RANGE mls_range_def
|
/third_party/node/src/ |
H A D | node_http_common.h | 58 V(RANGE, "range") \
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/ |
H A D | Operation.java | 351 return OpCode.RANGE; in getOpCode()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/io/ |
H A D | errno.rs | 467 pub const RANGE: Self = Self::from_errno(errno::ERANGE); consts
|
/third_party/rust/crates/rustix/src/backend/libc/io/ |
H A D | errno.rs | 881 pub const RANGE: Self = Self(c::ERANGE); consts
|