Searched refs:index (Results 51 - 75 of 1859) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_context_mem.c109 struct memTable *prev = NULL, *index = NULL, *next = NULL; local
112 for(index = SpiMemoryTable; index; index = index->nextTable) {
113 next = index->nextTable;
114 if (index->tspContext == tspContext) {
115 for (entry = index->entries; entry; entry = entry_next) {
127 free(index);
130 prev = index;
139 struct memEntry *index = NULL; local
234 struct memTable *index; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D980408-1.c9 index; member in struct:_RunlengthPacket
105 index; local
113 total_red+=( 3 )*(s->red); total_green+=( 3 )*(s->green); total_blue+=( 3 )*(s->blue); total_matte+=( 3 )*(s->index); s++; ; total_red+=( 7 )*(s->red); total_green+=( 7 )*(s->green); total_blue+=( 7 )*(s->blue); total_matte+=( 7 )*(s->index); s++; ; total_red+=( 7 )*(s->red); total_green+=( 7 )*(s->green); total_blue+=( 7 )*(s->blue); total_matte+=( 7 )*(s->index); s++; ; total_red+=( 3 )*(s->red); total_green+=( 3 )*(s->green); total_blue+=( 3 )*(s->blue); total_matte+=( 3 )*(s->index); s++; ;
115 total_red+=( 7 )*(s->red); total_green+=( 7 )*(s->green); total_blue+=( 7 )*(s->blue); total_matte+=( 7 )*(s->index); s++; ; total_red+=( 15 )*(s->red); total_green+=( 15 )*(s->green); total_blue+=( 15 )*(s->blue); total_matte+=( 15 )*(s->index); s++; ; total_red+=( 15 )*(s->red); total_green+=( 15 )*(s->green); total_blue+=( 15 )*(s->blue); total_matte+=( 15 )*(s->index); s++; ; total_red+=( 7 )*(s->red); total_green+=( 7 )*(s->green); total_blue+=( 7 )*(s->blue); total_matte+=( 7 )*(s->index);
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D980408-1.c9 index; member in struct:_RunlengthPacket
105 index; local
113 total_red+=( 3 )*(s->red); total_green+=( 3 )*(s->green); total_blue+=( 3 )*(s->blue); total_matte+=( 3 )*(s->index); s++; ; total_red+=( 7 )*(s->red); total_green+=( 7 )*(s->green); total_blue+=( 7 )*(s->blue); total_matte+=( 7 )*(s->index); s++; ; total_red+=( 7 )*(s->red); total_green+=( 7 )*(s->green); total_blue+=( 7 )*(s->blue); total_matte+=( 7 )*(s->index); s++; ; total_red+=( 3 )*(s->red); total_green+=( 3 )*(s->green); total_blue+=( 3 )*(s->blue); total_matte+=( 3 )*(s->index); s++; ;
115 total_red+=( 7 )*(s->red); total_green+=( 7 )*(s->green); total_blue+=( 7 )*(s->blue); total_matte+=( 7 )*(s->index); s++; ; total_red+=( 15 )*(s->red); total_green+=( 15 )*(s->green); total_blue+=( 15 )*(s->blue); total_matte+=( 15 )*(s->index); s++; ; total_red+=( 15 )*(s->red); total_green+=( 15 )*(s->green); total_blue+=( 15 )*(s->blue); total_matte+=( 15 )*(s->index); s++; ; total_red+=( 7 )*(s->red); total_green+=( 7 )*(s->green); total_blue+=( 7 )*(s->blue); total_matte+=( 7 )*(s->index);
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/src/hkpclient/
H A Dtst21 ./hkpclient.lua --op index -s ${host} 0xc0596823
22 ./hkpclient.lua -o index -s ${host} --mr 0xc0596823
23 ./hkpclient.lua -o index -s ${host} --mr 0xc0596823
25 ./hkpclient.lua -o index -s ${host} dhklsbcldshjkcdlsjhcvdsljhvcdsljhcvdjlshvcdsc
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/contrib/reghunt/bin/
H A Dgcc-svn-checkfail3 # Given an identifier that is an index into the current patch list,
8 REV=`${REG_IDS} -f index -t rev ${ID}`
H A Dgcc-svn-report10 BRANCH=`${REG_IDS} -f index -t branch ${ID}`
14 REV=`${REG_IDS} -f index -t rev ${ID}`
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/overload/
H A Dambig2.C16 QString &insert( unsigned int index, const QString & );
17 QString &insert( unsigned int index, QChar );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dstrchr.c3 Ensure all expected transformations of builtin strchr and index
10 extern char *index (const char *, int);
25 /* Test only one instance of index since the code path is the same
27 if (index ("hello", 'z') != 0)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr19967.c11 char *index(const char *, int);
22 p = index(__func__, 'f');
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/gcc4/gcc/testsuite/g++.dg/overload/
H A Dambig2.C16 QString &insert( unsigned int index, const QString & );
17 QString &insert( unsigned int index, QChar );
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dstrchr.c3 Ensure all expected transformations of builtin strchr and index
10 extern char *index (const char *, int);
25 /* Test only one instance of index since the code path is the same
27 if (index ("hello", 'z') != 0)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dpr19967.c11 char *index(const char *, int);
22 p = index(__func__, 'f');
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dkrb_err.et22 index 20
26 index 26
28 index 31
42 index 51
50 index 61
54 index 70
57 index 76
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/include/isc/
H A Dheap.h39 * The index function allows the client of the heap to receive a callback
40 * when an item's index number changes. This allows it to maintain
42 * from the heap require the index be provided.
58 isc_heapindex_t index, unsigned int size_increment,
72 *\li "index" is a function which takes a void *, and an unsigned int
74 * index value changes, so it may continue to delete itself from the
106 isc_heap_delete(isc_heap_t *heap, unsigned int index);
108 * \brief Deletes an element from a heap, by element index.
112 *\li "index" is a valid element index, a
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dheap.h39 * The index function allows the client of the heap to receive a callback
40 * when an item's index number changes. This allows it to maintain
42 * from the heap require the index be provided.
58 isc_heapindex_t index, unsigned int size_increment,
70 *\li "index" is a function which takes a void *, and an unsigned int
72 * index value changes, so it may continue to delete itself from the
104 isc_heap_delete(isc_heap_t *heap, unsigned int index);
106 * \brief Deletes an element from a heap, by element index.
110 *\li "index" is a valid element index, a
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Dregisters.c90 description.index = atoi(reg+1);
95 description.index = atoi(reg+1);
100 description.index = 0;
105 description.index = 1;
110 description.index = 2;
115 description.index = 0;
120 description.index = 0;
125 description.index = 0;
130 description.index = atoi(reg+2);
135 description.index
[all...]
/netbsd-6-1-5-RELEASE/tests/lib/libc/stdio/
H A Dt_popen.c76 int index, in; local
84 for (index = 0; index < BUFSIZE; index++)
85 buffer[index]=(char)rand();
104 index = 0;
106 if (index == BUFSIZE) {
110 else if ((char)in != buffer[index++]) {
115 if (index < BUFSIZE) {
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/
H A DLPdir_win.c78 size_t index = 0,len_0 = strlen(directory) + 1; local
92 for (index = 0; index < len_0; index++)
93 wdir[index] = (TCHAR)directory[index];
121 size_t index, len_0 = 0; local
130 for (index = 0; index < len_0; index
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcs_context.c82 struct tcs_context *index; local
83 index = tcs_context_table;
84 while (index) {
85 if (index->handle == handle)
87 index = index->next;
90 return index;
96 struct tcs_context *index; local
97 index = tcs_context_table;
98 while (index) {
147 struct tcs_context *index; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.law/
H A Dmissed-error3.C31 virtual const T i_th(const int index) const = 0;
35 virtual void move(const int index) const = 0;
36 virtual void go(const int index) const = 0;
38 virtual void put_i_th(const T value, const int index) = 0;
39 virtual void swap(const int index) = 0;
61 virtual const T i_th(const int index) const;
66 virtual void move(const int index) const;
67 virtual void go(const int index) const;
72 virtual void put_i_th(const T value, const int index);
73 virtual void swap(const int index);
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.law/
H A Dmissed-error3.C31 virtual const T i_th(const int index) const = 0;
35 virtual void move(const int index) const = 0;
36 virtual void go(const int index) const = 0;
38 virtual void put_i_th(const T value, const int index) = 0;
39 virtual void swap(const int index) = 0;
61 virtual const T i_th(const int index) const;
66 virtual void move(const int index) const;
67 virtual void go(const int index) const;
72 virtual void put_i_th(const T value, const int index);
73 virtual void swap(const int index);
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/builtins/lib/
H A Dstrchr.c23 index (const char *s, int c) function
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-getopt.h30 On entry OPTIND contains the index of the next element of ARGV that
31 needs parsing. OPTIND is updated to indicate the index of the next
53 int index; member in struct:mi_opt
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dcall-ar-st.c207 int index; local
211 for (index = 0; index < 120; index++) {
212 printf("%1c", array_c[index]);
213 if ((index%50) == 0) printf("\n");
230 int index; local
234 for (index = 0; index < 9; index
253 int index; local
277 int index; local
318 int index; local
337 int index; local
1043 int index; local
1102 int index; local
1135 int index; local
1154 static int index; local
[all...]

Completed in 513 milliseconds

1234567891011>>