Home
last modified time | relevance | path

Searched refs:stop (Results 126 - 150 of 3087) sorted by relevance

12345678910>>...124

/kernel/linux/linux-5.10/drivers/staging/media/meson/vdec/
H A Dvdec_1.c164 codec_ops->stop(sess); in vdec_1_stop()
214 goto stop; in vdec_1_start()
218 goto stop; in vdec_1_start()
237 stop: in vdec_1_start()
244 .stop = vdec_1_stop,
H A Dvdec_hevc.c124 codec_ops->stop(sess); in vdec_hevc_stop()
209 goto stop; in vdec_hevc_start()
213 goto stop; in vdec_hevc_start()
225 stop: in vdec_hevc_start()
232 .stop = vdec_hevc_stop,
/kernel/linux/linux-6.6/drivers/staging/media/meson/vdec/
H A Dvdec_hevc.c124 codec_ops->stop(sess); in vdec_hevc_stop()
209 goto stop; in vdec_hevc_start()
213 goto stop; in vdec_hevc_start()
225 stop: in vdec_hevc_start()
232 .stop = vdec_hevc_stop,
H A Dvdec_1.c164 codec_ops->stop(sess); in vdec_1_stop()
214 goto stop; in vdec_1_start()
218 goto stop; in vdec_1_start()
237 stop: in vdec_1_start()
244 .stop = vdec_1_stop,
/third_party/alsa-lib/test/
H A Drawmidi.c24 int stop=0; variable
28 stop=1; in sighandler()
178 fprintf(stderr,"Press ctrl-c to stop\n"); in main()
184 while (!stop) { in main()
208 while (!stop) { in main()
247 while (!stop) { in main()
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dperf_get_concurrent.c110 stop (const char *desc) in stop() function
243 stop (poll_flag ? "internal poll" : "internal select"); in testInternalGet()
260 stop (poll_flag ? "thread with poll" : "thread with select"); in testMultithreadedGet()
277 stop (poll_flag ? "thread pool with poll" : "thread pool with select"); in testMultithreadedPoolGet()
327 stop ("external select"); in testExternalGet()
/third_party/python/Lib/test/
H A Dfork_wait.py27 self.stop = 0
32 self.stop = 1
40 while not self.stop:
/third_party/vk-gl-cts/executor/
H A DxeLocalTcpIpLink.cpp46 stop(); in ~LocalTcpIpLink()
104 stop(); in start()
109 void LocalTcpIpLink::stop (void) in stop() function in xe::LocalTcpIpLink
/third_party/skia/src/core/
H A DSkStringUtils.cpp58 const uint16_t* stop = src + count; in SkStringFromUTF16() local
65 SkUnichar u = SkUTF::NextUTF16(&ptr, stop); in SkStringFromUTF16()
76 out += SkUTF::ToUTF8(SkUTF::NextUTF16(&ptr, stop), out); in SkStringFromUTF16()
/third_party/skia/tools/viewer/
H A DTouchGesture.h26 void stop() { fFlinger.stop(); } in stop() function in TouchGesture
63 void stop() { fActive = false; } in stop() function
/third_party/skia/modules/sksg/src/
H A DSkSGGradient.cpp27 for (const auto& stop : fColorStops) { in onRevalidateShader()
28 colors.push_back(stop.fColor); in onRevalidateShader()
29 position = SkTPin(stop.fPosition, position, 1.0f); in onRevalidateShader()
33 // TODO: detect even stop distributions, pass null for positions. in onRevalidateShader()
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-exynos5.c432 goto stop; in exynos5_i2c_irq()
436 goto stop; in exynos5_i2c_irq()
440 goto stop; in exynos5_i2c_irq()
444 goto stop; in exynos5_i2c_irq()
451 goto stop; in exynos5_i2c_irq()
455 goto stop; in exynos5_i2c_irq()
459 goto stop; in exynos5_i2c_irq()
463 goto stop; in exynos5_i2c_irq()
504 stop: in exynos5_i2c_irq()
597 * stop
604 exynos5_i2c_message_start(struct exynos5_i2c *i2c, int stop) exynos5_i2c_message_start() argument
671 exynos5_i2c_xfer_msg(struct exynos5_i2c *i2c, struct i2c_msg *msgs, int stop) exynos5_i2c_xfer_msg() argument
[all...]
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-exynos5.c468 goto stop; in exynos5_i2c_irq()
472 goto stop; in exynos5_i2c_irq()
476 goto stop; in exynos5_i2c_irq()
480 goto stop; in exynos5_i2c_irq()
492 goto stop; in exynos5_i2c_irq()
496 goto stop; in exynos5_i2c_irq()
500 goto stop; in exynos5_i2c_irq()
504 goto stop; in exynos5_i2c_irq()
547 stop: in exynos5_i2c_irq()
640 * stop
647 exynos5_i2c_message_start(struct exynos5_i2c *i2c, int stop) exynos5_i2c_message_start() argument
714 exynos5_i2c_xfer_msg(struct exynos5_i2c *i2c, struct i2c_msg *msgs, int stop) exynos5_i2c_xfer_msg() argument
[all...]
/third_party/typescript/tests/baselines/reference/
H A DtypeSatisfaction_ensureInterfaceImpl.js11 stop() { }
21 stop: function () { }
/kernel/linux/linux-5.10/drivers/isdn/capi/
H A Dkcapi_proc.c100 .stop = controller_stop,
107 .stop = controller_stop,
182 .stop = applications_stop,
189 .stop = applications_stop,
/kernel/linux/linux-5.10/drivers/watchdog/
H A Dmtx-1_wdt.c51 struct completion stop; member
75 complete(&mtx1_wdt_device.stop); in mtx1_wdt_trigger()
210 init_completion(&mtx1_wdt_device.stop); in mtx1_wdt_probe()
231 wait_for_completion(&mtx1_wdt_device.stop); in mtx1_wdt_remove()
/kernel/linux/linux-6.6/drivers/watchdog/
H A Dmtx-1_wdt.c49 struct completion stop; member
73 complete(&mtx1_wdt_device.stop); in mtx1_wdt_trigger()
208 init_completion(&mtx1_wdt_device.stop); in mtx1_wdt_probe()
229 wait_for_completion(&mtx1_wdt_device.stop); in mtx1_wdt_remove()
/kernel/linux/linux-6.6/drivers/isdn/capi/
H A Dkcapi_proc.c100 .stop = controller_stop,
107 .stop = controller_stop,
182 .stop = applications_stop,
189 .stop = applications_stop,
/third_party/skia/src/utils/
H A DSkParse.cpp206 char* stop; in FindScalar() local
207 float v = (float)strtod(str, &stop); in FindScalar()
208 if (str == stop) { in FindScalar()
214 return stop; in FindScalar()
/third_party/python/Lib/unittest/test/testmock/
H A Dtestcallable.py60 self.addCleanup(patcher.stop)
72 self.addCleanup(patcher.stop)
84 self.addCleanup(patcher.stop)
93 self.addCleanup(patcher.stop)
/third_party/ffmpeg/libavcodec/
H A Dunary.h29 * @param[in] stop The bitstop value (unary code of 1's or 0's)
32 * code excluding the stop bit.
46 static inline int get_unary(GetBitContext *gb, int stop, int len) in get_unary() argument
50 for(i = 0; i < len && get_bits1(gb) != stop; i++); in get_unary()
/kernel/linux/linux-5.10/lib/raid6/
H A Davx2.c82 static void raid6_avx21_xor_syndrome(int disks, int start, int stop, in raid6_avx21_xor_syndrome() argument
89 z0 = stop; /* P/Q right side optimization */ in raid6_avx21_xor_syndrome()
192 static void raid6_avx22_xor_syndrome(int disks, int start, int stop, in raid6_avx22_xor_syndrome() argument
199 z0 = stop; /* P/Q right side optimization */ in raid6_avx22_xor_syndrome()
353 static void raid6_avx24_xor_syndrome(int disks, int start, int stop, in raid6_avx24_xor_syndrome() argument
360 z0 = stop; /* P/Q right side optimization */ in raid6_avx24_xor_syndrome()
H A Dsse2.c87 static void raid6_sse21_xor_syndrome(int disks, int start, int stop, in raid6_sse21_xor_syndrome() argument
94 z0 = stop; /* P/Q right side optimization */ in raid6_sse21_xor_syndrome()
198 static void raid6_sse22_xor_syndrome(int disks, int start, int stop, in raid6_sse22_xor_syndrome() argument
205 z0 = stop; /* P/Q right side optimization */ in raid6_sse22_xor_syndrome()
364 static void raid6_sse24_xor_syndrome(int disks, int start, int stop, in raid6_sse24_xor_syndrome() argument
371 z0 = stop; /* P/Q right side optimization */ in raid6_sse24_xor_syndrome()
/kernel/linux/linux-6.6/tools/perf/bench/
H A Dbreakpoint.c118 struct timeval start, stop, diff; in bench_breakpoint_thread() local
147 gettimeofday(&stop, NULL); in bench_breakpoint_thread()
148 timersub(&stop, &start, &diff); in bench_breakpoint_thread()
204 struct timeval start, stop, diff; in bench_breakpoint_enable() local
237 gettimeofday(&stop, NULL); in bench_breakpoint_enable()
238 timersub(&stop, &start, &diff); in bench_breakpoint_enable()
/kernel/linux/linux-6.6/lib/raid6/
H A Davx2.c82 static void raid6_avx21_xor_syndrome(int disks, int start, int stop, in raid6_avx21_xor_syndrome() argument
89 z0 = stop; /* P/Q right side optimization */ in raid6_avx21_xor_syndrome()
192 static void raid6_avx22_xor_syndrome(int disks, int start, int stop, in raid6_avx22_xor_syndrome() argument
199 z0 = stop; /* P/Q right side optimization */ in raid6_avx22_xor_syndrome()
353 static void raid6_avx24_xor_syndrome(int disks, int start, int stop, in raid6_avx24_xor_syndrome() argument
360 z0 = stop; /* P/Q right side optimization */ in raid6_avx24_xor_syndrome()

Completed in 13 milliseconds

12345678910>>...124