Home
last modified time | relevance | path

Searched refs:ret0 (Results 26 - 50 of 62) sorted by relevance

123

/third_party/optimized-routines/string/aarch64/
H A Dstrncmp.S47 cbz limit, L(ret0)
255 L(ret0):
/kernel/linux/linux-5.10/arch/parisc/lib/
H A Dlusercopy.S156 save_src = ret0
281 sub end,dst,ret0
/kernel/linux/linux-6.6/arch/parisc/lib/
H A Dlusercopy.S106 save_src = ret0
231 sub end,dst,ret0
/third_party/FreeBSD/contrib/gdtoa/
H A Dstrtod.c156 goto ret0;
259 goto ret0;
334 ret0:
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H A Dasmregs.h17 ret0: .reg %r28
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H A Dasmregs.h17 ret0: .reg %r28
/kernel/linux/linux-5.10/drivers/dma/
H A Dpch_dma.c699 int ret0 = IRQ_NONE; in pd_irq() local
716 ret0 = IRQ_HANDLED; in pd_irq()
730 if (ret0) in pd_irq()
735 return ret0 | ret2; in pd_irq()
/kernel/linux/linux-5.10/drivers/iio/adc/
H A Dstm32-dfsdm-adc.c317 int ret0, ret1; in stm32_dfsdm_compute_all_osrs() local
322 ret0 = stm32_dfsdm_compute_osrs(fl, 0, oversamp); in stm32_dfsdm_compute_all_osrs()
324 if (ret0 < 0 && ret1 < 0) { in stm32_dfsdm_compute_all_osrs()
327 ret0, ret1); in stm32_dfsdm_compute_all_osrs()
/kernel/linux/linux-6.6/drivers/dma/
H A Dpch_dma.c699 int ret0 = IRQ_NONE; in pd_irq() local
716 ret0 = IRQ_HANDLED; in pd_irq()
730 if (ret0) in pd_irq()
735 return ret0 | ret2; in pd_irq()
/kernel/linux/linux-6.6/drivers/iio/adc/
H A Dstm32-dfsdm-adc.c318 int ret0, ret1; in stm32_dfsdm_compute_all_osrs() local
323 ret0 = stm32_dfsdm_compute_osrs(fl, 0, oversamp); in stm32_dfsdm_compute_all_osrs()
325 if (ret0 < 0 && ret1 < 0) { in stm32_dfsdm_compute_all_osrs()
328 ret0, ret1); in stm32_dfsdm_compute_all_osrs()
/kernel/linux/linux-5.10/sound/pci/ac97/
H A Dac97_patch.c2229 int ret0; in snd_ac97_ad1986_lososel_put() local
2233 ret0 = snd_ac97_update_bits(ac97, AC97_AD_MISC3, AC97_AD1986_LOSEL, in snd_ac97_ad1986_lososel_put()
2236 if (ret0 < 0) in snd_ac97_ad1986_lososel_put()
2237 return ret0; in snd_ac97_ad1986_lososel_put()
2247 return (ret0 > 0 || ret1 > 0) ? 1 : 0; in snd_ac97_ad1986_lososel_put()
2265 int ret0; in snd_ac97_ad1986_spread_put() local
2269 ret0 = snd_ac97_update_bits(ac97, AC97_AD_MISC, AC97_AD1986_SPRD, in snd_ac97_ad1986_spread_put()
2272 if (ret0 < 0) in snd_ac97_ad1986_spread_put()
2273 return ret0; in snd_ac97_ad1986_spread_put()
2283 return (ret0 > in snd_ac97_ad1986_spread_put()
[all...]
/kernel/linux/linux-6.6/sound/pci/ac97/
H A Dac97_patch.c2260 int ret0; in snd_ac97_ad1986_lososel_put() local
2264 ret0 = snd_ac97_update_bits(ac97, AC97_AD_MISC3, AC97_AD1986_LOSEL, in snd_ac97_ad1986_lososel_put()
2267 if (ret0 < 0) in snd_ac97_ad1986_lososel_put()
2268 return ret0; in snd_ac97_ad1986_lososel_put()
2278 return (ret0 > 0 || ret1 > 0) ? 1 : 0; in snd_ac97_ad1986_lososel_put()
2296 int ret0; in snd_ac97_ad1986_spread_put() local
2300 ret0 = snd_ac97_update_bits(ac97, AC97_AD_MISC, AC97_AD1986_SPRD, in snd_ac97_ad1986_spread_put()
2303 if (ret0 < 0) in snd_ac97_ad1986_spread_put()
2304 return ret0; in snd_ac97_ad1986_spread_put()
2314 return (ret0 > in snd_ac97_ad1986_spread_put()
[all...]
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dpal.S121 .ret0: mov psr.l = loc3
H A Dgate.S165 .ret0: adds base0=(BSP_OFF+SIGCONTEXT_OFF),sp
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dpal.S121 .ret0: mov psr.l = loc3
H A Dgate.S165 .ret0: adds base0=(BSP_OFF+SIGCONTEXT_OFF),sp
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dentry.S2182 STREG %ret0,8(%r3)
2191 load32 ftrace_return_to_handler,%ret0
2195 bve (%ret0)
2197 bv %r0(%ret0)
2201 copy %ret0,%rp
2204 LDREG 8(%r3),%ret0
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dentry.S2108 STREG %ret0,8(%r3)
2117 load32 ftrace_return_to_handler,%ret0
2121 bve (%ret0)
2123 bv %r0(%ret0)
2127 copy %ret0,%rp
2130 LDREG 8(%r3),%ret0
/foundation/distributeddatamgr/preferences/test/native/unittest/
H A Dpreferences_test.cpp384 int ret0 = pref->GetInt(KEY_TEST_INT_ELEMENT, -1); in HWTEST_F() local
385 EXPECT_EQ(ret0, -1); in HWTEST_F()
/kernel/linux/linux-5.10/fs/afs/
H A Drxrpc.c666 ret = call->ret0; in afs_wait_for_call_to_complete()
667 call->ret0 = 0; in afs_wait_for_call_to_complete()
/kernel/linux/linux-6.6/fs/afs/
H A Drxrpc.c639 ret = call->ret0; in afs_wait_for_call_to_complete()
640 call->ret0 = 0; in afs_wait_for_call_to_complete()
/kernel/linux/linux-5.10/arch/ia64/lib/
H A Dmemset.S67 mov ret0 = dest // return value
/kernel/linux/linux-6.6/arch/ia64/lib/
H A Dmemset.S67 mov ret0 = dest // return value
/test/xts/acts/graphic/graphicnapitest/
H A DNativeImageTest.cpp914 int32_t ret0; in HWTEST_F() local
916 ret0 = OH_NativeImage_AcquireNativeWindowBuffer(image, &nativeWindowBuffer, &fenceFd); in HWTEST_F()
920 ASSERT_EQ(ret0, NATIVE_ERROR_NO_BUFFER); in HWTEST_F()
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Dia64-mont.pl93 mov ret0=r0 };;
364 { .mmi; mov ret0=1 // signal "handled"
856 mov ret0=1 } // signal "handled"

Completed in 40 milliseconds

123