/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
H A D | utlist.h | 316 #define LL_PREPEND(head,add) \ 317 LL_PREPEND2(head,add,next) 319 #define LL_PREPEND2(head,add,next) \ 321 (add)->next = (head); \ 322 (head) = (add); \ 340 #define LL_APPEND(head,add) \ 341 LL_APPEND2(head,add,next) 343 #define LL_APPEND2(head,add,next) \ 346 (add)->next=NULL; \ 350 _tmp->next=(add); \ [all...] |
H A D | uthash.h | 200 #define HASH_REPLACE_BYHASHVALUE_INORDER(hh,head,fieldname,keylen_in,hashval,add,replaced,cmpfcn) \ 203 HASH_FIND_BYHASHVALUE(hh, head, &((add)->fieldname), keylen_in, hashval, replaced); \ 207 HASH_ADD_KEYPTR_BYHASHVALUE_INORDER(hh, head, &((add)->fieldname), keylen_in, hashval, add, cmpfcn); \ 210 #define HASH_REPLACE_BYHASHVALUE(hh,head,fieldname,keylen_in,hashval,add,replaced) \ 213 HASH_FIND_BYHASHVALUE(hh, head, &((add)->fieldname), keylen_in, hashval, replaced); \ 217 HASH_ADD_KEYPTR_BYHASHVALUE(hh, head, &((add)->fieldname), keylen_in, hashval, add); \ 220 #define HASH_REPLACE(hh,head,fieldname,keylen_in,add,replaced) \ 223 HASH_VALUE(&((add) [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
H A D | ccm.h | 141 * \param add The additional data field. If \p add_len is greater than 142 * zero, \p add must be a readable buffer of at least that 162 const unsigned char *add, size_t add_len, 187 * \param add The additional data field. This must be a readable buffer of 210 const unsigned char *add, size_t add_len, 226 * \param add The additional data field. This must be a readable buffer 247 const unsigned char *add, size_t add_len, 268 * \param add The additional data field. This must be a readable buffer of 292 const unsigned char *add, size_t add_len,
|
H A D | gcm.h | 150 * \param add The buffer holding the additional data. This must be of at 175 const unsigned char *add, 196 * \param add The buffer holding the additional data. This must be of at 219 const unsigned char *add, 236 * \param add The buffer holding the additional data, or \c NULL 239 * \p add may be \c NULL. 247 const unsigned char *add,
|
H A D | bn_mul.h | 25 * Multiply source vector [s] with b, add result 515 "add r13, r13, r8 \n\t" \ 516 "add r13, r13, r9 \n\t" \ 519 "add r12, r12, r10 \n\t" \ 521 "add r12, r12, r11 \n\t" \ 524 "add r12, r12, r10 \n\t" \ 526 "add r12, r12, r5 \n\t" \ 618 "add r5, r5, r3 \n\t" \ 620 "add r5, r5, r3 \n\t" \ 621 "add r [all...] |
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/cmd_bin/ |
H A D | cmd_entry_32.S | 49 add r2, r0, r2 65 add r0, r0, #4
|
H A D | cmd_entry_64.S | 49 add x3, x3, #4
|
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/boot/ |
H A D | start.S | 120 add r0, r0, r1 162 add r2, r0, r2 175 add r0, pc, #4
|
H A D | uart.S | 21 add a3, a3, #13 51 add a1, a1, #1
|
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/boot/ |
H A D | start.S | 120 add r0, r0, r1 162 add r2, r0, r2 175 add r0, pc, #4
|
H A D | uart.S | 21 add a3, a3, #13 51 add a1, a1, #1
|
/device/qemu/riscv32_virt/liteos_m/board/driver/ |
H A D | virtnet.c | 347 uint16_t add, idx, head, tmp; in LowLevelOutput() local 357 add = pbuf_clen(p) + 1; in LowLevelOutput() 358 if (add > trans->qsz) { in LowLevelOutput() 359 PRINT_ERR("packet pbuf_clen %u larger than supported %u\n", add - 1, trans->qsz - 1); in LowLevelOutput() 363 head = GetTxFreeEntry(nic, add); in LowLevelOutput() 377 nic->tbufRec[idx].count = add; in LowLevelOutput() 585 PRINT_ERR("add virtio-mmio net device failed\n"); in VirtnetInit()
|
H A D | virtinput.c | 159 uint16_t add = 0; in VirtinHandleEv() local 171 q->avail->ring[(q->avail->index + add++) % q->qsz] = idx; in VirtinHandleEv() 175 q->avail->index += add; in VirtinHandleEv()
|
/device/soc/rockchip/common/vendor/drivers/gpu/drm/rockchip/ebc-dev/ |
H A D | ebc_dev_v8.S | 37 add x16, x16, 24 58 add x15, x15, 1 60 add x29, sp, 0 99 add x8, x0, x8 102 add x8, x8, 4 104 add x20, x3, 8 120 add x21, x22, x11 126 add x7, x7, x22 149 add w25, w25, w22, uxtb 153 add w2 [all...] |
/device/qemu/arm_mps2_an386/liteos_m/board/ |
H A D | startup.s | 57 add r0, r0, #4
|
/device/qemu/arm_mps3_an547/liteos_m/board/ |
H A D | startup.s | 56 add r0, r0, #4
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | hndchipc.h | 42 extern void si_serial_init(si_t *sih, si_serial_init_fn add);
|
/device/soc/rockchip/common/vendor/drivers/gpu/drm/rockchip/ebc-dev/epdlut/ |
H A D | pvi_waveform_v8.S | 26 add x29, sp, 0 33 add x1, x19, :lo12:.LANCHOR0 87 add x19, x19, :lo12:.LANCHOR0 88 add x19, x19, 12 162 add x0, x0, :lo12:.LC1 216 add x0, x19, :lo12:.LANCHOR0 245 add x0, x19, :lo12:.LANCHOR0 277 add x19, x19, :lo12:.LANCHOR0 288 add x19, x19, :lo12:.LANCHOR0 294 add x1 [all...] |
H A D | rkf_waveform_v8.S | 36 add x2, x6, 532 39 add x7, x6, 2132 76 add x1, x1, 1 85 add x4, x2, x1 97 add x0, x6, x0 108 add x2, x6, 148 111 add x7, x6, 596 124 add x2, x6, 212 127 add x7, x6, 852 134 add x [all...] |
/device/qemu/drivers/virtio/ |
H A D | virtinput.c | 146 uint16_t add = 0; in VirtinHandleEv() local 158 q->avail->ring[(q->avail->index + add++) % q->qsz] = idx; in VirtinHandleEv() 162 q->avail->index += add; in VirtinHandleEv()
|
H A D | virtnet.c | 288 uint16_t add = 0; in VirtnetRxHandle() local 314 q->avail->ring[(q->avail->index + add++) % q->qsz] = e->id; in VirtnetRxHandle() 318 q->avail->index += add; in VirtnetRxHandle() 362 * -NetDevice- VirtNetDeviceInit/DeInit: set & add NetDevice
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/startup/ |
H A D | riscv_init_flashboot.S | 165 add t2, t2, t1 179 add t2, t2, t1
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
H A D | oal_netbuf.h | 186 #define oal_netbuf_splice_init(add, q) NetBufQueueConcat(q, add)
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/startup/ |
H A D | riscv_init_loaderboot.S | 296 add t2, t2, t1 310 add t2, t2, t1
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_android_ext.c | 265 void wl_ext_add_remove_pm_enable_work(struct net_device *dev, bool add); 1344 /* Copy the vndr_ie SET command ("add"/"del") to the buffer */ in wl_ext_add_del_ie() 1453 wl_ext_add_remove_pm_enable_work(struct net_device *dev, bool add) in wl_ext_add_remove_pm_enable_work() argument 1476 if (add) { in wl_ext_add_remove_pm_enable_work() 3000 vndr_ie, "add"); in wl_mesh_update_vndr_ie() 5907 wl_ext_add_remove_eventmsg(struct net_device *ndev, u16 event, bool add) in wl_ext_add_remove_eventmsg() argument 5923 if (add) { in wl_ext_add_remove_eventmsg() 5945 int i, bytes_written = 0, add = -1; in wl_ext_event_msg() local 5950 /* dhd_priv wl event_msg [offset] [1/0, 1 for add, 0 for remove] */ in wl_ext_event_msg() 5954 sscanf(data, "%d %d", &event, &add); in wl_ext_event_msg() 6371 char mask[128]="\\0", pattern[128]="\\0", add[4]="\\0", wl_ext_wowl_pattern() local [all...] |