Searched defs:next (Results 1 - 25 of 819) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dglue.h42 struct glue *next; member in struct:glue
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dx-list.h40 x_list *next; member in struct:x_list_struct
H A Dpropertyst.h57 struct _Property *next; member in struct:_Property
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dconfig-backends.h11 * The above copyright notice and this permission notice (including the next
42 struct config_dbus_core_hook *next; member in struct:config_dbus_core_hook
H A Dx-list.h39 x_list *next; member in struct:x_list_struct
H A Dpropertyst.h57 struct _Property *next; member in struct:_Property
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dconfig-backends.h11 * The above copyright notice and this permission notice (including the next
42 struct config_dbus_core_hook *next; member in struct:config_dbus_core_hook
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dconfig-backends.h11 * The above copyright notice and this permission notice (including the next
42 struct config_dbus_core_hook *next; member in struct:config_dbus_core_hook
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dconfig-backends.h11 * The above copyright notice and this permission notice (including the next
42 struct config_dbus_core_hook *next; member in struct:config_dbus_core_hook
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dconfig-backends.h11 * The above copyright notice and this permission notice (including the next
52 struct config_dbus_core_hook *next; member in struct:config_dbus_core_hook
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dconfig-backends.h11 * The above copyright notice and this permission notice (including the next
52 struct config_dbus_core_hook *next; member in struct:config_dbus_core_hook
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dconfig-backends.h11 * The above copyright notice and this permission notice (including the next
52 struct config_dbus_core_hook *next; member in struct:config_dbus_core_hook
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dconfig-backends.h11 * The above copyright notice and this permission notice (including the next
52 struct config_dbus_core_hook *next; member in struct:config_dbus_core_hook
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dconfig-backends.h11 * The above copyright notice and this permission notice (including the next
52 struct config_dbus_core_hook *next; member in struct:config_dbus_core_hook
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dconfig-backends.h11 * The above copyright notice and this permission notice (including the next
54 struct config_dbus_core_hook *next; member in struct:config_dbus_core_hook
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dconfig-backends.h11 * The above copyright notice and this permission notice (including the next
54 struct config_dbus_core_hook *next; member in struct:config_dbus_core_hook
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dconfig-backends.h11 * The above copyright notice and this permission notice (including the next
54 struct config_dbus_core_hook *next; member in struct:config_dbus_core_hook
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dhash.h55 struct _entry *next; member in struct:_entry
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/StdLib/
H A DRand.c36 static UINT32 next = 1; variable
53 if (next == 0)
54 next = 123459876;
55 hi = next / 127773;
56 lo = next % 127773;
60 return ((next = x) % ((UINT32)RAND_MAX + 1));
66 next = (UINT32)seed;
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Draw.h45 struct raw_pcb *next; member in struct:raw_pcb
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dx-list.h41 x_list *next; member in struct:x_list_struct
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dx-list.h41 x_list *next; member in struct:x_list_struct
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dpropertyst.h57 struct _Property *next; member in struct:_Property
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Ddbus-core.h11 * The above copyright notice and this permission notice (including the next
41 struct dbus_core_hook *next; member in struct:dbus_core_hook
H A Dpropertyst.h57 struct _Property *next; member in struct:_Property

Completed in 259 milliseconds

1234567891011>>