Home
last modified time | relevance | path

Searched defs:repeat (Results 26 - 50 of 238) sorted by relevance

12345678910

/third_party/libuv/src/
H A Dtimer.c135 void uv_timer_set_repeat(uv_timer_t* handle, uint64_t repeat) { in uv_timer_set_repeat() argument
70 uv_timer_start(uv_timer_t* handle, uv_timer_cb cb, uint64_t timeout, uint64_t repeat) uv_timer_start() argument
[all...]
/third_party/ltp/testcases/kernel/syscalls/remap_file_pages/
H A Dremap_file_pages01.c141 int i, j, repeat = 2; in test_nonlinear() local
/third_party/node/deps/uv/src/
H A Dtimer.c124 void uv_timer_set_repeat(uv_timer_t* handle, uint64_t repeat) { in uv_timer_set_repeat() argument
67 uv_timer_start(uv_timer_t* handle, uv_timer_cb cb, uint64_t timeout, uint64_t repeat) uv_timer_start() argument
[all...]
/third_party/python/Lib/
H A Dtimeit.py184 def repeat(self, repeat member in Timer
236 def repeat(stmt="pass", setup="pass", timer=default_timer, global() function
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/solo6x10/
H A Dsolo6x10-p2m.c28 solo_p2m_dma(struct solo_dev *solo_dev, int wr, void *sys_addr, u32 ext_addr, u32 size, int repeat, u32 ext_size) solo_p2m_dma() argument
124 solo_p2m_fill_desc(struct solo_p2m_desc *desc, int wr, dma_addr_t dma_addr, u32 ext_addr, u32 size, int repeat, u32 ext_size) solo_p2m_fill_desc() argument
145 solo_p2m_dma_t(struct solo_dev *solo_dev, int wr, dma_addr_t dma_addr, u32 ext_addr, u32 size, int repeat, u32 ext_size) solo_p2m_dma_t() argument
/kernel/linux/linux-5.10/sound/usb/line6/
H A Dmidibuf.c130 int repeat = 0; in line6_midibuf_read() local
/kernel/linux/linux-6.6/drivers/media/pci/solo6x10/
H A Dsolo6x10-p2m.c28 solo_p2m_dma(struct solo_dev *solo_dev, int wr, void *sys_addr, u32 ext_addr, u32 size, int repeat, u32 ext_size) solo_p2m_dma() argument
124 solo_p2m_fill_desc(struct solo_p2m_desc *desc, int wr, dma_addr_t dma_addr, u32 ext_addr, u32 size, int repeat, u32 ext_size) solo_p2m_fill_desc() argument
145 solo_p2m_dma_t(struct solo_dev *solo_dev, int wr, dma_addr_t dma_addr, u32 ext_addr, u32 size, int repeat, u32 ext_size) solo_p2m_dma_t() argument
/kernel/linux/linux-6.6/tools/perf/bench/
H A Dbreakpoint.c88 int *repeat = (int *)arg; in breakpoint_thread() local
115 int repeat = bench_repeat; in bench_breakpoint_thread() local
/kernel/linux/linux-6.6/sound/core/
H A Dump_convert.c33 u16 val, repeat; in upscale_7_to_16bit() local
44 u32 val, repeat; in upscale_7_to_32bit() local
56 u32 val, repeat; upscale_14_to_32bit() local
[all...]
/kernel/linux/linux-6.6/sound/usb/line6/
H A Dmidibuf.c130 int repeat = 0; in line6_midibuf_read() local
/third_party/cups-filters/cupsfilters/
H A Dimage-sgilib.c716 repeat; /* Repeated pixel */ in write_rle8() local
808 repeat; /* Repeated pixel */ in write_rle16() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
H A DTimer.java94 abstract public void time(int repeat); in time() argument
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DTimer.java91 abstract public void time(int repeat); in time() argument
/third_party/mesa3d/.gitlab-ci/tests/
H A Dtest_lava_job_submitter.py11 from itertools import chain, repeat namespace
/third_party/node/deps/base64/base64/test/
H A Dbenchmark.c51 int repeat; member
/third_party/libdrm/tests/modetest/
H A Dcursor.c71 uint32_t repeat; member
/third_party/ltp/tools/sparse/sparse-src/
H A Dmemops.c187 int repeat = repeat_phase; in simplify_loads() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DScalarizeVecAndMatConstructorArgs.cpp136 int repeat = std::min(size, originalArg->getNominalSize()); in scalarizeArgs() local
157 int repeat = std::min(size, originalArg->getCols() * originalArg->getRows()); in scalarizeArgs() local
/third_party/skia/src/core/
H A DSkBitmapProcState_matrixProcs.cpp233 static unsigned repeat(SkFixed fx, int max) { in repeat() function
[all...]
/third_party/skia/third_party/externals/tint/src/diagnostic/
H A Dformatter.cc99 void repeat(char c, size_t n) { in repeat() function
/third_party/unity/extras/fixture/test/
H A Dunity_fixture_Test.c159 static const char* repeat[] = { variable
/third_party/python/Lib/test/
H A Dtest_iterlen.py45 from itertools import repeat namespace
/device/soc/rockchip/common/hardware/mpp/include/
H A Drk_venc_ref.h196 signed int repeat; /* repeat times */ member
/device/soc/rockchip/rk3399/hardware/mpp/include/
H A Drk_venc_ref.h197 RK_S32 repeat; /* repeat times */ member
/device/soc/rockchip/rk3568/hardware/mpp/include/
H A Drk_venc_ref.h197 RK_S32 repeat; /* repeat times */ member

Completed in 12 milliseconds

12345678910