Home
last modified time | relevance | path

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

1234567891011

/third_party/libabigail/tests/data/test-diff-suppr/test34-pub-include-dir-v0/
H A Dtest34-pub-include-v0.h4 #define NULL (void*)0 macro
/third_party/libabigail/tests/data/test-diff-suppr/test34-pub-include-dir-v1/
H A Dtest34-pub-include-v1.h4 #define NULL (void*)0 macro
/third_party/ltp/tools/sparse/sparse-src/validation/backend/
H A Dcall-variadic.c1 #define NULL ((void*)0) macro
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dcall-variadic.c1 #define NULL ((void*)0) macro
/third_party/pulseaudio/src/tests/
H A Dmcalign-test.c90 pa_loop_write(STDOUT_FILENO, (uint8_t*) p + t.index, t.length, NULL); in main() local
/third_party/musl/porting/liteos_m/user/include/
H A Dstring.h11 #define NULL 0L macro
13 #define NULL ((void*)0) macro
/third_party/musl/porting/linux/user/include/
H A Dstring.h11 #define NULL nullptr macro
13 #define NULL 0L macro
15 #define NULL ((void*)0) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dstring.h11 #define NULL 0L macro
13 #define NULL ((void*)0) macro
H A Dstddef.h5 #define NULL 0L macro
7 #define NULL ((void*)0) macro
/third_party/musl/include/
H A Dstring.h11 #define NULL nullptr macro
13 #define NULL 0L macro
15 #define NULL ((void*)0) macro
H A Dstddef.h5 #define NULL nullptr macro
7 #define NULL 0L macro
9 #define NULL ((void*)0) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstddef.h5 #define NULL 0L macro
7 #define NULL ((void*)0) macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstddef.h5 #define NULL nullptr macro
7 #define NULL 0L macro
9 #define NULL ((void*)0) macro
/third_party/ffmpeg/tools/
H A Dcoverity.c32 #define NULL (void *)0 macro
/third_party/icu/icu4c/source/samples/case/
H A Dcase.cpp41 NULL, NULL, NULL, &status); in main() local
/third_party/lzma/CPP/Common/
H A DStdOutStream.h19 CStdOutStream(FILE *stream = NULL): in CStdOutStream() argument
H A DStdInStream.h18 CStdInStream(FILE *stream = NULL): in CStdInStream() argument
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DComboDialog.h25 INT_PTR Create(HWND parentWindow = NULL) { return CModalDialog::Create(IDD_COMBO, parentWindow); } in Create() argument
H A DPasswordDialog.h25 INT_PTR Create(HWND parentWindow = NULL) { return CModalDialog::Create(IDD_PASSWORD, parentWindow); } in Create() argument
/third_party/skia/third_party/externals/icu/source/samples/case/
H A Dcase.cpp41 NULL, NULL, NULL, &status); in main() local
/third_party/glfw/examples/
H A Dwindows.c49 glfwGetMonitorWorkarea(glfwGetPrimaryMonitor(), &xpos, &ypos, NULL, &height); in main() local
/third_party/backends/lib/
H A Dgetopt1.c68 #ifndef NULL macro
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUCache.java18 public static final Object NULL = new Object(); field
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DICUCache.java22 public static final Object NULL = new Object(); field
/third_party/libuv/docs/code/uvcat/
H A Dmain.c32 uv_fs_close(uv_default_loop(), &close_req, open_req.result, NULL); in on_read() local

Completed in 6 milliseconds

1234567891011