Searched refs:Loop (Results 1 - 15 of 15) sorted by relevance

/haiku/src/system/libroot/posix/glibc/arch/m68k/
H A Dadd_n.S51 L(Loop:)
61 dbf R(d2),L(Loop) /* loop until 16 lsb of %4 == -1 */
66 bra L(Loop)
H A Daddmul_1.S59 L(Loop:)
71 dbf R(s1_size),L(Loop)
74 bcc L(Loop)
H A Dmul_1.S63 L(Loop:)
73 dbf R(s1_size),L(Loop)
77 bcc L(Loop)
H A Dsub_n.S51 L(Loop:)
61 dbf R(d2),L(Loop) /* loop until 16 lsb of %4 == -1 */
66 bra L(Loop)
H A Dsubmul_1.S59 L(Loop:)
71 dbf R(s1_size),L(Loop)
74 bcc L(Loop)
H A Dlshift.S90 L(Loop:)
105 dbf R(s_size),L(Loop)
107 bcc L(Loop)
H A Drshift.S79 L(Loop:)
94 dbf R(s_size),L(Loop)
96 bcc L(Loop)
/haiku/src/system/libroot/posix/glibc/arch/sparc/
H A Dmul_1.S51 .Loop:
76 bne,pt %xcc,.Loop
H A Dlshift.S60 .Loop: ldx [%o1-16],%g3
86 bne,pt %xcc,.Loop
H A Drshift.S57 .Loop: ldx [%o1+8],%g3
83 bne,pt %xcc,.Loop
/haiku/src/system/libroot/posix/glibc/arch/x86/
H A Dlshift.S163 L(Loop):
198 jnz L(Loop)
H A Drshift.S163 L(Loop):
198 jnz L(Loop)
/haiku/headers/os/app/
H A DLooper.h70 // Loop control
72 void Loop();
83 // Loop debugging
/haiku/src/kits/app/
H A DLooper.cpp510 BLooper::Loop() function in class:BLooper
515 // Not allowed to call Loop() or Run() more than once
516 debugger("can't call BLooper::Loop twice!");
H A DApplication.cpp595 Loop();

Completed in 52 milliseconds