Home
last modified time | relevance | path

Searched refs:range (Results 1 – 13 of 13) sorted by relevance

/third_party/ulib/jemalloc/test/unit/
A Dprng.c148 uint32_t range; in test_prng_range_u32() local
153 for (range = 2; range < MAX_RANGE; range += RANGE_STEP) { in test_prng_range_u32()
157 s = range; in test_prng_range_u32()
169 uint64_t range; in test_prng_range_u64() local
174 for (range = 2; range < MAX_RANGE; range += RANGE_STEP) { in test_prng_range_u64()
178 s = range; in test_prng_range_u64()
180 uint64_t r = prng_range_u64(&s, range); in test_prng_range_u64()
190 size_t range; in test_prng_range_zu() local
195 for (range = 2; range < MAX_RANGE; range += RANGE_STEP) { in test_prng_range_zu()
199 s = range; in test_prng_range_zu()
[all …]
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dprng_inlines.h15 uint64_t prng_range_u64(uint64_t *state, uint64_t range);
114 assert(range > 1); in prng_range_u32()
117 lg_range = ffs_u32(pow2_ceil_u32(range)) - 1; in prng_range_u32()
122 } while (ret >= range); in prng_range_u32()
128 prng_range_u64(uint64_t *state, uint64_t range) in prng_range_u64() argument
133 assert(range > 1); in prng_range_u64()
136 lg_range = ffs_u64(pow2_ceil_u64(range)) - 1; in prng_range_u64()
141 } while (ret >= range); in prng_range_u64()
152 assert(range > 1); in prng_range_zu()
155 lg_range = ffs_u64(pow2_ceil_u64(range)) - 1; in prng_range_zu()
[all …]
/third_party/ulib/musl/src/time/
A Dstrptime.c39 range = 7; in strptime()
46 range = 12; in strptime()
63 range = 31; in strptime()
73 range = 24; in strptime()
78 range = 12; in strptime()
83 range = 366; in strptime()
88 range = 12; in strptime()
94 range = 60; in strptime()
129 range = 61; in strptime()
141 range = 54; in strptime()
[all …]
/third_party/tools/android/
A Dmkdtimg102 for i in range(0, padding):
145 type=int, choices=[2**i for i in range(11,15)],
A Dmkbootimg150 choices=[2**i for i in range(11,15)], default=2048)
/third_party/ulib/jemalloc/
A DREADME9 among the best allocators for a broad range of demanding applications, and
A DChangeLog320 range. By default there are four size classes per size doubling, but this
/third_party/ulib/musl/
A DREADME6 API, suitable for use in a wide range of deployment environments. musl
A DWHATSNEW1572 - btowc mishandling of out-of-range non-EOF inputs
1614 - strftime mishandling of out-of-range struct tm members
/third_party/uapp/dash/src/
A DTOUR68 cluded that the optimal amount to indent is in the range of four
128 ables and the range of a char varies from machine to machine.
/third_party/tools/android/avb/
A Davbtool246 for bit_pos in range(num_bits, 0, -8):
1012 for i in range(0, chunk_idx_for_update):
3586 for n in range(0, num_levels):
3588 for m in range(n + 1, num_levels):
/third_party/dev/ethernet/e1000/
A DREADME175 The Jumbo Frames MTU range for Intel Adapters is 1500 to 16110. To modify
/third_party/lib/acpica/
A Dchanges.txt1113 range was equal to the (length -1) caused by the fact that these values
3383 the allowable range was 0x80-0xFF (user-defined spaces), now the range is
3640 range conflicts with ACPI Operation Regions. Both SystemMemory and
3892 field registers out-of-range.
6173 incorrect if the range included illegal ports, but fields within the
9849 list (range 0 - 15)
10295 SyncLevel parameter is outside the legal range of 0 through 15.
10619 characters in the file are in the range 0x00 to 0x7F.
10630 Fixed a problem with overly aggressive range checking for the Stall
14996 the range of the register. The Index (or Bank) register is
[all …]

Completed in 46 milliseconds