Searched defs:index (Results 76 - 100 of 394) sorted by relevance

1234567891011>>

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dio_timeoutk.c143 PRInt32 index; local
155 for (index = 0; index < num_threads; index++) {
158 info->id = index;
H A Dio_timeoutu.c144 PRInt32 index; local
156 for (index = 0; index < num_threads; index++) {
159 info->id = index;
H A Dipv6.c220 PRIntn index = 0; local
226 index = PR_EnumerateHostEnt(index, &host, 0, &address);
227 if (index > 0) PrintAddress(&address);
228 else if (-1 == index)
233 } while (index > 0);
H A Dpollable.c69 int index; member in struct:ThreadData
90 PR_fprintf(debug_out, "thread %d awakened\n", data->index);
102 PR_fprintf(debug_out, "thread %d posting event\n", data->index);
227 data[i].index = i;
H A Drwlocktest.c193 PRInt32 index; local
197 for (index = 0; index < arg->loop_cnt; index++) {
H A Dselect2.c107 PRInt32 index = count; local
110 for (; index--;)
117 PRInt32 index = count; local
121 for (; index--;)
H A Dstack.c241 PRInt32 val, cnt, index, loops; local
258 index = 0;
270 Items[index].data = val++;
271 PR_StackPush(list1, &Items[index].link);
272 index++;
H A Dthreads.c174 int index; local
222 for (index=0; index<iterations; index++) {
232 for (index=0; index<iterations; index++) {
H A Dtime.c86 PRInt32 index = count; local
89 for (;index--;)
95 PRInt32 index = count; local
98 for (;index--;)
104 PRInt32 index = count; local
108 for (;index--;)
114 PRInt32 index = count; local
121 for (;index--;) {
130 PRInt32 index = count; local
133 for (;index
[all...]
/vbox/src/libs/xpcom18a4/python/src/
H A DPyIInterfaceInfo.cpp182 PRUint16 index; local
183 if (!PyArg_ParseTuple(args, "h:GetMethodInfo", &index))
192 if (index>=nmethods) {
193 PyErr_SetString(PyExc_ValueError, "The method index is out of range");
200 r = pI->GetMethodInfo(index, &pRet);
218 PRUint16 index; local
221 r = pI->GetMethodInfoForName(name, &index, &pRet);
228 PyObject *real_ret = Py_BuildValue("iO", (int)index, ret_i);
236 PRUint16 index; local
237 if (!PyArg_ParseTuple(args, "h:GetConstant", &index))
[all...]
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/test/
H A Dinvoke_test.cpp131 DoInvoke(void* that, PRUint32 index, argument
148 mov eax,index
175 DoInvoke(void* that, PRUint32 index, argument
200 "movl %2, %%eax\n\t" /* function index */
208 "g" (index), /* %2 */
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestArray.cpp113 PRInt32 index; local
120 for (index = 0; (index < count) && (index < aExpectedCount); index++) {
121 IFoo* foo = (IFoo*)(aArray->ElementAt(index));
123 index, aElementIDs[index], foo->ID(), foo, foo->RefCnt() - 1,
124 AssertEqual(foo->ID(), aElementIDs[index]));
131 PRInt32 index; local
169 PRInt32 index = array->IndexOf(foo); local
[all...]
/vbox/src/libs/zlib-1.2.6/examples/
H A Denough.c16 Use a macro to compute the history index
49 has size 1 << (len - root), to index the remaining bits in that set of
135 We build the array with length max-1 lists for the len index, with syms-3
137 varying in length as a function of sym. See the calculation of index in
138 count() for the index, and the calculation of size in main() for the size
155 states. mem and rem are used to calculate a single index in a triangular
207 size_t index; /* index of this case in *num */ local
217 index = INDEX(syms, left, len);
218 got = num[index];
257 size_t index; /* index for this state's bit vector */ local
404 size_t index; /* index of this case in *num */ local
[all...]
H A Dzran.c9 its entirety, and an index built with access points about every SPAN bytes
24 To use the index, an offset in the uncompressed data is provided, for which
25 the latest accees point at or preceding that offset is located in the index.
26 The input file is positioned to the specified location in the index, and if
33 Another approach would be to generate the index on demand. In that case,
35 the index, but if a read far enough past the end of the index is required,
36 then further index entries would be generated and added.
43 Another way to build an index would be to use inflateCopy(). That would
47 index i
77 free_index(struct access *index) argument
87 addpoint(struct access *index, int bits, off_t in, off_t out, unsigned left, unsigned char *window) argument
144 struct access *index; /* access points being generated */ local
244 extract(FILE *in, struct access *index, off_t offset, unsigned char *buf, int len) argument
354 struct access *index = NULL; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dconfig.h44 #undef index macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dconfig.h44 #undef index macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dconfig.h44 #undef index macro
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_getshaders.c38 void SERVER_DISPATCH_APIENTRY crServerDispatchGetActiveAttrib(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, char *name) argument
51 cr_server.head_spu->dispatch_table.GetActiveAttrib(crStateGetProgramHWID(program), index, bufSize, &pLocal->length, &pLocal->size, &pLocal->type, (char*)&pLocal[1]); local
56 void SERVER_DISPATCH_APIENTRY crServerDispatchGetActiveUniform(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, char *name) argument
69 cr_server.head_spu->dispatch_table.GetActiveUniform(crStateGetProgramHWID(program), index, bufSize, &pLocal->length, &pLocal->size, &pLocal->type, (char*)&pLocal[1]); local
254 /*@todo: check if index and location is the same*/
H A Dserver_glsl.c108 void SERVER_DISPATCH_APIENTRY crServerDispatchBindAttribLocation(GLuint program, GLuint index, const char * name) argument
110 crStateBindAttribLocation(program, index, name);
111 cr_server.head_spu->dispatch_table.BindAttribLocation(crStateGetProgramHWID(program), index, name); local
H A Dserver_projmatrix.c189 crServerDispatchProgramLocalParameter4fARB(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) argument
196 if (index >= (GLuint) prog->projParamStart && index <= (GLuint) prog->projParamStart + 3) {
198 const int i = index - prog->projParamStart;
209 if (index == (GLuint) (prog->projParamStart + 3)) {
219 cr_server.head_spu->dispatch_table.ProgramLocalParameter4fARB(target, index + i - 3, mat[4*0+i], mat[4*1+i], mat[4*2+i], mat[4*3+i]);
228 cr_server.head_spu->dispatch_table.ProgramLocalParameter4fARB(target, index, x, y, z, w);
233 crServerDispatchProgramLocalParameter4dARB(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) argument
235 crServerDispatchProgramLocalParameter4fARB(target, index, (GLfloat) x, (GLfloat) y, (GLfloat) z, (GLfloat) w);
240 crServerDispatchProgramParameter4fNV(GLenum target, GLuint index, GLfloa argument
284 crServerDispatchProgramParameter4dNV(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) argument
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/unpacker/
H A Dunpack_arrays.c91 GLuint index = READ_DATA( 8, GLuint); local
97 cr_unpackDispatch.VertexAttribPointerARB( index, size, type, normalized, stride, (void *) pointer );
102 GLuint index = READ_DATA( 8, GLuint); local
107 cr_unpackDispatch.VertexAttribPointerNV( index, size, type, stride, (void *) pointer );
162 static void crUnpackSetClientPointerByIndex(int index, GLint size, argument
166 /*crDebug("crUnpackSetClientPointerByIndex: %i(s=%i, t=0x%x, n=%i, str=%i) -> %p", index, size, type, normalized, stride, pointer);*/
168 if (index<7)
170 switch (index)
195 else if (index<(7+CR_MAX_TEXTURE_UNITS))
198 if ((index
224 int i, index, offset; local
[all...]
H A Dunpack_program.c17 GLuint index = READ_DATA( 12, GLuint ); local
23 cr_unpackDispatch.ProgramParameter4dvNV( target, index, params );
30 GLuint index = READ_DATA( 12, GLuint ); local
36 cr_unpackDispatch.ProgramParameter4fvNV( target, index, params );
43 GLuint index = READ_DATA( 12, GLuint ); local
51 cr_unpackDispatch.ProgramParameters4dvNV( target, index, num, params );
60 GLuint index = READ_DATA( 12, GLuint ); local
68 cr_unpackDispatch.ProgramParameters4fvNV( target, index, num, params );
117 GLuint index = READ_DATA( 12, GLuint ); local
123 cr_unpackDispatch.ProgramLocalParameter4fvARB( target, index, param
130 GLuint index = READ_DATA( 12, GLuint ); local
233 GLuint index = READ_DATA( 12, GLuint ); local
245 GLuint index = READ_DATA( 12, GLuint ); local
263 GLuint index = READ_DATA( 0, GLuint ); local
271 GLuint index = READ_DATA( 0, GLuint ); local
279 GLuint index = READ_DATA( 0, GLuint ); local
287 GLuint index = READ_DATA( 0, GLuint ); local
295 GLuint index = READ_DATA( 0, GLuint ); local
303 GLuint index = READ_DATA( 0, GLuint ); local
311 GLuint index = READ_DATA( 0, GLuint ); local
319 GLuint index = READ_DATA( 0, GLuint ); local
327 GLuint index = READ_DATA( 0, GLuint ); local
335 GLuint index = READ_DATA( 0, GLuint ); local
343 GLuint index = READ_DATA( 0, GLuint ); local
[all...]
H A Dunpack_shaders.c29 GLuint index = READ_DATA(12, GLuint); local
32 cr_unpackDispatch.BindAttribLocation(program, index, name);
239 GLuint index = READ_DATA(12, GLuint); local
243 cr_unpackDispatch.GetActiveAttrib(program, index, bufSize, NULL, NULL, NULL, NULL);
249 GLuint index = READ_DATA(12, GLuint); local
253 cr_unpackDispatch.GetActiveUniform(program, index, bufSize, NULL, NULL, NULL, NULL);
/vbox/src/VBox/Devices/PC/ipxe/src/usr/
H A Dpxemenu.c187 * @v index Index of item to draw
191 unsigned int index, int selected ) {
198 ( 'A' + index ), menu->items[index].desc );
204 row = ( LINES - menu->num_items + index );
190 pxe_menu_draw_item( struct pxe_menu *menu, unsigned int index, int selected ) argument
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIAddDiskEncryptionPasswordDialog.cpp122 /** Returns the @a index flags. */
123 virtual Qt::ItemFlags flags(const QModelIndex &index) const;
128 /** Returns the @a index data for the @a iRole. */
129 virtual QVariant data(const QModelIndex &index, int iRole = Qt::DisplayRole) const;
130 /** Defines the @a index data for the @a iRole as @a value. */
131 virtual bool setData(const QModelIndex &index, const QVariant &value, int iRole = Qt::EditRole);
178 /** Initiates the editor for the first index available. */
263 Qt::ItemFlags UIEncryptionDataModel::flags(const QModelIndex &index) const
265 /* Check index validness: */
266 if (!index
297 data(const QModelIndex &index, int iRole ) const argument
365 setData(const QModelIndex &index, const QVariant &value, int iRole ) argument
452 const QModelIndex index = m_pModelEncryptionData->index(0, UIEncryptionDataTableSection_Password); local
[all...]

Completed in 123 milliseconds

1234567891011>>