Searched refs:t3 (Results 1 - 17 of 17) sorted by relevance

/bionic/libc/arch-mips/include/machine/
H A Dregdef.h67 #define t3 $15 macro
72 #define t3 $11 macro
/bionic/libc/arch-mips64/include/machine/
H A Dregdef.h67 #define t3 $15 macro
72 #define t3 $11 macro
/bionic/libc/versioner-dependencies/mips/arch-mips/machine/
H A Dregdef.h67 #define t3 $15 macro
72 #define t3 $11 macro
/bionic/libc/versioner-dependencies/mips64/arch-mips64/machine/
H A Dregdef.h67 #define t3 $15 macro
72 #define t3 $11 macro
/bionic/libc/kernel/uapi/linux/
H A Dgsmmux.h32 unsigned int t3; member in struct:gsm_config
H A Dax25.h105 unsigned int t3, t3timer; member in struct:ax25_info_struct_deprecated
116 unsigned int t3, t3timer; member in struct:ax25_info_struct
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dgsmmux.h32 unsigned int t3; member in struct:gsm_config
H A Dax25.h105 unsigned int t3, t3timer; member in struct:ax25_info_struct_deprecated
116 unsigned int t3, t3timer; member in struct:ax25_info_struct
/bionic/linker/arch/mips/
H A Dbegin.S55 li $t3, DT_PLTGOT
61 bne $t2, $t3, 1f /* DT_PLTGOT? */
/bionic/linker/arch/mips64/
H A Dbegin.S73 LI t3, DT_PLTGOT
79 bne t2, t3, 1f /* DT_PLTGOT? */
/bionic/libc/arch-mips/bionic/
H A Dsetjmp.S248 m_mangle_reg_and_store s1, t0, t3, SC_REGS+2*REGSZ(a0)
251 m_mangle_reg_and_store s4, t0, t3, SC_REGS+5*REGSZ(a0)
254 m_mangle_reg_and_store s7, t0, t3, SC_REGS+8*REGSZ(a0)
257 m_mangle_reg_and_store v1, t0, t3, SC_REGS+11*REGSZ(a0)
365 m_unmangle_reg_and_load s1, t0, t3, SC_REGS+2*REGSZ(a0)
368 m_unmangle_reg_and_load s4, t0, t3, SC_REGS+5*REGSZ(a0)
371 m_unmangle_reg_and_load s7, t0, t3, SC_REGS+8*REGSZ(a0)
374 m_unmangle_reg_and_load sp, t0, t3, SC_REGS+11*REGSZ(a0)
/bionic/libc/arch-mips64/bionic/
H A Dsetjmp.S248 m_mangle_reg_and_store s1, t0, t3, SC_REGS+2*REGSZ(a0)
251 m_mangle_reg_and_store s4, t0, t3, SC_REGS+5*REGSZ(a0)
254 m_mangle_reg_and_store s7, t0, t3, SC_REGS+8*REGSZ(a0)
257 m_mangle_reg_and_store v1, t0, t3, SC_REGS+11*REGSZ(a0)
365 m_unmangle_reg_and_load s1, t0, t3, SC_REGS+2*REGSZ(a0)
368 m_unmangle_reg_and_load s4, t0, t3, SC_REGS+5*REGSZ(a0)
371 m_unmangle_reg_and_load s7, t0, t3, SC_REGS+8*REGSZ(a0)
374 m_unmangle_reg_and_load sp, t0, t3, SC_REGS+11*REGSZ(a0)
/bionic/tests/
H A Dsemaphore_test.cpp80 pthread_t t1, t2, t3; local
83 ASSERT_EQ(0, pthread_create(&t3, NULL, SemWaitThreadFn, &s));
92 ASSERT_EQ(0, pthread_join(t3, &result));
/bionic/libc/arch-mips/string/
H A Dstrcmp.S157 SUBU t3, t0, t2 #t3 will be used as shifter
199 SLL t1, a3, t3; \
210 SLL t3, 3 #multiply by 8
212 SRL a3, t3
/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_lgammaf_r.c49 t3 = -1.47586212e-01, /* 0xbe1720d7 */ variable
179 p = t0+y*t1+y*y*(t2+y*(t3+y*(t4+y*(t5+y*(t6+y*t7)))));
H A De_lgamma_r.c114 t3 = -3.27885410759859649565e-02, /* 0xBFA0C9A8, 0xDF35B713 */ variable
260 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A De_lgammal_r.c75 t3 = -1.47587722994530702030955093950668275e-01L, variable
284 p = t0+y*t1+tt+y*y*(t2+y*(t3+y*(t4+y*(t5+y*(t6+y*(t7+y*(t8+

Completed in 325 milliseconds