Searched refs:index (Results 1 - 25 of 1859) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.jason/
H A Dscoping.C6 void index ();
10 int index; member in struct:B
11 B(): index(4) {}
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.jason/
H A Dscoping.C6 void index ();
10 int index; member in struct:B
11 B(): index(4) {}
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A D20030703-1.c7 foo(int index) argument
9 if (blah [(unsigned int)index] != 0)
11 if (blah [(unsigned int)index] != 0)
H A Dvrp49.c14 long long index; local
16 index = i;
17 if (index <= 0)
19 x[index] = 0;
21 index = i;
22 if (index <= 0)
24 x[index] = 0;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/tree-ssa/
H A D20030703-1.c7 foo(int index) argument
9 if (blah [(unsigned int)index] != 0)
11 if (blah [(unsigned int)index] != 0)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dpr40640.c4 hw_opic_io_read_buffer(int index) argument
7 decode_opic_address(&index);
8 switch (index)
13 sim_io_printf_filtered2 (index, reg);
H A Dpr34458.c10 int index; local
12 for (index = 0; index < 24; index++)
13 ret.data[index] =
14 a.data[index + ammount / 32 + 1] << a.data[index + ammount / 32];
H A Dpr39943.c1 void gl_fog_index_pixels(float f, unsigned int n, unsigned int index[]) argument
5 index[i] = (unsigned int) ((float) index[i] + (1.0F-f));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A DWstrict-overflow-11.c12 int index; local
15 for (index = i; index <= i+4; index+=2)
H A Dno-strict-overflow-5.c10 int index; local
13 for (index = i; index <= i+4; index+=2)
H A Dstrict-overflow-5.c8 int index; local
11 for (index = i; index <= i+4; index+=2)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/mips/
H A Ddsp-lhx.c7 NOMIPS16 signed short test (signed short *a, int index) argument
9 return a[index];
H A Ddsp-no-lhx.c7 NOMIPS16 unsigned short test (unsigned short *a, int index) argument
9 return a[index];
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/ios_base/sync_with_stdio/
H A D9523.cc30 int index = ios_base::xalloc(); local
32 cin.iword(index) = 5;
33 cout.iword(index) = 6;
34 cerr.iword(index) = 7;
35 clog.iword(index) = 8;
39 VERIFY( cin.iword(index) == 5 );
40 VERIFY( cout.iword(index) == 6 );
41 VERIFY( cerr.iword(index) == 7 );
42 VERIFY( clog.iword(index) == 8 );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/ios_base/sync_with_stdio/
H A D9523.cc31 int index = ios_base::xalloc(); local
33 cin.iword(index) = 5;
34 cout.iword(index) = 6;
35 cerr.iword(index) = 7;
36 clog.iword(index) = 8;
40 VERIFY( cin.iword(index) == 5 );
41 VERIFY( cout.iword(index) == 6 );
42 VERIFY( cerr.iword(index) == 7 );
43 VERIFY( clog.iword(index) == 8 );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.law/
H A Dctors8.C12 foo() : index(-1) {}
13 int index; member in struct:foo
20 if (arr[0].index == -1
21 && arr[1].index == -1)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.law/
H A Dctors8.C12 foo() : index(-1) {}
13 int index; member in struct:foo
20 if (arr[0].index == -1
21 && arr[1].index == -1)
/netbsd-6-1-5-RELEASE/sys/dev/pci/n8/QMgr/
H A DQMgrInit.h49 * 11/25/02 brr Added index parameter to QMgrRemove.
72 N8_Status_t QMgrInit(uint32_t index);
73 N8_Status_t QMgrRemove(uint32_t index);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/opt/
H A Dcrash1.C2 // Here we have an out-of-range array index. We should not abort
7 double & foo (const unsigned int index) { return values[index]; } argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/
H A Dpr12092-1.c7 void DecodeAC(int index,int *matrix) argument
11 for(mptr=matrix+index;mptr<matrix+64;mptr++) {*mptr = 0;}
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/opt/
H A Dcrash1.C2 // Here we have an out-of-range array index. We should not abort
7 double & foo (const unsigned int index) { return values[index]; } argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.target/i386/
H A Dpr12092-1.c7 void DecodeAC(int index,int *matrix) argument
11 for(mptr=matrix+index;mptr<matrix+64;mptr++) {*mptr = 0;}
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dindex.c1 /* Stub implementation of (obsolete) index(). */
5 @deftypefn Supplemental char* index (char *@var{s}, int @var{c})
8 the string @var{s}, or @code{NULL} if not found. The use of @code{index} is
18 index (const char *s, int c) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dindex.c1 /* Stub implementation of (obsolete) index(). */
5 @deftypefn Supplemental char* index (char *@var{s}, int @var{c})
8 the string @var{s}, or @code{NULL} if not found. The use of @code{index} is
18 index (const char *s, int c) function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dindex.c1 /* Stub implementation of (obsolete) index(). */
5 @deftypefn Supplemental char* index (char *@var{s}, int @var{c})
8 the string @var{s}, or @code{NULL} if not found. The use of @code{index} is
18 index (const char *s, int c) function

Completed in 166 milliseconds

1234567891011>>