|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | assert(x) |
| #define | offsetof(x, y) FIELD_OFFSET(x,y) |
| #define | nil (0) |
| #define | nelem(arr) (sizeof((arr)[0]) / sizeof((arr))) |
| #define | werrstr(str, ...) DPRINT(str "\n" ,##__VA_ARGS__) |
| #define | malloc(x) RosSymAllocMem(x) |
| #define | mallocz(x, y) RosSymAllocMemZero(x,y) |
| #define | free(x) xfree(x) |
| #define | USED(x) (*((char *)&(x)) ^= 0) |
| #define | memset(x, y, z) RtlZeroMemory(x,z) |
Typedefs | |
| typedef signed char | schar |
| typedef unsigned char | uchar |
| typedef unsigned int | uint |
| typedef unsigned long | ulong |
| typedef unsigned long long | uvlong |
| typedef unsigned short | u16int |
| typedef short | s16int |
| typedef unsigned int | u32int |
| typedef int | s32int |
| typedef unsigned long long | u64int |
| typedef long long | s64int |
| typedef ulong | size_t |
Functions | |
| DECLSPEC_NORETURN NTSYSAPI VOID NTAPI | RtlRaiseStatus (IN NTSTATUS Status) |
| int | readn (void *fd, char *buf, ulong len) |
| int | seek (void *fd, ulong off, int mode) |
| void * | RosSymAllocMemZero (ulong num, ulong size) |
| void * | RosSymRealloc (void *mem, ulong newsize) |
| void | xfree (void *v) |
Definition at line 85 of file exception.c.
Referenced by RtlRaiseException(), and RtlRaiseStatus().
Definition at line 758 of file uimain.c.
Referenced by accel_fill_rect(), accel_screen_copy(), cache_rect(), draw_cache_rects(), load_licence(), main(), save_licence(), str_handle_lines(), subprocess(), ui_create_bitmap(), ui_deinit(), ui_desktop_save(), ui_destroy_bitmap(), ui_destroy_colourmap(), ui_destroy_cursor(), ui_destroy_glyph(), ui_destroy_window(), ui_invalidate(), ui_memblt(), ui_patblt(), ui_screenblt(), and ui_set_colourmap().