Searched defs:repeats (Results 1 – 15 of 15) sorted by relevance
/third_party/libsnd/src/ |
D | wve.c | 93 unsigned short version, padding, repeats, trash ; in wve_read_header() local
|
/third_party/toybox/toys/posix/ |
D | uniq.c | 30 GLOBALS( in GLOBALS()
|
/third_party/ffmpeg/libavcodec/ |
D | acelp_vectors.c | 229 int x = in->x[i], repeats = !((in->no_repeat_mask >> i) & 1); in ff_set_fixed_vector() local 247 int x = in->x[i], repeats = !((in->no_repeat_mask >> i) & 1); in ff_clear_fixed_vector() local
|
/third_party/benchmark/src/ |
D | benchmark_runner.h | 72 const int repeats; variable
|
D | benchmark_runner.cc | 71 int64_t repetition_index, int64_t repeats) { in CreateRunReport()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_idet.h | 52 uint64_t repeats[3]; member
|
/third_party/flutter/skia/third_party/externals/wuffs/script/ |
D | make-artificial.go | 44 repeats []repeat var
|
/third_party/flutter/skia/third_party/externals/zlib/contrib/bench/ |
D | zlib_bench.cc | 219 const int repeats = (10 * mega_byte + length) / (length + 1); in zlib_file() local
|
/third_party/skia/third_party/externals/zlib/contrib/bench/ |
D | zlib_bench.cc | 234 const int repeats = (10 * mega_byte + length) / (length + 1); in zlib_file() local
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtpssrcdemux.c | 428 guint repeats = 1000; in GST_START_TEST() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/ |
D | vktComputeZeroInitializeWorkgroupMemoryTests.cpp | 1387 std::vector<deUint32> repeats = {2, 4, 8, 16}; in AddRepeatedPipelineTests() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeZeroInitializeWorkgroupMemoryTests.cpp | 1387 std::vector<deUint32> repeats = {2, 4, 8, 16}; in AddRepeatedPipelineTests() local
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_ir.h | 1132 repeat_vec repeats; variable
|
/third_party/toybox/generated/ |
D | globals.h | 1454 long repeats; member
|
/third_party/libabigail/tests/lib/ |
D | catch.hpp | 4211 RepeatGenerator(size_t repeats, GeneratorWrapper<T>&& generator): in RepeatGenerator() 4252 GeneratorWrapper<T> repeat(size_t repeats, GeneratorWrapper<T>&& generator) { in repeat()
|