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

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/
H A Dmangle7.C3 typedef void *const t1[2]; typedef
4 float const f1(t1 (&)[79], ...) {} variable
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb48.C2 char *t1 (const char *s) function
7 char *&t1 (const char *&s) function
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D931002-1.c13 void t1 () function
20 t1 ();
23 t1 ();
24 t1 ();
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/
H A Dswitch1.C11 static A<void> t1; member in struct:C1
15 switch(t1)
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dptr_table.t12 my $t1 = XS::APItest::PtrTable->new();
13 isa_ok($t1, 'XS::APItest::PtrTable');
16 cmp_ok($t1, '!=', $t2, 'Not the same object');
21 isa_ok($t1, 'XS::APItest::PtrTable');
23 is($t1->fetch($a), 0, 'Not found');
24 is($t1->fetch($h), 0, 'Not found');
25 is($t1->fetch($c), 0, 'Not found');
27 $t1->store($a, $h);
29 cmp_ok($t1->fetch($a), '==', $h, 'Found');
30 is($t1
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D920821-2.c1 typedef struct{int p[25];}t1; typedef in typeref:struct:__anon6859
2 struct{t1 x,y;}y;
3 t1 x[1];
H A D931013-2.c4 unsigned short t1, t2, t3, T[48]; local
9 t1 = *Z++;
11 *--p = t1;
12 t1 = inv(*Z++);
18 *--p = t1;
H A D920721-1.c4 T f(T t2,T t1) argument
7 if (t1.ttype == 1)
8 x.ttype = t[t2.ttype][t1.ttype],
/openbsd-current/regress/usr.sbin/mtree/
H A DMakefile3 REGRESS_TARGETS=t1
6 t1:
/openbsd-current/lib/libc/arch/hppa/sys/
H A Dsbrk.S43 ldw RT%__curbrk(r1), t1
44 ldw 0(t1), t2
46 ldil L%__curbrk, t1
47 ldw R%__curbrk(t1), t2
56 ldw RT%__curbrk(r1), t1
58 ldil L%__curbrk, t1
59 ldo R%__curbrk(t1), t1
62 ldw 0(t1), ret0
64 stw arg0, 0(t1)
[all...]
/openbsd-current/lib/libcrypto/bn/arch/amd64/
H A Dbignum_mul_8_16_alt.S45 #define t1 r9 define
96 xor t1, t1
101 combads(t1,t0,[x],[y+8])
102 combadz(t2,t1,t0,[x+8],[y])
108 combadz(t0,t2,t1,[x],[y+16])
109 combadd(t0,t2,t1,[x+8],[y+8])
110 combadd(t0,t2,t1,[x+16],[y])
111 mov [z+16], t1
115 xor t1, t
[all...]
/openbsd-current/sys/lib/libkern/arch/alpha/
H A Dffs.S42 * Initialize return value (v0), and set up t1 so that it
45 subl zero, t0, t1
47 and t0, t1, t1
49 and t1, 0xff, t2
55 zapnot t1, 0x03, t3
57 sra t1, 16, t1
64 and t1, 0xff, t4
66 sra t1,
[all...]
/openbsd-current/lib/libc/arch/alpha/string/
H A Dffs.S42 * Initialize return value (v0), and set up t1 so that it
45 subl zero, t0, t1
47 and t0, t1, t1
49 and t1, 0xff, t2
55 zapnot t1, 0x03, t3
57 sra t1, 16, t1
64 and t1, 0xff, t4
66 sra t1,
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/
H A Dtypeof5.C6 const typeof(x) & t1 = x+0;
11 const typeof(x) & t1 = x+0;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Denum3.C7 tristate_satisfies (register tristate const t1, register tristate const t2) argument
9 switch (t1)
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dvisibility8.C8 class t1 { class
14 class t2 : private t1 {
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dttp59.C4 template<template<typename> class t1, typename t0> void single()
6 single<t1,t0>();
H A Dt18.C7 T1 t1; member in struct:A
9 A() { t1 = 0; t2 = 0; }
15 return a.t1;
H A Dttp60.C4 template<template<typename> class t1, typename t0> t1<t0> single()
6 return single<t1,t0>();
/openbsd-current/regress/lib/libc/malloc/malloc_threaderr/
H A DMakefile5 REGRESS_TARGETS= t1
12 t1: malloc_threaderr
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.objdbg/objdbg02/
H A Dx2.cc4 int t1; member in struct:foo_type
/openbsd-current/regress/sys/kern/gettimeofday/
H A Dgettimeofday.c14 struct timeval t1; local
21 if (gettimeofday(&t1, NULL) == -1)
26 if (timercmp(&t2, &t1, <))
28 } while (t1.tv_sec - s.tv_sec < 7);
/openbsd-current/regress/usr.bin/diff3/
H A DMakefile5 REGRESS_TARGETS+=t1
6 t1:
/openbsd-current/lib/libc/string/
H A Dswab.c24 unsigned char t0, t1; local
28 t1 = src[1];
29 dst[0] = t1;
/openbsd-current/lib/libc/time/
H A Ddifftime.c10 difftime(time_t t1, time_t t0) argument
12 return (HI(t1) - HI(t0)) + (LO(t1) - LO(t0));

Completed in 158 milliseconds

1234567891011>>