Home
last modified time | relevance | path

Searched defs:repeats (Results 1 – 15 of 15) sorted by relevance

/third_party/libsnd/src/
Dwve.c93 unsigned short version, padding, repeats, trash ; in wve_read_header() local
/third_party/toybox/toys/posix/
Duniq.c30 GLOBALS( in GLOBALS()
/third_party/ffmpeg/libavcodec/
Dacelp_vectors.c229 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/
Dbenchmark_runner.h72 const int repeats; variable
Dbenchmark_runner.cc71 int64_t repetition_index, int64_t repeats) { in CreateRunReport()
/third_party/ffmpeg/libavfilter/
Dvf_idet.h52 uint64_t repeats[3]; member
/third_party/flutter/skia/third_party/externals/wuffs/script/
Dmake-artificial.go44 repeats []repeat var
/third_party/flutter/skia/third_party/externals/zlib/contrib/bench/
Dzlib_bench.cc219 const int repeats = (10 * mega_byte + length) / (length + 1); in zlib_file() local
/third_party/skia/third_party/externals/zlib/contrib/bench/
Dzlib_bench.cc234 const int repeats = (10 * mega_byte + length) / (length + 1); in zlib_file() local
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpssrcdemux.c428 guint repeats = 1000; in GST_START_TEST() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
DvktComputeZeroInitializeWorkgroupMemoryTests.cpp1387 std::vector<deUint32> repeats = {2, 4, 8, 16}; in AddRepeatedPipelineTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeZeroInitializeWorkgroupMemoryTests.cpp1387 std::vector<deUint32> repeats = {2, 4, 8, 16}; in AddRepeatedPipelineTests() local
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ir.h1132 repeat_vec repeats; variable
/third_party/toybox/generated/
Dglobals.h1454 long repeats; member
/third_party/libabigail/tests/lib/
Dcatch.hpp4211 RepeatGenerator(size_t repeats, GeneratorWrapper<T>&& generator): in RepeatGenerator()
4252 GeneratorWrapper<T> repeat(size_t repeats, GeneratorWrapper<T>&& generator) { in repeat()