/kernel/linux/linux-5.10/drivers/staging/media/meson/vdec/ |
H A D | vdec_1.c | 164 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 D | vdec_hevc.c | 124 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 D | vdec_hevc.c | 124 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 D | vdec_1.c | 164 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 D | rawmidi.c | 24 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 D | perf_get_concurrent.c | 110 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 D | fork_wait.py | 27 self.stop = 0 32 self.stop = 1 40 while not self.stop:
|
/third_party/vk-gl-cts/executor/ |
H A D | xeLocalTcpIpLink.cpp | 46 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 D | SkStringUtils.cpp | 58 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 D | TouchGesture.h | 26 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 D | SkSGGradient.cpp | 27 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 D | i2c-exynos5.c | 432 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 D | i2c-exynos5.c | 468 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 D | typeSatisfaction_ensureInterfaceImpl.js | 11 stop() { } 21 stop: function () { }
|
/kernel/linux/linux-5.10/drivers/isdn/capi/ |
H A D | kcapi_proc.c | 100 .stop = controller_stop, 107 .stop = controller_stop, 182 .stop = applications_stop, 189 .stop = applications_stop,
|
/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | mtx-1_wdt.c | 51 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 D | mtx-1_wdt.c | 49 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 D | kcapi_proc.c | 100 .stop = controller_stop, 107 .stop = controller_stop, 182 .stop = applications_stop, 189 .stop = applications_stop,
|
/third_party/skia/src/utils/ |
H A D | SkParse.cpp | 206 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 D | testcallable.py | 60 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 D | unary.h | 29 * @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 D | avx2.c | 82 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 D | sse2.c | 87 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 D | breakpoint.c | 118 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 D | avx2.c | 82 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()
|