Searched refs:range (Results 1551 - 1575 of 3935) sorted by relevance
1...<<61626364656667686970>>...158
/third_party/ffmpeg/libavcodec/ |
H A D | lagarithrac.c | 2 * Lagarith range decoder 25 * Lagarith range decoder 46 l->range = 0x80; in ff_lag_rac_init()
|
H A D | xface.h | 37 /* compressed output uses the full range of printable characters. 87 /* Data of varying probabilities are encoded by a value in the range 0 - 255. 88 * The probability of the data determines the range of possible encodings. 89 * Offset gives the first possible encoding of the range. */ 91 uint8_t range; member
|
/third_party/jerryscript/tools/ |
H A D | gen_c_source.py | 34 return [list_to_group[i:i+num] for i in range(0, len(list_to_group), num)]
|
/third_party/jinja2/ |
H A D | defaults.py | 30 "range": range,
|
/third_party/nghttp2/ |
H A D | gennmchartbl.py | 15 for i in range(256):
|
H A D | genvchartbl.py | 14 for i in range(256):
|
H A D | genauthoritychartbl.py | 15 for i in range(256):
|
H A D | genmethodchartbl.py | 15 for i in range(256):
|
/third_party/node/deps/base64/base64/lib/tables/ |
H A D | table_enc_12bit.py | 14 for n in range(0, 2**12):
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_nir_add_base_work_group_id.c | 45 .range = 3 * sizeof(uint32_t)); in anv_nir_add_base_work_group_id_instr()
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_cxa_finalize.cpp | 47 for (int i = 0; i < g_count[state.range(0)]; i++) { in Bm_function_cxa_finalize_dynamic()
|
/third_party/python/Tools/freeze/ |
H A D | makemakefile.py | 14 for i in range(len(files)):
|
/third_party/python/Tools/scripts/ |
H A D | find-uname.py | 25 for ix in range(sys.maxunicode+1):
|
/third_party/python/Lib/test/subprocessdata/ |
H A D | fd_status.py | 21 test_fds = range(0, _MAXFD)
|
/third_party/python/Lib/test/ |
H A D | reperf.py | 14 for i in range(n):
|
H A D | testcodec.py | 36 decoding_map = codecs.make_identity_dict(range(256))
|
/third_party/python/Lib/ctypes/test/ |
H A D | test_incomplete.py | 30 for i in range(8):
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | IndexRangeCache.h | 33 const IndexRange &range);
|
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/video/ |
H A D | frame_checksums.py | 75 for frame in range(n_frames):
|
/third_party/skia/tests/ |
H A D | SubsetPath.h | 42 int range(int* end) const;
|
/third_party/skia/third_party/externals/brotli/scripts/dictionary/ |
H A D | step-02-rfc-to-bin.py | 21 for i in range(32):
|
/third_party/skia/third_party/externals/freetype/src/tools/ |
H A D | cordic.py | 13 for n in range(1,32):
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/ |
H A D | probability_context.h | 49 /// Returns a random value in the range `[0; arr.size())`. 64 /// @param range - a pair of integers `a` and `b` s.t. `a <= b`. 65 /// @return an random number in the range `[a; b]`. 66 uint32_t RandomFromRange(std::pair<uint32_t, uint32_t> range);
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_external_texture_type_test.cc | 35 EXPECT_EQ(t.value->source.range, (Source::Range{{1u, 1u}, {1u, 17u}})); in TEST_F()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
H A D | graphcycles_benchmark.cc | 27 const int num_nodes = state.range(0); in BM_StressTest()
|
Completed in 9 milliseconds
1...<<61626364656667686970>>...158