Home
last modified time | relevance | path

Searched refs:LONG_MIN (Results 1 – 6 of 6) sorted by relevance

/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/net/utils/
Dnet_defs.h59 #ifndef LONG_MIN
60 #define LONG_MIN (-LONG_MAX - 1) macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
Dvalues.h16 #define MINLONG LONG_MIN
Dlimits.h32 #define LONG_MIN (-LONG_MAX-1) macro
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/amvdec_ports/decoder/
Daml_mpeg4_parser.h99 #define AV_NOPTS_VALUE (LONG_MIN)
/device/soc/rockchip/common/sdk_linux/ipc/
Dmsg.c1017 if (*msgtyp == LONG_MIN) { /* -LONG_MIN is undefined */ in convert_mode()
/device/soc/rockchip/common/sdk_linux/kernel/sched/
Dcore.c2401 ncsw = p->nvcsw | LONG_MIN; /* sets MSB */ in wait_task_inactive()