Searched refs:range (Results 1 – 13 of 13) sorted by relevance
| /third_party/ulib/jemalloc/test/unit/ |
| A D | prng.c | 148 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 D | prng_inlines.h | 15 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 D | strptime.c | 39 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 D | mkdtimg | 102 for i in range(0, padding): 145 type=int, choices=[2**i for i in range(11,15)],
|
| A D | mkbootimg | 150 choices=[2**i for i in range(11,15)], default=2048)
|
| /third_party/ulib/jemalloc/ |
| A D | README | 9 among the best allocators for a broad range of demanding applications, and
|
| A D | ChangeLog | 320 range. By default there are four size classes per size doubling, but this
|
| /third_party/ulib/musl/ |
| A D | README | 6 API, suitable for use in a wide range of deployment environments. musl
|
| A D | WHATSNEW | 1572 - 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 D | TOUR | 68 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 D | avbtool | 246 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 D | README | 175 The Jumbo Frames MTU range for Intel Adapters is 1500 to 16110. To modify
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 1113 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