Home
last modified time | relevance | path

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

/commonlibrary/utils_lite/include/
Dohos_types.h62 #define NULL 0L macro
64 #define NULL ((void*)0) macro
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
Dslots.rs23 const NULL: usize = usize::MAX; constant