/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
H A D | utlist.h | 110 #define LL_SORT(list, cmp) \ 111 LL_SORT2(list, cmp, next) 113 #define LL_SORT2(list, cmp, next) \ 146 } else if (cmp(_ls_p,_ls_q) <= 0) { \ 174 #define DL_SORT(list, cmp) \ 175 DL_SORT2(list, cmp, prev, next) 177 #define DL_SORT2(list, cmp, prev, next) \ 210 } else if (cmp(_ls_p,_ls_q) <= 0) { \ 237 #define CDL_SORT(list, cmp) \ 238 CDL_SORT2(list, cmp, pre [all...] |
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/boot/ |
H A D | _udivsi3.S | 20 cmp divisor, #0 24 cmp dividend, divisor 31 cmp divisor, #0x10000000 39 cmp divisor, #0x80000000 49 cmp dividend, divisor 52 cmp dividend, divisor, lsr #1 55 cmp dividend, divisor, lsr #2 58 cmp dividend, divisor, lsr #3 61 cmp dividend, #0 @ Early termination?
|
H A D | uart.S | 54 cmp a3, #0 83 cmp a4, #9 87 cmp a3, #0
|
H A D | start.S | 166 cmp r0, r2
|
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/boot/ |
H A D | _udivsi3.S | 20 cmp divisor, #0 24 cmp dividend, divisor 31 cmp divisor, #0x10000000 39 cmp divisor, #0x80000000 49 cmp dividend, divisor 52 cmp dividend, divisor, lsr #1 55 cmp dividend, divisor, lsr #2 58 cmp dividend, divisor, lsr #3 61 cmp dividend, #0 @ Early termination?
|
H A D | uart.S | 54 cmp a3, #0 83 cmp a4, #9 87 cmp a3, #0
|
H A D | start.S | 166 cmp r0, r2
|
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/cmd_bin/ |
H A D | cmd_entry_32.S | 42 cmp r0, r1 53 cmp r0, r2 64 cmp r0, r1
|
H A D | cmd_entry_64.S | 48 cmp x3, x1
|
/device/soc/rockchip/rk2206/sdk_liteos/platform/startup/ |
H A D | startup_rk2206.S | 87 cmp r2, r3 102 cmp r2, r3 117 cmp r1, r2
|
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/ |
H A D | sw_sync.c | 256 int cmp; in sync_pt_create() local 260 cmp = value - other->base.seqno; in sync_pt_create() 261 if (cmp > 0) { in sync_pt_create() 263 } else if (cmp < 0) { in sync_pt_create()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_android.h | 87 #define WL_MSG_RLMT(name, cmp, size, arg1, args...) \ 97 memcmp(&static_tmp, cmp, size)) { \ 99 memcpy(static_tmp, cmp, size); \
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/drivers/flash/ |
H A D | hi_flashboot_flash.c | 169 /* none protect cmp:0 bp[2:0]:0 */ in flash_protect_check_nonprotect() 173 /* none protect cmp:1 bp[2:1]:0x3 bp0:x */ in flash_protect_check_nonprotect() 183 hi_u8 cmp = (cmp_bp>>5) & 0x1; /* 5 */ in flash_protect_set_protect() local 197 if (((p_data[0] & (0x1F<<2)) == (bp<<2)) && ((p_data[1] & (0x1<<6)) == (cmp<<6))) { /* 2 6 */ in flash_protect_set_protect() 200 /* none protect cmp:0 bp[2:0]:0 */ in flash_protect_set_protect() 207 p_data[1] |= (hi_u8)(cmp<<6); /* 6 */ in flash_protect_set_protect() 224 if (((p_data[0] & (0x1F<<2)) == (bp<<2)) && ((p_data[1] & (0x1<<6)) == (cmp<<6))) { /* 2 6 */ in flash_protect_set_protect()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/drivers/flash/ |
H A D | hi_loaderboot_flash.c | 168 hi_u8 cmp = (cmp_bp>>5) & 0x1; /* 5 */ in flash_protect_set_protect() local 183 if (((p_data[0] & (0x1F<<2)) == (bp<<2)) && ((p_data[1] & (0x1<<6)) == (cmp<<6))) { /* 2 6 */ in flash_protect_set_protect() 189 p_data[1] |= (hi_u8)(cmp<<6); /* 6 */ in flash_protect_set_protect() 207 if (((p_data[0] & (0x1F<<2)) == (bp<<2)) && ((p_data[1] & (0x1<<6)) == (cmp<<6))) { /* 2 6 */ in flash_protect_set_protect()
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
H A D | inno_hdmi.c | 47 struct completion cmp; member 594 complete(&i2c->cmp); in inno_hdmi_i2c_irq() 633 ret = wait_for_completion_timeout(&hdmi->i2c->cmp, HZ / 0xa); in inno_hdmi_i2c_read() 656 reinit_completion(&hdmi->i2c->cmp); in inno_hdmi_i2c_write() 737 init_completion(&i2c->cmp); in inno_hdmi_i2c_adapter()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/ |
H A D | app_demo_spi.c | 106 hi_void print_err_rev_buf_u16(const hi_u16 *buf, const hi_u16 *cmp, hi_u32 len) in print_err_rev_buf_u16() argument 110 test_spi_printf("%d, %d", cmp[i], buf[i]); 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() argument 117 test_spi_printf("%d, %d", cmp[i], buf[i]); in print_err_rev_buf_u8()
|
/device/soc/rockchip/common/vendor/drivers/gpu/drm/rockchip/ebc-dev/epdlut/ |
H A D | pvi_waveform_v8.S | 44 cmp w0, 25 47 cmp w0, 18 50 cmp w0, 22 70 cmp w20, 5 110 cmp w0, 35 113 cmp w0, 67 115 cmp w0, 84 143 cmp w20, 5 147 cmp w20, 2 150 cmp w2 [all...] |
H A D | rkf_waveform_v8.S | 25 cmp w1, 3 32 cmp w1, 5 42 cmp w1, 6 50 cmp w0, 0 65 cmp w0, w3 79 cmp x1, 50 87 cmp w0, w3 104 cmp w1, 1 299 cmp x0, 0 366 cmp w2 [all...] |
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | mpp_list.h | 208 void list_sort(void *priv, struct list_head *head, list_cmp_func_t cmp);
|
/device/soc/rockchip/common/vendor/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi-qp.c | 392 struct completion cmp;
member 871 reinit_completion(&i2c->cmp);
in dw_hdmi_i2c_read() 877 stat = wait_for_completion_timeout(&i2c->cmp, HZ / 0xA);
in dw_hdmi_i2c_read() 915 reinit_completion(&i2c->cmp);
in dw_hdmi_i2c_write() 921 stat = wait_for_completion_timeout(&i2c->cmp, HZ / 0xA);
in dw_hdmi_i2c_write() 1038 init_completion(&i2c->cmp);
in dw_hdmi_i2c_adapter() 2108 complete(&i2c->cmp);
in dw_hdmi_qp_main_hardirq()
|
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi-qp.c | 185 struct completion cmp; member 681 reinit_completion(&i2c->cmp); in dw_hdmi_i2c_read() 689 stat = wait_for_completion_timeout(&i2c->cmp, HZ / 10); in dw_hdmi_i2c_read() 728 reinit_completion(&i2c->cmp); in dw_hdmi_i2c_write() 736 stat = wait_for_completion_timeout(&i2c->cmp, HZ / 10); in dw_hdmi_i2c_write() 857 init_completion(&i2c->cmp); in dw_hdmi_i2c_adapter() 1989 complete(&i2c->cmp); in dw_hdmi_qp_main_hardirq()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/adapt/ |
H A D | hi_math_adapt.h | 34 * cmp(x,y) 0 if x==y; 1 if x>y; -1 if x<y 38 #define cmp(x, y) (((x) == (y)) ? 0 : (((x) > (y)) ? 1 : (-1))) macro
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/ |
H A D | hi_math_adapt.h | 31 * cmp(x,y) 0 if x==y; 1 if x>y; -1 if x<y 35 #define cmp(x, y) (((x) == (y)) ? 0 : (((x) > (y)) ? 1 : (-1))) macro
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/ |
H A D | hi_math_adapt.h | 31 * cmp(x,y) 0 if x==y; 1 if x>y; -1 if x<y 35 #define cmp(x, y) (((x) == (y)) ? 0 : (((x) > (y)) ? 1 : (-1))) macro
|
/device/soc/rockchip/common/vendor/drivers/gpu/drm/rockchip/ebc-dev/ |
H A D | ebc_dev_v8.S | 45 cmp w17, 0 124 cmp w13, w21, uxtb 139 cmp w23, w22 195 cmp w23, w22 251 cmp w23, w22 309 cmp w6, w5 364 cmp w10, w19 373 cmp x5, x6 381 cmp w10, w19 393 cmp w1 [all...] |