/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/mips/ |
A D | memcpy.S | 60 addiu t2, -1 95 ld t2, 16(a1) 149 addiu t2, -1 189 lb t2, 1(a1) 191 lb t2, 2(a1) 193 lb t2, 3(a1) 195 lb t2, 4(a1) 197 lb t2, 5(a1) 199 lb t2, 6(a1) 201 lb t2, 7(a1) [all …]
|
A D | memset.S | 57 andi t2, ta0, 0x3 58 beq t2, zero, L(sb4) 59 addiu t2, -1 # prepare to set 1, 2, or 3 bytes 60 beq t2, zero, L(sb1) 61 addiu t2, -1 62 beq t2, zero, L(sb2) 70 andi t2, ta0, 0x4 71 beq t2, zero, L(sbend) 144 beq t2, zero, L(sb1) 145 addiu t2, -1 [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/ |
A D | makecontext.S | 94 PTR_L t2, STACK_SIZE(a0) 96 PTR_ADDU t0, t2 101 PTR_ADDIU t2, a0, MCONTEXT_GREGS + 4 * SZREG 107 REG_S v1, (t2) 108 PTR_ADDIU t2, SZREG 113 PTR_SUBU t2, a2, t3 114 PTR_SLL t2, 3 115 PTR_SUBU t0, t2 119 move t2, t0 124 REG_S v1, (t2) [all …]
|
A D | syscall.S | 51 lw t2,7*4(sp) 55 sw t2,6*4(sp)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/ |
A D | xdr_intXX_t.c | 29 uint32_t t2; in xdr_int64_t() local 35 t2 = (int32_t) (*ip); in xdr_int64_t() 36 return (XDR_PUTINT32(xdrs, &t1) && XDR_PUTINT32(xdrs, (int32_t *) &t2)); in xdr_int64_t() 38 if (!XDR_GETINT32(xdrs, &t1) || !XDR_GETINT32(xdrs, (int32_t *) &t2)) in xdr_int64_t() 41 *ip |= t2; in xdr_int64_t() 56 uint32_t t2; in strong_alias_untyped() local 62 t2 = (uint32_t) (*uip); in strong_alias_untyped() 64 XDR_PUTINT32(xdrs, (int32_t *) &t2)); in strong_alias_untyped() 67 !XDR_GETINT32(xdrs, (int32_t *) &t2)) in strong_alias_untyped() 70 *uip |= t2; in strong_alias_untyped()
|
A D | xdr.c | 253 unsigned long t2; in libc_hidden_def() local 258 t2 = (long) (*llp); in libc_hidden_def() 259 return (XDR_PUTLONG(xdrs, &t1) && XDR_PUTLONG(xdrs, (long *) &t2)); in libc_hidden_def() 264 if (!XDR_GETLONG(xdrs, &t1) || !XDR_GETLONG(xdrs, (long *) &t2)) in libc_hidden_def() 268 *llp |= t2; in libc_hidden_def() 288 unsigned long t2; in libc_hidden_def() local 293 t2 = (unsigned long) (*ullp); in libc_hidden_def() 294 return (XDR_PUTLONG(xdrs, (long *) &t1) && XDR_PUTLONG(xdrs, (long *) &t2)); in libc_hidden_def() 299 if (!XDR_GETLONG(xdrs, (long *) &t1) || !XDR_GETLONG(xdrs, (long *) &t2)) in libc_hidden_def() 302 *ullp |= t2; in libc_hidden_def()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/string/ |
A D | bug-strcoll1.c | 9 const char t2[] = "00000-00000.COM"; in main() local 15 res1 = strcoll (t1, t2); in main() 16 printf ("strcoll (\"%s\", \"%s\") = %d\n", t1, t2, res1); in main() 17 res2 = strcoll (t2, t1); in main() 18 printf ("strcoll (\"%s\", \"%s\") = %d\n", t2, t1, res2); in main()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/ext/pb_ds/ |
A D | assoc_container.hpp | 126 basic_hash_table(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_hash_table() argument 129 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3) in basic_hash_table() argument 130 : base_type(t0, t1, t2, t3) { } in basic_hash_table() 134 : base_type(t0, t1, t2, t3, t4) { } in basic_hash_table() 139 : base_type(t0, t1, t2, t3, t4, t5) { } in basic_hash_table() 144 : base_type(t0, t1, t2, t3, t4, t5, t6) { } in basic_hash_table() 579 basic_branch(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_branch() argument 582 basic_branch(T0 t0, T1 t1, T2 t2, T3 t3) in basic_branch() argument 583 : base_type(t0, t1, t2, t3) { } in basic_branch() 587 : base_type(t0, t1, t2, t3, t4) { } in basic_branch() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/ext/pb_ds/ |
A D | assoc_container.hpp | 126 basic_hash_table(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_hash_table() argument 129 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3) in basic_hash_table() argument 130 : base_type(t0, t1, t2, t3) { } in basic_hash_table() 134 : base_type(t0, t1, t2, t3, t4) { } in basic_hash_table() 139 : base_type(t0, t1, t2, t3, t4, t5) { } in basic_hash_table() 144 : base_type(t0, t1, t2, t3, t4, t5, t6) { } in basic_hash_table() 579 basic_branch(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_branch() argument 582 basic_branch(T0 t0, T1 t1, T2 t2, T3 t3) in basic_branch() argument 583 : base_type(t0, t1, t2, t3) { } in basic_branch() 587 : base_type(t0, t1, t2, t3, t4) { } in basic_branch() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/ext/pb_ds/ |
A D | assoc_container.hpp | 126 basic_hash_table(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_hash_table() argument 129 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3) in basic_hash_table() argument 130 : base_type(t0, t1, t2, t3) { } in basic_hash_table() 134 : base_type(t0, t1, t2, t3, t4) { } in basic_hash_table() 139 : base_type(t0, t1, t2, t3, t4, t5) { } in basic_hash_table() 144 : base_type(t0, t1, t2, t3, t4, t5, t6) { } in basic_hash_table() 579 basic_branch(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_branch() argument 582 basic_branch(T0 t0, T1 t1, T2 t2, T3 t3) in basic_branch() argument 583 : base_type(t0, t1, t2, t3) { } in basic_branch() 587 : base_type(t0, t1, t2, t3, t4) { } in basic_branch() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/ext/pb_ds/ |
A D | assoc_container.hpp | 126 basic_hash_table(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_hash_table() argument 129 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3) in basic_hash_table() argument 130 : base_type(t0, t1, t2, t3) { } in basic_hash_table() 134 : base_type(t0, t1, t2, t3, t4) { } in basic_hash_table() 139 : base_type(t0, t1, t2, t3, t4, t5) { } in basic_hash_table() 144 : base_type(t0, t1, t2, t3, t4, t5, t6) { } in basic_hash_table() 579 basic_branch(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_branch() argument 582 basic_branch(T0 t0, T1 t1, T2 t2, T3 t3) in basic_branch() argument 583 : base_type(t0, t1, t2, t3) { } in basic_branch() 587 : base_type(t0, t1, t2, t3, t4) { } in basic_branch() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/ext/pb_ds/ |
A D | assoc_container.hpp | 126 basic_hash_table(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_hash_table() argument 129 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3) in basic_hash_table() argument 130 : base_type(t0, t1, t2, t3) { } in basic_hash_table() 134 : base_type(t0, t1, t2, t3, t4) { } in basic_hash_table() 139 : base_type(t0, t1, t2, t3, t4, t5) { } in basic_hash_table() 144 : base_type(t0, t1, t2, t3, t4, t5, t6) { } in basic_hash_table() 579 basic_branch(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_branch() argument 582 basic_branch(T0 t0, T1 t1, T2 t2, T3 t3) in basic_branch() argument 583 : base_type(t0, t1, t2, t3) { } in basic_branch() 587 : base_type(t0, t1, t2, t3, t4) { } in basic_branch() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/ext/pb_ds/ |
A D | assoc_container.hpp | 126 basic_hash_table(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_hash_table() argument 129 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3) in basic_hash_table() argument 130 : base_type(t0, t1, t2, t3) { } in basic_hash_table() 134 : base_type(t0, t1, t2, t3, t4) { } in basic_hash_table() 139 : base_type(t0, t1, t2, t3, t4, t5) { } in basic_hash_table() 144 : base_type(t0, t1, t2, t3, t4, t5, t6) { } in basic_hash_table() 579 basic_branch(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_branch() argument 582 basic_branch(T0 t0, T1 t1, T2 t2, T3 t3) in basic_branch() argument 583 : base_type(t0, t1, t2, t3) { } in basic_branch() 587 : base_type(t0, t1, t2, t3, t4) { } in basic_branch() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/ext/pb_ds/ |
A D | assoc_container.hpp | 126 basic_hash_table(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_hash_table() argument 129 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3) in basic_hash_table() argument 130 : base_type(t0, t1, t2, t3) { } in basic_hash_table() 134 : base_type(t0, t1, t2, t3, t4) { } in basic_hash_table() 139 : base_type(t0, t1, t2, t3, t4, t5) { } in basic_hash_table() 144 : base_type(t0, t1, t2, t3, t4, t5, t6) { } in basic_hash_table() 579 basic_branch(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_branch() argument 582 basic_branch(T0 t0, T1 t1, T2 t2, T3 t3) in basic_branch() argument 583 : base_type(t0, t1, t2, t3) { } in basic_branch() 587 : base_type(t0, t1, t2, t3, t4) { } in basic_branch() [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/ext/pb_ds/ |
A D | assoc_container.hpp | 126 basic_hash_table(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_hash_table() argument 129 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3) in basic_hash_table() argument 130 : base_type(t0, t1, t2, t3) { } in basic_hash_table() 134 : base_type(t0, t1, t2, t3, t4) { } in basic_hash_table() 139 : base_type(t0, t1, t2, t3, t4, t5) { } in basic_hash_table() 144 : base_type(t0, t1, t2, t3, t4, t5, t6) { } in basic_hash_table() 579 basic_branch(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_branch() argument 582 basic_branch(T0 t0, T1 t1, T2 t2, T3 t3) in basic_branch() argument 583 : base_type(t0, t1, t2, t3) { } in basic_branch() 587 : base_type(t0, t1, t2, t3, t4) { } in basic_branch() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libm/ |
A D | e_hypot.c | 49 double a=x,b=y,t1,t2,_y1,y2,w; in __ieee754_hypot() local 99 t2 = a-t1; in __ieee754_hypot() 100 w = __ieee754_sqrt(t1*t1-(b*(-b)-t2*(a+t1))); in __ieee754_hypot() 108 t2 = a - t1; in __ieee754_hypot() 109 w = __ieee754_sqrt(t1*_y1-(w*(-w)-(t1*y2+t2*b))); in __ieee754_hypot()
|
A D | e_log2.c | 75 double hfsq,f,s,z,R,w,t1,t2,dk; in __ieee754_log2() local 108 t2= z*(Lg1+w*(Lg3+w*(Lg5+w*Lg7))); in __ieee754_log2() 110 R = t2+t1; in __ieee754_log2()
|
A D | e_log.c | 82 double hfsq,f,s,z,R,w,t1,t2,dk; in __ieee754_log() local 118 t2= z*(Lg1+w*(Lg3+w*(Lg5+w*Lg7))); in __ieee754_log() 120 R = t2+t1; in __ieee754_log()
|
/l4re-core-master/l4sys/include/ |
A D | __kernel_object_impl.h | 12 l4_msgtag_t t2; in l4_invoke_debugger() local 25 t2 = l4_msgtag(L4_PROTO_DEBUGGER, words, 1, l4_msgtag_flags(tag)); in l4_invoke_debugger() 27 return l4_ipc_call(L4_BASE_DEBUGGER_CAP, utcb, t2, L4_IPC_NEVER); in l4_invoke_debugger()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/sparc/sparc32/ |
A D | memcpy.S | 28 ldd [%src + offset + 0x08], %t2; \ 33 st %t2, [%dst + offset + 0x08]; \ 42 ldd [%src + offset + 0x08], %t2; \ 55 st %t2, [%dst - offset - 0x08]; \ 62 std %t2, [%dst - offset - 0x08]; 118 srl %t2, shir, %t1; \ 120 sll %t2, shil, %t2; \ 125 or %t6, %t2, %t4; 136 srl %t2, shir, %t4; \ 138 sll %t2, shil, %t6; \ [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/sparc/sparc64/sparcv9b/ |
A D | memcpy.S | 337 #define RMOVE_BIGCHUNK(src, dst, offset, t0, t1, t2, t3) \ argument 340 ldx [%src - offset - 0x10], %t2; \ 348 stw %t2, [%dst - offset - 0x0c]; \ 349 srlx %t2, 32, %t2; \ 350 stw %t2, [%dst - offset - 0x10]; \ 358 ldx [%src - offset - 0x10], %t2; \ 362 stx %t2, [%dst - offset - 0x10]; \ 366 ldx [%src - offset - 0x30], %t2; \ 370 stx %t2, [%dst - offset - 0x30]; \ 377 srlx %t0, 32, %t2; \ [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/sys/ |
A D | regdef.h | 42 #define t2 $14 macro 51 #define t2 $10 macro
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/sparc/sparc64/ |
A D | memcpy.S | 89 ldx [%src + offset + 0x10], %t2; \ 97 stw %t2, [%dst + offset + 0x14]; \ 98 srlx %t2, 32, %t2; \ 99 stw %t2, [%dst + offset + 0x10]; \ 107 ldx [%src + offset + 0x10], %t2; \ 111 stx %t2, [%dst + offset + 0x10]; \ 115 ldx [%src + offset + 0x30], %t2; \ 119 stx %t2, [%dst + offset + 0x30]; \ 126 srlx %t0, 32, %t2; \ 151 srlx %t2, 32, %t2; \ [all …]
|
/l4re-core-master/lua/lib/contrib/src/ |
A D | lvm.h | 75 #define luaV_rawequalobj(t1,t2) luaV_equalobj(NULL,t1,t2) argument 115 LUAI_FUNC int luaV_equalobj (lua_State *L, const TValue *t1, const TValue *t2);
|
/l4re-core-master/ned/server/src/ |
A D | lua_exec.cc | 434 App_ptr const &t2 = check_at(l, 2); in __task_eq() local 435 lua_pushboolean(l, t1 == t2); in __task_eq() 442 App_ptr const &t2 = check_at(l, 2); in __task_lt() local 443 lua_pushboolean(l, t1 < t2); in __task_lt() 450 App_ptr const &t2 = check_at(l, 2); in __task_le() local 451 lua_pushboolean(l, t1 <= t2); in __task_le()
|