/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv98_video_vp.c | 182 unsigned spin = 0; in nv98_decoder_vp() local 185 if ((spin++ & 0xff) == 0xff) { in nv98_decoder_vp()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_video_bsp.c | 221 unsigned spin = 0; in nvc0_decoder_bsp_end() local 224 if ((spin++ & 0xff) == 0xff) { in nvc0_decoder_bsp_end()
|
H A D | nvc0_video_vp.c | 182 unsigned spin = 0; in nvc0_decoder_vp() local 185 if ((spin++ & 0xff) == 0xff) { in nvc0_decoder_vp()
|
/third_party/skia/src/core/ |
H A D | SkColorSpace.cpp | 174 skcms_Matrix3x3 spin = {{ in makeColorSpin() local 180 skcms_Matrix3x3 spun = skcms_Matrix3x3_concat(&fToXYZD50, &spin); in makeColorSpin()
|
/kernel/linux/linux-5.10/drivers/net/can/softing/ |
H A D | softing.h | 41 spinlock_t spin; /* protect this structure & DPRAM access */ member
|
/kernel/linux/linux-6.6/drivers/net/can/softing/ |
H A D | softing.h | 41 spinlock_t spin; /* protect this structure & DPRAM access */ member
|
/third_party/skia/modules/particles/include/ |
H A D | SkParticleEffect.h | 64 // float spin = 0; // Angular velocity, in (radians / second) 80 // float spin; 134 SkVector velocity, float spin, SkColor4f color, float frame, float seed); 143 0.0f, // spin in start()
|
/third_party/libwebsockets/lib/roles/http/server/ |
H A D | fops-zip.c | 529 spin: in lws_fops_zip_read() 562 goto spin; in lws_fops_zip_read()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ci/ |
H A D | radeonsi-run-tests.py | 255 spin = itertools.cycle("-\\|/") variable 296 sys.stdout.write(next(spin))
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/ |
H A D | x86_64cpuid.s | 19 L$spin: leaq (%rsi,%rax,1),%r8 22 jne L$spin
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/ |
H A D | x86_64cpuid.s | 19 L$spin: leaq (%rsi,%rax,1),%r8 22 jne L$spin
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_runners.py | 176 async def spin(): function 190 lazyboy = asyncio.create_task(spin())
|
/third_party/skia/tools/calmbench/ |
H A D | ab.py | 160 def spin(): function 175 ts = Thread(target = spin);
|
/third_party/ffmpeg/libavcodec/ |
H A D | hevcpred_template.c | 86 int spin = c_idx && !size_in_tbs_v && ((2 * y0) & (1 << s->ps.sps->log2_min_tb_size)); in intra_pred() local 107 int cand_bottom_left = lc->na.cand_bottom_left && cur_tb_addr > MIN_TB_ADDR_ZS( x_tb - 1, (y_tb + size_in_tbs_v + spin) & s->ps.sps->tb_mask); in intra_pred() 111 int cand_up_right = lc->na.cand_up_right && !spin && cur_tb_addr > MIN_TB_ADDR_ZS((x_tb + size_in_tbs_h) & s->ps.sps->tb_mask, y_tb - 1); in intra_pred()
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | sparccpuid.S | 197 .spin: call YIELD_CPU 201 be .spin 205 be .spin
|
/third_party/openssl/crypto/ |
H A D | sparccpuid.S | 197 .spin: call YIELD_CPU 201 be .spin 205 be .spin
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | mca.c | 115 #define NOTIFY_INIT(event, regs, arg, spin) \ 118 == NOTIFY_STOP) && ((spin) == 1)) \ 122 #define NOTIFY_MCA(event, regs, arg, spin) \ 125 == NOTIFY_STOP) && ((spin) == 1)) \ 799 cpu_relax(); /* spin until monarch leaves */ in ia64_mca_rendez_int_handler() 1312 * rendezvous loop. They will leave SAL, then spin in the OS in ia64_mca_handler() 1321 cpu_relax(); /* spin until monarch wakes us */ in ia64_mca_handler() 1363 cpu_relax(); /* spin until last cpu leaves */ in ia64_mca_handler() 1655 * the processes. The slave INIT events all spin until the monarch cpu 1712 cpu_relax(); /* spin unti in ia64_init_handler() [all...] |
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | mca.c | 117 #define NOTIFY_INIT(event, regs, arg, spin) \ 120 == NOTIFY_STOP) && ((spin) == 1)) \ 124 #define NOTIFY_MCA(event, regs, arg, spin) \ 127 == NOTIFY_STOP) && ((spin) == 1)) \ 800 cpu_relax(); /* spin until monarch leaves */ in ia64_mca_rendez_int_handler() 1313 * rendezvous loop. They will leave SAL, then spin in the OS in ia64_mca_handler() 1322 cpu_relax(); /* spin until monarch wakes us */ in ia64_mca_handler() 1364 cpu_relax(); /* spin until last cpu leaves */ in ia64_mca_handler() 1656 * the processes. The slave INIT events all spin until the monarch cpu 1713 cpu_relax(); /* spin unti in ia64_init_handler() [all...] |
/kernel/linux/linux-5.10/kernel/locking/ |
H A D | spinlock.c | 33 * If lockdep is enabled then we use the non-preemption spin-ops 35 * not re-enabled during lock-acquire (which the preempt-spin-ops do): 63 * This could be a long-held lock. We both prepare to spin for a long 121 * __[spin|read|write]_lock() 122 * __[spin|read|write]_lock_irq() 123 * __[spin|read|write]_lock_irqsave() 124 * __[spin|read|write]_lock_bh() 126 BUILD_LOCK_OPS(spin, raw_spinlock);
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | iomap.h | 266 int iomap_dio_iopoll(struct kiocb *kiocb, bool spin);
|
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | sram242x.S | 260 mov r4, #100 @ dead spin a bit 274 mov r0, #1000 @ dead spin a bit
|
H A D | sram243x.S | 260 mov r4, #100 @ dead spin a bit 274 mov r0, #1000 @ dead spin a bit
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | sram242x.S | 260 mov r4, #100 @ dead spin a bit 274 mov r0, #1000 @ dead spin a bit
|
H A D | sram243x.S | 260 mov r4, #100 @ dead spin a bit 274 mov r0, #1000 @ dead spin a bit
|
/kernel/linux/linux-5.10/fs/iomap/ |
H A D | direct-io.c | 52 int iomap_dio_iopoll(struct kiocb *kiocb, bool spin) in iomap_dio_iopoll() argument 58 return blk_poll(q, READ_ONCE(kiocb->ki_cookie), spin); in iomap_dio_iopoll()
|