Home
last modified time | relevance | path

Searched defs:NULL (Results 1 – 25 of 100) sorted by relevance

1234

/third_party/musl/porting/liteos_a/kernel/include/
Dstddef.h5 #define NULL nullptr macro
7 #define NULL 0L macro
9 #define NULL ((void*)0) macro
/third_party/musl/include/
Dstddef.h5 #define NULL nullptr macro
7 #define NULL 0L macro
9 #define NULL ((void*)0) macro
Dstring.h11 #define NULL nullptr macro
/third_party/musl/porting/uniproton/kernel/include/
Dstddef.h5 #define NULL 0L macro
7 #define NULL ((void*)0) macro
Dstring.h11 #define NULL 0L macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstddef.h5 #define NULL 0L macro
7 #define NULL ((void*)0) macro
/third_party/rust/crates/rustix/tests/param/
Dweak.rs35 const NULL: *mut c_void = null_mut(); constant
/third_party/rust/crates/rustix/tests/process/
Dweak.rs35 const NULL: *mut c_void = null_mut(); constant
/third_party/rust/crates/rustix/src/backend/libc/
Dweak.rs35 const NULL: *mut c_void = null_mut(); constant
/third_party/libabigail/tests/data/test-diff-suppr/test34-pub-include-dir-v0/
Dtest34-pub-include-v0.h4 #define NULL (void*)0 macro
/third_party/musl/porting/liteos_m/user/include/
Dstring.h11 #define NULL 0L macro
/third_party/musl/porting/linux/user/include/
Dstring.h11 #define NULL nullptr macro
/third_party/ltp/tools/sparse/sparse-src/validation/backend/
Dcall-variadic.c1 #define NULL ((void*)0) macro
/third_party/ltp/tools/sparse/sparse-src/validation/
Dcall-variadic.c1 #define NULL ((void*)0) macro
/third_party/libabigail/tests/data/test-diff-suppr/test34-pub-include-dir-v1/
Dtest34-pub-include-v1.h4 #define NULL (void*)0 macro
/third_party/skia/third_party/externals/harfbuzz/test/subset/
DMakefile.am3 NULL = macro
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/
DMakefile.am3 NULL = macro
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/in-house/
DMakefile.am3 NULL = macro
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/aots/
DMakefile.am3 NULL = macro
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/text-rendering-tests/
DMakefile.am3 NULL = macro
/third_party/skia/third_party/externals/harfbuzz/test/subset/data/repack_tests/
DMakefile.am3 NULL = macro
/third_party/skia/third_party/externals/harfbuzz/test/subset/data/
DMakefile.am3 NULL = macro
/third_party/skia/third_party/externals/harfbuzz/test/
DMakefile.am3 NULL = macro
/third_party/skia/third_party/externals/harfbuzz/test/shape/
DMakefile.am3 NULL = macro
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUCache.java18 public static final Object NULL = new Object(); field

1234