Searched refs:t2 (Results 1 - 4 of 4) sorted by relevance

/system/extras/tests/bionic/libc/common/
H A Dtest_pthread_join.c65 pthread_t t1, t2, t3; local
68 pthread_create( &t2, NULL, thread2_func, (void*)t1 );
71 pthread_join(t2, NULL);
/system/extras/tests/bionic/libc/bionic/
H A Dtest_pthread_create.c22 pthread_t t1, t2; local
/system/core/libcutils/tests/memset_mips/
H A Dandroid_memset_test.S45 DBG andi $t2,$a2,1 /* $a2 must be even */
46 DBG tne $t2
63 sll $t2,$a1,16
65 or $a1,$t2
74 subu $t2,$a2,$t1 /* $t2 is the number of bytes to do in loop64 */
75 addu $t3,$a0,$t2 /* $t3 is the end marker for loop64 */
76 subu $a2,$t2
146 DBG andi $t2,$a2,3 /* $a2 must be a multiple of 4 bytes */
147 DBG tne $t2
[all...]
/system/core/libmincrypt/
H A Dsha256.c89 uint32_t t2 = s0 + maj; local
101 A = t1 + t2;

Completed in 90 milliseconds