Searched refs:kind (Results 251 - 275 of 312) sorted by relevance

<<111213

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dcompint.h287 compMoveWindow(WindowPtr pWin, int x, int y, WindowPtr pSib, VTKind kind);
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_hfs.c23 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
518 //fprintf(stderr, "rec=%d cmp=%d kind=%d \n", rec, cmp, node->kind);
521 if (node->kind == kBTLeafNode)
533 else if (node->kind == kBTIndexNode)
548 if (node->kind == kBTLeafNode && cmp < 0 && node->fLink)
594 if (node->kind == kBTIndexNode && currkey)
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/src/md/unix/
H A Dxptcstubs_asm_openvms_alpha.s48 $routine Stub'n%MBIT%, kind=null
/vbox/src/VBox/Devices/BiosCommonCode/
H A Dsupport.asm15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
/vbox/src/VBox/Devices/PC/BIOS/
H A Dapm_pm.asm10 ;; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMainA-win.asm15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
/vbox/src/VBox/VMM/VMMR0/
H A DVMMR0TripleFaultHackA.asm15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
/vbox/src/VBox/Runtime/common/misc/
H A Dsetjmp.asm15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
/vbox/src/VBox/Additions/x11/VBoxClient/testcase/
H A DtstSeamlessX11-auto.cpp15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
238 int kind, int *count,
240 XRectangle *XShapeGetRectangles (Display *dpy, Window window, int kind, argument
/vbox/src/VBox/VMM/VMMRC/
H A DMMRamRCA.asm15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
H A DCPUMRCPatchHlp.asm14 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
H A DVMMRCA.asm15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
/vbox/src/VBox/ValidationKit/bootsectors/
H A Dbootsector-pae.asm15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
H A Dbootsector2-test1.asm17 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dxmmsaving-asm.asm15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Ddix.h634 SelectionCallbackKind kind; member in struct:__anon7745
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dlayerstr.h53 * rendering code. The first kind always points at the
64 int kind; /* kind index */ member in struct:_LayerKind
H A Ddix.h201 * somewhere what kind of buffer (front/back) was being asked for, so
814 SelectionCallbackKind kind; member in struct:__anon4083
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_printf.c110 uint_t kind; local
117 kind = ctf_type_kind(ctfp, base);
119 return (kind == CTF_K_ARRAY && ctf_array_info(ctfp, base, &r) == 0 &&
130 uint_t kind = ctf_type_kind(ctfp, base); local
135 return (kind == CTF_K_ARRAY && ctf_array_info(ctfp, base, &r) == 0 &&
1066 dt_ident_t *idp, int foff, dtrace_actkind_t kind, dt_node_t *dnp)
1089 if (kind != DTRACEAGG_COUNT)
1065 dt_printf_validate(dt_pfargv_t *pfv, uint_t flags, dt_ident_t *idp, int foff, dtrace_actkind_t kind, dt_node_t *dnp) argument
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Ddix.h190 * somewhere what kind of buffer (front/back) was being asked for, so
809 SelectionCallbackKind kind; member in struct:__anon7370
/vbox/src/VBox/Additions/x11/x11include/fixesproto-4.0/X11/extensions/
H A Dxfixesproto.h220 CARD8 kind; member in struct:__anon3260
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Ddix.h201 * somewhere what kind of buffer (front/back) was being asked for, so
814 SelectionCallbackKind kind; member in struct:__anon4522
/vbox/src/VBox/Main/src-all/win/
H A Dcomregister.cmd17 REM hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLibTracerA.asm15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_agl.c113 UInt32 kind = GetEventKind (event); local
127 switch (kind)

Completed in 106 milliseconds

<<111213