Home
last modified time | relevance | path

Searched refs:FALSE (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/utils_lite/include/
H A Dohos_types.h56 #ifndef FALSE
57 #define FALSE 0L macro
H A Dutils_list.h107 #define UTILS_DL_LIST_IS_END(list, node) ((list) == (node) ? TRUE : FALSE)
271 * @retval FALSE The doubly linked list is not empty.
/commonlibrary/rust/ylong_json/src/
H A Dadapter.rs23 const FALSE: c_int = 0; consts
114 if recurse == FALSE {
139 return FALSE;
151 Box::into_raw(Box::from(JsonValue::Boolean(boolean != FALSE))) as *mut YlongJson
158 return FALSE;
204 *boolean = value != FALSE;
223 /// Returns a `c_int` where TRUE indicates that the item is a number, and FALSE indicates otherwise.
227 return FALSE;
235 /// Returns a `c_int` where TRUE indicates that the number is a double, and FALSE indicates otherwise.
239 return FALSE;
[all...]

Completed in 2 milliseconds