Searched defs:NULL (Results 1 - 25 of 113) sorted by relevance

12345

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstddef.h33 #ifndef NULL
35 #define NULL 0 macro
37 #define NULL ((void *)0) macro
42 #define offsetof(s,m) (size_t)((ptrdiff_t)&(((s*)NULL)->m))
44 #define offsetof(s,m) (size_t)&(((s*)NULL)->m)
H A Dstring.h18 #ifndef NULL
20 #define NULL 0 macro
22 #define NULL ((void *)0) macro
H A Dtime.h42 #ifndef NULL
44 #define NULL 0 macro
46 #define NULL ((void *)0) macro
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Ddef.h35 /* this might define NULL already */
41 #ifndef NULL
42 #define NULL ((void *)0) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstddef.h35 #ifndef NULL
37 #define NULL 0 macro
39 #define NULL ((void *)0) macro
44 #define offsetof(s,m) (size_t)((ptrdiff_t)&(((s*)NULL)->m))
46 #define offsetof(s,m) (size_t)&(((s*)NULL)->m)
H A Dstring.h28 #ifndef NULL
30 #define NULL 0 macro
32 #define NULL ((void *)0) macro
H A Dtime.h42 #ifndef NULL
44 #define NULL 0 macro
46 #define NULL ((void *)0) macro
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dstddef.h9 #undef NULL macro
10 #define NULL ((void *)0) macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dflockfile.c87 } else if (_LOCKOWNER(fp) == NULL) {
122 while (_LOCKOWNER(fp) != NULL)
124 thr_setcancelstate(oldstate, NULL);
151 thr_setcancelstate(_LOCKCANCELSTATE(fp), NULL); local
156 _LOCKOWNER(fp) = NULL;
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIApplianceExportEditorWidget.cpp39 ExportSortProxyModel(QObject *pParent = NULL) argument
61 UIApplianceExportEditorWidget::UIApplianceExportEditorWidget(QWidget *pParent /* = NULL */)
H A DUIApplianceImportEditorWidget.cpp39 ImportSortProxyModel(QObject *pParent = NULL) argument
128 m_pAppliance = NULL;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dgdiplusinit.h49 GdiplusStartupInput(DebugEventProc debugEventCallback = NULL, argument
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Ddef.h35 /* arch.h might define NULL already */
46 #ifndef NULL
47 #define NULL ((void *)0) macro
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/
H A Defi.h24 /* EFI headers rudely redefine NULL */
25 #undef NULL macro
/vbox/src/VBox/NetworkServices/NetLib/
H A Dshared_ptr.h27 imp(T *pTrg = NULL, int cnt = 1): ptr(pTrg),refcnt(cnt){} argument
36 SharedPtr(T *t = NULL):p(NULL) argument
/vbox/include/iprt/nocrt/compiler/
H A Dgcc.h75 #ifndef NULL
77 # define NULL 0 macro
79 # define NULL ((void *)0) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dgdiplusinit.h49 GdiplusStartupInput(DebugEventProc debugEventCallback = NULL, argument
/vbox/include/iprt/cpp/
H A Dmem.h59 * @returns Allocated memory on success, NULL on failure.
60 * @param pvOld What to reallocate, shall always be NULL.
65 AssertReturn(!pvOld, NULL);
105 * Template function wrapping NULL to get the correct NilRes signature
109 * @returns NULL with the right type.
114 return (T *)(NULL);
155 * @param aPtr Memory pointer to manage. Defaults to NULL.
157 RTCMemAutoPtr(T *aPtr = NULL) argument
170 : RTCAutoRes<T *, a_fnDestruct, RTCMemAutoNil<T> >((T *)a_fnAllocator(NULL, a_cElements * sizeof(T), RTMEM_TAG))
172 if (a_fZeroed && RT_LIKELY(this->get() != NULL))
[all...]
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dbufpool.c34 #ifndef NULL
35 #define NULL ((void *) 0) macro
76 pool->head = NULL;
139 prev = NULL;
140 prev_smallest = NULL;
193 return NULL;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_ansic.h57 #ifndef NULL
59 #define NULL 0 macro
61 #define NULL ((void *)0) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_ansic.h41 #ifndef NULL
43 #define NULL 0 macro
45 #define NULL ((void *)0) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_ansic.h64 #ifndef NULL
66 #define NULL 0 macro
68 #define NULL ((void *)0) macro
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFAddr.cpp182 UVM_ASSERT_VALID_EXT_RETURN(pUVM, NULL);
183 VM_ASSERT_VALID_EXT_RETURN(pUVM->pVM, NULL);
204 UVM_ASSERT_VALID_EXT_RETURN(pUVM, NULL);
245 return PGMGstGetPage(pVCpu, pAddress->FlatPtr, NULL, pGCPhys);
455 *ppvR3Ptr = NULL;
484 AssertPtrReturn(pAddress, NULL);
485 AssertReturn(DBGFADDRESS_IS_VALID(pAddress), NULL); local
512 AssertPtrReturn(pAddress, NULL);
513 AssertReturn(DBGFADDRESS_IS_VALID(pAddress), NULL); local
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_ansic.h64 #ifndef NULL
66 #define NULL 0 macro
68 #define NULL ((void *)0) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_ansic.h64 #ifndef NULL
66 #define NULL 0 macro
68 #define NULL ((void *)0) macro

Completed in 157 milliseconds

12345