Searched refs:index (Results 176 - 200 of 1859) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/ms/
H A Duplink.c24 void OPENSSL_Uplink (volatile void **table, int index) argument
44 _T("OPENSSL_Uplink(%p,%02X): "),table,index);
78 if (index > (int)p[0])
81 if (p[index]) func = p[index];
84 table[index] = func;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dcp-support.c468 Specifically, it returns the index of the first colon forming the
477 user-generated input, because some of the 'index += 2' lines in
499 unsigned int index = 0; local
508 for (;; ++index)
510 switch (name[index])
517 index += 1;
518 for (index += cp_find_first_component_aux (name + index, 1);
519 name[index] != '>';
520 index
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree-ssa-address.c82 /* The templates. Each of the five bits of the index corresponds to one
99 gen_addr_rtx (rtx symbol, rtx base, rtx index, rtx step, rtx offset, argument
110 if (index)
112 act_elem = index;
215 templ = templates + TEMPL_IDX (addr->symbol, addr->base, addr->index,
233 idx = (addr->index
234 ? expand_expr (addr->index, NULL_RTX, Pmode, EXPAND_NORMAL)
331 addr->symbol, addr->base, addr->index,
374 if (!parts->index)
376 parts->index
[all...]
H A Dtree-dump.h38 /* The index for the node. */
39 unsigned int index; member in struct:dump_node_info
65 /* The next unused node index. */
66 unsigned int index; member in struct:dump_info
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libcpp/
H A Dsymtab.c107 unsigned int index; local
113 index = hash & sizemask;
116 node = table->entries[index];
121 deleted_index = index;
134 index = (index + hash2) & sizemask;
135 node = table->entries[index];
142 deleted_index = index;
156 index = deleted_index;
159 table->entries[index]
199 unsigned int index, hash, hash2; local
[all...]
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/puff/
H A Dpuff.c41 * - Simplify offs[] index in construct()
225 int index; /* index of first code of length len in symbol table */ local
227 code = first = index = 0;
232 return h->symbol[index + (code - first)];
233 index += count; /* else update for next length */
253 int index; /* index of first code of length len in symbol table */ local
260 code = first = index = 0;
271 return h->symbol[index
631 int index; /* index of lengths[] */ local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/puff/
H A Dpuff.c39 * - Simplify offs[] index in construct()
223 int index; /* index of first code of length len in symbol table */ local
225 code = first = index = 0;
230 return h->symbol[index + (code - first)];
231 index += count; /* else update for next length */
251 int index; /* index of first code of length len in symbol table */ local
258 code = first = index = 0;
269 return h->symbol[index
629 int index; /* index of lengths[] */ local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/com_err/
H A Dlex.l66 index { return INDEX; }
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb_err.et12 index 1
/netbsd-6-1-5-RELEASE/external/bsd/mdocml/
H A Dprepare-import.sh6 rm -rf ChangeLog.xsl style.css index.css *.sgml
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dm68k-parse.y202 of index and base registers, and permits an offset expression to
271 op->index = $6;
280 op->index.reg = $4;
281 op->index.size = SIZE_UNSPEC;
282 op->index.scale = 1;
289 op->index = $4;
295 op->index = $2;
302 op->index = $5;
308 op->index = $4;
317 op->index
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/z80/
H A Datend.d2 #name: index intructions with label as offset
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/contrib/reghunt/bin/
H A Dgcc-svn-ids8 # index index into the changeset list used by the reghunt tools
11 # index index into the changeset list used by the reghunt tools
23 echo ' where from_kind is index or rev' 1>&2
24 echo ' and to_kind is index, rev, date, author, or branch' 1>&2
66 index) LINE="`awk -F '|' -v id="${ID}" '{if ($1 == id) print }' < ${LIST}`";;
79 index) TO_ID="`echo ${LINE} | awk -F '|' '{ print $1 }'`";;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr18241-2.c23 void radix_tree_tag_clear(struct radix_tree_root *root, unsigned long index) argument
37 offset = (index >> shift) & (64-1);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-dump.h38 /* The index for the node. */
39 unsigned int index; member in struct:dump_node_info
65 /* The next unused node index. */
66 unsigned int index; member in struct:dump_info
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-getopt.c66 return opt->index;
72 return opt->index;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dpr18241-2.c23 void radix_tree_tag_clear(struct radix_tree_root *root, unsigned long index) argument
37 offset = (index >> shift) & (64-1);
/netbsd-6-1-5-RELEASE/games/sail/
H A Ddr_4.c67 send_grap(from, to->file->index);
68 send_grap(to, from->file->index);
/netbsd-6-1-5-RELEASE/sys/arch/arm/s3c2xx0/
H A Ds3c2410_spi.c60 short index; member in struct:ssspi_softc
125 sc->index = sa->sa_index;
128 bus_space_subregion(iot, spi_ioh, sc->index == 0 ? 0 : S3C24X0_SPI_SIZE,
145 KASSERT(sc->index == 0 || sc->index == 1);
150 spia.spia_index = sc->index;
151 spia.spia_intr = intr[sc->index];
182 if (sc->index == 0) {
/netbsd-6-1-5-RELEASE/common/lib/libc/string/
H A Dstrchr.c35 static char sccsid[] = "@(#)index.c 8.1 (Berkeley) 6/4/93";
49 __strong_alias(index, strchr)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dheim_err.et24 index 64
32 index 128
/netbsd-6-1-5-RELEASE/dist/pdisk/
H A Dcvt_pt.c70 extern int optind; /* next argv index */
160 int index; local
169 index = trim_num(s);
171 if (index < 0) {
190 entry = find_entry_by_disk_address(index, map);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20010320-1.c4 int index; member in struct:sec
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D20010320-1.c4 int index; member in struct:sec
/netbsd-6-1-5-RELEASE/sys/arch/news68k/dev/
H A Dms.c74 int code, index, byte0, byte1, byte2; local
81 index = sc->sc_ndata;
89 if (index == MS_X_BYTE) {
95 if (index == MS_Y_BYTE) {

Completed in 230 milliseconds

1234567891011>>