Searched refs:index (Results 76 - 100 of 1859) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A D20070507-1.c53 int index; local
59 for (index = 1;;)
69 keywords.a += index - 1;
72 index++;
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/libs/libbib/
H A DMakefile.sub4 index.$(OBJEXT) \
10 $(srcdir)/index.cpp \
/netbsd-6-1-5-RELEASE/usr.bin/make/
H A Dstrlist.h58 #define STRLIST_FOREACH(v, sl, index) \
60 for (index = 0; (v = strlist_str(sl, index)) != NULL; index++)
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/tests/data/
H A Dndb.conf22 index cn
23 #index sn
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dstime.awk17 i = index($6,":")
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dcpu-alpha.c42 #define NN(index) (&arch_info_struct[index])
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/eh/
H A Dsubreg-1.C31 int index = ((int) (--sp)->i); local
34 w2.d = arr[index];
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dnest15.C14 unsigned index; member in struct:BDDHeap::Pointer
36 index(0)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/torture/
H A Dpr26515.c10 long index; member in struct:p
22 if (((p->index + 1) << 13) > size)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dcpu-alpha.c42 #define NN(index) (&arch_info_struct[index])
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dnest15.C14 unsigned index; member in struct:BDDHeap::Pointer
36 index(0)
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/include/
H A DDviChar.h37 #define DviCharName(map,index,synonym) ((map)->dvi_names[index][synonym])
/netbsd-6-1-5-RELEASE/tests/lib/libc/ssp/
H A Dh_raw.c40 poke(int *b, size_t index) argument
45 b[index] = 42;
/netbsd-6-1-5-RELEASE/sys/fs/v7fs/
H A Dv7fs_datablock.c209 map->index[0] = 0;
218 map->index[0] = (sz >> V7FS_BSHIFT) - 1;
226 map->index[0] = (sz >> V7FS_BSHIFT) - 1;
234 map->index[0] = ROUND(sz, IDX1_SZ) / IDX1_SZ - 1;
235 map->index[1] = ((sz - (map->index[0] * IDX1_SZ)) >>
243 map->index[0] = ROUND(sz, IDX2_SZ) / IDX2_SZ - 1;
244 sz -= map->index[0] * IDX2_SZ;
245 map->index[1] = ROUND(sz, IDX1_SZ) / IDX1_SZ - 1;
246 sz -= map->index[
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgomp/testsuite/libgomp.c++/
H A Dctor-10.C34 unsigned index = &b - base; local
35 assert (index < N);
36 cmask[omp_get_thread_num()] |= 1u << index;
43 unsigned index = this - threadbase;
44 assert (index < N);
45 dmask[omp_get_thread_num()] |= 1u << index;
H A Dctor-8.C33 unsigned index = &b - base; local
34 assert (index < N);
35 cmask[omp_get_thread_num()] |= 1u << index;
42 unsigned index = this - threadbase;
43 assert (index < N);
44 dmask[omp_get_thread_num()] |= 1u << index;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/
H A D5.cc48 string::size_type index = 0, index_new = 0; local
53 index_new = str.find(delim, index);
55 index_new - index + 1 );
56 VERIFY( !str.compare(index, index_new - index, buf) );
57 index = index_new + 1;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/
H A D5.cc48 wstring::size_type index = 0, index_new = 0; local
53 index_new = str.find(delim, index);
55 index_new - index + 1 );
56 VERIFY( !str.compare(index, index_new - index, buf) );
57 index = index_new + 1;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/getline/char/
H A D5.cc46 string::size_type index = 0, index_new = 0; local
51 index_new = str.find(delim, index);
53 index_new - index + 1 );
54 VERIFY( !str.compare(index, index_new - index, buf) );
55 index = index_new + 1;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/27_io/basic_istream/getline/wchar_t/
H A D5.cc48 wstring::size_type index = 0, index_new = 0; local
53 index_new = str.find(delim, index);
55 index_new - index + 1 );
56 VERIFY( !str.compare(index, index_new - index, buf) );
57 index = index_new + 1;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgomp/
H A Dordered.c40 unsigned index; local
46 index = ws->ordered_cur + ws->ordered_num_used;
47 if (index >= team->nthreads)
48 index -= team->nthreads;
49 ws->ordered_team_ids[index] = thr->ts.team_id;
106 unsigned index, next_id; local
129 index = ws->ordered_cur + ws->ordered_num_used;
130 if (index >= team->nthreads)
131 index -= team->nthreads;
132 ws->ordered_team_ids[index]
[all...]
/netbsd-6-1-5-RELEASE/dist/dhcp/common/
H A Dctrace.c52 tipkt.index = htonl (ip -> index);
93 ip -> index = ntohl (tipkt -> index);
162 tip.index = htonl (interface -> index);
174 int index; local
181 index = ntohl (tip -> index);
184 if (index > interface_coun
251 int index; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/emips/emips/
H A Dinterrupt.c131 int index = ffs(ipending) - 1; local
132 ipending &= ~(1 << index);
134 intrtab[index].ih_count.ev_count++;
135 (*intrtab[index].ih_func)(intrtab[index].ih_arg, &cf);
144 int index = (int) cookie; local
150 TheAic->IrqEnableClear = 1 << index;
153 intrtab[index].ih_func = handler;
154 intrtab[index].ih_arg = arg;
157 TheAic->IrqEnable = 1 << index;
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.cpp33 QVariant EventListModel::data(const QModelIndex &index, int role) const argument
35 if (!index.isValid())
39 if (index.column() == 0) {
40 if (index.row() >= timeList.size())
42 return timeList.at(index.row());
44 if (index.row() >= msgList.size())
46 return msgList.at(index.row());
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/mips/
H A Dsim-main.c491 int index = PENDING_OUT; local
495 for (loop = 0, index = PENDING_OUT;
497 loop++, index = (index + 1) % PSLOTS)
499 if (PENDING_SLOT_DEST[index] != NULL)
501 PENDING_SLOT_DELAY[index] -= 1;
502 if (PENDING_SLOT_DELAY[index] == 0)
505 sim_io_eprintf (SD, "PENDING_DRAIN - drained - index %d, dest 0x%lx, bit %d, val 0x%lx, size %d\n",
506 index,
507 (unsigned long) PENDING_SLOT_DEST[index],
[all...]

Completed in 309 milliseconds

1234567891011>>