Searched refs:t1 (Results 1 - 25 of 391) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dr4k_switch.S51 mfc0 t1, CP0_STATUS
52 LONG_S t1, THREAD_STATUS(a0)
61 li t1, _TIF_USEDFPU
62 and t2, t0, t1
64 nor t1, zero, t1
66 and t0, t0, t1
73 li t1, ~ST0_CU1
74 and t0, t0, t1
77 fpu_save_double a0 t0 t1 # c0_statu
[all...]
H A Dr2300_switch.S52 mfc0 t1, CP0_STATUS
53 sw t1, THREAD_STATUS(a0)
62 li t1, _TIF_USEDFPU
63 and t2, t0, t1
65 nor t1, zero, t1
67 and t0, t0, t1
74 li t1, ~ST0_CU1
75 and t0, t0, t1
88 addiu t1,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/libtest/
H A Dtestutil.h31 * Make sure that the first argument (t1) is the more recent time and t2 is
36 long tutil_tvdiff(struct timeval t1, struct timeval t2);
43 double tutil_tvdiff_secs(struct timeval t1, struct timeval t2);
45 long tutil_tvlong(struct timeval t1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr022/
H A Dchk.rr7 t1=__1
21 > $t1
22 [ -s $t1 ] && {
24 cat $t1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr035/
H A Dchk.osdir14 t1=__1
17 egrep '/@OSDIR@/' $d/Makefile.in | sed -e 's/@.*/.c/' > t1
21 cmp t1 t2 || {
24 diff t1 t2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dmakelst19 t1=`$3 --syms $1 | grep .text | grep -m1 " F "`
20 if [ -n "$t1" ]; then
21 t2=`field 6 $t1`
27 t5=`field 1 $t1`
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Dbyteorder.h26 __u64 t0, t1, t2, t3; local
29 t1 = __kernel_inswl(x, 3); /* t1 : 000000CCDD000000 */
30 t1 |= t0; /* t1 : 000000CCDDAABBCC */
31 t2 = t1 >> 16; /* t2 : 0000000000CCDDAA */
32 t0 = t1 & 0xFF00FF00; /* t0 : 00000000DD00BB00 */
34 t1 = t0 + t3; /* t1 : ssssssssDDCCBBAA */
36 return t1;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/sibyte/
H A Dboard.h44 #define setleds(t0,t1,c0,c1,c2,c3) \
46 li t1, c0; \
47 sb t1, 0x18(t0); \
48 li t1, c1; \
49 sb t1, 0x10(t0); \
50 li t1, c2; \
51 sb t1, 0x08(t0); \
52 li t1, c3; \
53 sb t1, 0x00(t0)
55 #define setleds(t0,t1,c
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/sibyte/
H A Dboard.h44 #define setleds(t0,t1,c0,c1,c2,c3) \
46 li t1, c0; \
47 sb t1, 0x18(t0); \
48 li t1, c1; \
49 sb t1, 0x10(t0); \
50 li t1, c2; \
51 sb t1, 0x08(t0); \
52 li t1, c3; \
53 sb t1, 0x00(t0)
55 #define setleds(t0,t1,c
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr010/
H A Dchk.str14 t1=__t1
24 spell | sort -u | comm -23 /dev/stdin spell.ok > $t1
26 test -s $t1 && {
27 cat $t1
34 spell | sort -u | comm -23 /dev/stdin spell.ok | tee /tmp/f/1 > $t1
36 test -s $t1 && {
37 cat $t1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr014/
H A Dchk.err17 t1=__tmp1
20 egrep -- "define.*DB_.*-309" $d/dbinc/db.in | awk '{print $2}' > $t1
31 cmp $t1 $t2 > /dev/null ||
32 (echo "<<< db.h >>> db_strerror" && diff $t1 $t2 && exit 1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr034/
H A Dchk.mtx14 t1=__1
20 sort > $t1
28 cmp $t1 $t2 > /dev/null || {
30 diff $t1 $t2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dsha256.c72 u32 a, b, c, d, e, f, g, h, t1, t2; local
89 t1 = h + e1(e) + Ch(e,f,g) + 0x428a2f98 + W[ 0];
90 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2;
91 t1 = g + e1(d) + Ch(d,e,f) + 0x71374491 + W[ 1];
92 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2;
93 t1 = f + e1(c) + Ch(c,d,e) + 0xb5c0fbcf + W[ 2];
94 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dtimeval.h35 * Make sure that the first argument (t1) is the more recent time and t2 is
40 long curlx_tvdiff(struct timeval t1, struct timeval t2);
47 double curlx_tvdiff_secs(struct timeval t1, struct timeval t2);
49 long Curl_tvlong(struct timeval t1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr021/
H A Dchk.flags8 t1=__1
18 if ./t $d/*/*.[ch] $d/*/*.in > $t1; then
26 grep 'dbenv,' $t1 |
37 grep 'DB_ENV_' $t1 |
47 grep '[^b]env,' $t1 |
57 grep '[^A-Z_]ENV_' $t1 |
67 grep -- 'dbenv->verbose,' $t1 |
77 grep -- 'DB_VERB_' $t1 |
86 cp $t1 /tmp/_f
87 grep 'dbp,' $t1 |
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/mach-ip27/
H A Dkernel-entry-init.h27 GET_NASID_ASM t1
28 move t2, t1 # text and data are here
36 GET_NASID_ASM t1
39 dsll t1, NASID_SHFT variable
40 or t0, t0, t1
42 lh t1, KV_RO_NASID_OFFSET(t0) variable in typeref:struct:lh
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/mach-ip27/
H A Dkernel-entry-init.h27 GET_NASID_ASM t1
28 move t2, t1 # text and data are here
36 GET_NASID_ASM t1
39 dsll t1, NASID_SHFT variable
40 or t0, t0, t1
42 lh t1, KV_RO_NASID_OFFSET(t0) variable in typeref:struct:lh
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr002/
H A Dchk.def17 t1=__1
28 sort > $t1
38 if cmp -s $t1 $t2 ; then
42 diff $t1 $t2
52 sed -e '/__db_C*/d' > $t1
54 for i in `cat $t1`; do
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr032/
H A Dchk.rpc10 t1=__1
33 -e '/^$/d' > $t1
42 if cmp -s $t1 $t2 ; then
47 diff $t1 $t2
65 if cmp -s $t1 $t2 ; then
70 diff $t1 $t2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db_stat/
H A Ddd.sh6 t1=__a
9 trap 'rm -f $t1 $t2; exit 0' 0 1 2 3 13 15
31 done | tsort > /dev/null 2>$t1
66 if [ -s $t1 ]; then
75 done < $t1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dstrlen_user.S48 lda t1, -1(zero)
49 insqh t1, a0, t1
51 or t1, t0, t0
53 cmpbge zero, t0, t1 # t1 <- bitmask: bit i == 1 <==> i-th byte == 0
56 bne t1, $found
66 cmpbge zero, t0, t1
67 beq t1, $loop
69 $found: negq t1, t
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dmpi-inv.c35 gcry_mpi_t u, v, u1, u2, u3, v1, v2, v3, q, t1, t2, t3;
47 t1 = mpi_alloc( mpi_get_nlimbs(u)+1 );
52 mpi_mul(t1, v1, q); mpi_mul(t2, v2, q); mpi_mul(t3, v3, q);
53 mpi_sub(t1, u1, t1); mpi_sub(t2, u2, t2); mpi_sub(t3, u3, t3);
55 mpi_set(v1, t1); mpi_set(v2, t2); mpi_set(v3, t3);
73 mpi_free(t1);
83 gcry_mpi_t u, v, u1, u2, u3, v1, v2, v3, t1, t2, t3; local
102 t1 = mpi_alloc_set_ui(0);
108 t1
163 gcry_mpi_t u, v, u1, u2=NULL, u3, v1, v2=NULL, v3, t1, t2=NULL, t3; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr004/
H A Dchk.javafiles17 t1=__1
21 sed -e 's/^.*\///' | sort -u > $t1
24 cmp $t1 $t2 > /dev/null || {
26 diff $t1 $t2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr009/
H A Dchk.srcfiles16 t1=__1
26 awk '{print $1}' > $t1
44 cmp $t1 $t2 > /dev/null || {
46 diff $t1 $t2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr011/
H A Dchk.tags15 t1=__1
39 -e '/^test_vxworks$/d') > $t1
42 if diff $t1 $t2 > /dev/null; then
46 diff $t1 $t2

Completed in 643 milliseconds

1234567891011>>