Home
last modified time | relevance | path

Searched defs:cmp (Results 1 – 6 of 6) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Dutlist.h110 #define LL_SORT(list, cmp) \ argument
113 #define LL_SORT2(list, cmp, next) \ argument
174 #define DL_SORT(list, cmp) \ argument
177 #define DL_SORT2(list, cmp, prev, next) \ argument
237 #define CDL_SORT(list, cmp) \ argument
240 #define CDL_SORT2(list, cmp, prev, next) \ argument
356 #define LL_INSERT_INORDER(head,add,cmp) \ argument
359 #define LL_INSERT_INORDER2(head,add,cmp,next) \ argument
371 #define LL_LOWER_BOUND(head,elt,like,cmp) \ argument
374 #define LL_LOWER_BOUND2(head,elt,like,cmp,next) \ argument
[all …]
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/
Dapp_demo_spi.c106 hi_void print_err_rev_buf_u16(const hi_u16 *buf, const hi_u16 *cmp, hi_u32 len) in print_err_rev_buf_u16()
113 hi_void print_err_rev_buf_u8(const hi_u8 *buf, const hi_u8 *cmp, hi_u32 len) in print_err_rev_buf_u8()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/drivers/flash/
Dhi_loaderboot_flash.c168 hi_u8 cmp = (cmp_bp>>5) & 0x1; /* 5 */ in flash_protect_set_protect() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/drivers/flash/
Dhi_flashboot_flash.c183 hi_u8 cmp = (cmp_bp>>5) & 0x1; /* 5 */ in flash_protect_set_protect() local
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/
Dhi_math_adapt.h35 #define cmp(x, y) (((x) == (y)) ? 0 : (((x) > (y)) ? 1 : (-1))) macro
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/adapt/
Dhi_math_adapt.h38 #define cmp(x, y) (((x) == (y)) ? 0 : (((x) > (y)) ? 1 : (-1))) macro