Searched defs:index (Results 251 - 275 of 394) sorted by relevance

<<111213141516

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Dfasttrap.c490 fasttrap_tracepoint_enable(proc_t *p, fasttrap_probe_t *probe, uint_t index) argument
498 ASSERT(index < probe->ftp_ntps);
501 pc = probe->ftp_tps[index].fit_tp->ftt_pc;
502 id = &probe->ftp_tps[index].fit_id;
504 ASSERT(probe->ftp_tps[index].fit_tp->ftt_pid == pid);
623 new_tp = probe->ftp_tps[index].fit_tp;
663 fasttrap_tracepoint_disable(proc_t *p, fasttrap_probe_t *probe, uint_t index) argument
672 ASSERT(index < probe->ftp_ntps);
675 pc = probe->ftp_tps[index].fit_tp->ftt_pc;
676 id = &probe->ftp_tps[index]
2007 uint_t index; local
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/intel/dtrace/
H A Dfasttrap_isa.c392 uint_t index = FASTTRAP_SIB_INDEX(sib); local
397 tp->ftt_index = (index == 4) ?
399 regmap[index | (FASTTRAP_REX_X(rex) << 3)];
/vbox/src/VBox/ExtPacks/VNC/
H A DVBoxVNC.cpp144 uint32_t index,
780 * @param uScreenId The screen index.
1014 * @param index VRDE_QI_* identifier of information to be returned.
1024 uint32_t index,
1032 switch (index)
1023 VRDEQueryInfo(HVRDESERVER hServer, uint32_t index, void *pvBuffer, uint32_t cbBuffer, uint32_t *pcbOut) argument
/vbox/src/VBox/RDP/client-1.8.3/
H A Dserial.c164 int index; local
166 for (index = 0; index < RDPDR_MAX_DEVICES; index++)
168 if (handle == g_rdpdr_device[index].handle)
169 return (SERIAL_DEVICE *) g_rdpdr_device[index].pdevice_data;
959 int index; local
965 index = get_device_index(handle);
966 if (index < 0)
970 pser_inf = (SERIAL_DEVICE *) g_rdpdr_device[index]
1057 int index; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/render/
H A Dpicturestr.h54 IndexFormatRec index; member in struct:_PictFormat
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Ddmx.h92 int index; /**< Index into dmxScreens global */ member in struct:_DMXScreenInfo
112 int beDefVisualIndex; /**< Default visual index of BE */
/vbox/src/VBox/Additions/common/crOpenGL/
H A Ddri_drv.c310 vboxDDClearIndex(GLcontext *ctx, GLuint index) argument
H A Dfakedri_drv.c693 * app call glxFoo->(mesa asm dispatch stub patched with vbox_glXFoo:jmp glxim[Foo's index])->VBOXGLXTAG(glxFoo)
739 vboxdriIndexConfigAttrib(const __DRIconfig *config, int index, argument
742 SWDRI_SAFERET_CORE(indexConfigAttrib, config, index, attrib, value);
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Dvia_drm.h135 unsigned long index; member in struct:__anon3675
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dtexformat_tmp.h1055 /* Fetch CI texel from 1D, 2D or 3D ci8 texture, lookup the index in a
1064 GLuint index; local
1076 /* Mask the index against size of palette to avoid going out of bounds */
1077 index = (*src) & (palette->Size - 1);
1086 texelUB[ACOMP] = table[index];
1091 texelUB[BCOMP] = table[index];
1098 texelUB[ACOMP] = table[index];
1103 texelUB[BCOMP] = table[index * 2 + 0];
1104 texelUB[ACOMP] = table[index * 2 + 1];
1107 texelUB[RCOMP] = table[index *
1142 const GLubyte *index = (const GLubyte *) texel; local
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Ddmx.h92 int index; /**< Index into dmxScreens global */ member in struct:_DMXScreenInfo
112 int beDefVisualIndex; /**< Default visual index of BE */
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxpath.h120 int index; member in struct:_xmlXPathObject
412 * @index: index of a node in the set
416 * Returns the xmlNodePtr at the given @index in @ns or NULL if
417 * @index is out of range (0 to length-1)
419 #define xmlXPathNodeSetItem(ns, index) \
421 ((index) >= 0) && ((index) < (ns)->nodeNr)) ? \
422 (ns)->nodeTab[(index)] \
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dcltsrv.c244 PRIntn index; local
254 for (index = 0; index < sizeof(buffer); ++index)
255 buffer[index] = (char)index;
928 PRUintn index; local
1111 for (index = 0; index < clients; ++index)
[all...]
H A Dprovider.c246 PRIntn index; local
256 for (index = 0; index < sizeof(buffer); ++index)
257 buffer[index] = (char)index;
1134 PRUintn index; local
1324 for (index = 0; index < clients; ++index)
[all...]
H A Dsocket.c345 PRUint32 stackSize, PRInt32 index)
351 switch(index % 4) {
339 create_new_thread(PRThreadType type, void (*start)(void *arg), void *arg, PRThreadPriority priority, PRThreadScope scope, PRThreadState state, PRUint32 stackSize, PRInt32 index) argument
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsVoidArray.cpp385 NS_ASSERTION(aIndex >= 0,"InsertElementAt(negative index)");
388 // An invalid index causes the insertion to fail
430 NS_ASSERTION(aIndex >= 0,"InsertElementsAt(negative index)");
433 // An invalid index causes the insertion to fail
476 NS_ASSERTION(aIndex >= 0,"ReplaceElementAt(negative index)");
532 NS_ASSERTION(aTo >= 0 && aFrom >= 0,"MoveElement(negative index)");
561 NS_ASSERTION(aIndex >= 0,"RemoveElementsAt(negative index)");
564 // An invalid index causes the replace to fail
641 PRInt32 index = -1; local
646 while (running && (++index < mImp
660 PRInt32 index = Count(); local
818 PRInt32 index = IndexOf(aString); local
841 PRInt32 index = Count(); local
869 PRInt32 index = -1; local
885 PRInt32 index = Count(); local
1042 PRInt32 index = IndexOf(aCString); local
1053 PRInt32 index = IndexOfIgnoreCase(aCString); local
1076 PRInt32 index = Count(); local
1119 PRInt32 index = -1; local
1135 PRInt32 index = Count(); local
[all...]
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsPipe3.cpp379 nsPipe::PeekSegment(PRUint32 index, char *&cursor, char *&limit) argument
381 if (index == 0) {
388 if (index >= numSegments)
391 cursor = mBuffer.GetSegment(index);
392 if (mWriteSegment == (PRInt32) index)
441 // shift write segment index (-1 indicates an empty buffer).
889 PRUint32 index = 0, offset = 0; local
917 index++;
920 mPipe->PeekSegment(index, cursor2, limit2);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dpicturestr.h53 IndexFormatRec index; member in struct:_PictFormat
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dpicturestr.h53 IndexFormatRec index; member in struct:_PictFormat
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dpicturestr.h54 IndexFormatRec index; member in struct:_PictFormat
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dpicturestr.h52 IndexFormatRec index; member in struct:_PictFormat
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dpicturestr.h53 IndexFormatRec index; member in struct:_PictFormat
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dpicturestr.h53 IndexFormatRec index; member in struct:_PictFormat
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dpicturestr.h53 IndexFormatRec index; member in struct:_PictFormat
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dpicturestr.h53 IndexFormatRec index; member in struct:_PictFormat

Completed in 241 milliseconds

<<111213141516