/device/soc/esp/esp32/components/efuse/ |
D | efuse_table_gen.py | 154 last = None 156 …if last is not None and last.efuse_block == p.efuse_block and p.bit_start < last.bit_start + last.… 159 … last.field_name, last.efuse_block, last.bit_start, last.bit_count)) 160 last = p 179 last = None 181 if last is None: 183 if last is not None: 184 if last.efuse_block != p.efuse_block: 185 … rows += '%d] \n\n%s \n[%d ' % (last.bit_start + last.bit_count - 1, p.efuse_block, p.bit_start) 186 elif last.bit_start + last.bit_count != p.bit_start: [all …]
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
D | mali_osk_bitmap.c | 71 bitmap->last, cnt, 0); in _mali_osk_bitmap_alloc_range() 81 bitmap->last = (obj + cnt); in _mali_osk_bitmap_alloc_range() 82 if (bitmap->last >= bitmap->max) { in _mali_osk_bitmap_alloc_range() 83 bitmap->last = bitmap->reserve; in _mali_osk_bitmap_alloc_range() 111 bitmap->last = min(bitmap->last, obj); in _mali_osk_bitmap_free_range() 123 bitmap->last = reserve; in _mali_osk_bitmap_init()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
D | mali_osk_bitmap.c | 74 obj = bitmap_find_next_zero_area(bitmap->table, bitmap->max, bitmap->last, cnt, 0); in _mali_osk_bitmap_alloc_range() 82 bitmap->last = (obj + cnt); in _mali_osk_bitmap_alloc_range() 83 if (bitmap->last >= bitmap->max) { in _mali_osk_bitmap_alloc_range() 84 bitmap->last = bitmap->reserve; in _mali_osk_bitmap_alloc_range() 112 bitmap->last = min(bitmap->last, obj); in _mali_osk_bitmap_free_range() 124 bitmap->last = reserve; in _mali_osk_bitmap_init()
|
/device/soc/winnermicro/wm800/board/src/bt/blehost/porting/w800/src/ |
D | os_mbuf.c | 317 struct os_mbuf *last; in os_mbuf_append() local 331 last = om; in os_mbuf_append() 333 while (SLIST_NEXT(last, om_next) != NULL) { in os_mbuf_append() 334 last = SLIST_NEXT(last, om_next); in os_mbuf_append() 338 space = OS_MBUF_TRAILINGSPACE(last); in os_mbuf_append() 347 memcpy_s(OS_MBUF_DATA(last, uint8_t *) + last->om_len, in os_mbuf_append() 348 sizeof(OS_MBUF_DATA(last, uint8_t *) + last->om_len), pdata, space); in os_mbuf_append() 349 last->om_len += space; in os_mbuf_append() 367 SLIST_NEXT(last, om_next) = new; in os_mbuf_append() 368 last = new; in os_mbuf_append() [all …]
|
/device/soc/rockchip/rk3568/hardware/omx_il/osal/ |
D | Rockchip_OSAL_Queue.c | 56 currentqelem = queue->last = queue->first; in Rockchip_OSAL_QueueCreate() 115 if ((queue->last->data != NULL) || (queue->numElem >= queue->maxNumElem)) { in Rockchip_OSAL_Queue() 119 queue->last->data = data; in Rockchip_OSAL_Queue() 120 queue->last = queue->last->qNext; in Rockchip_OSAL_Queue() 193 queue->last = queue->first; in Rockchip_OSAL_ResetQueue()
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/crypto/ |
D | aes-gcm.c | 124 size_t last = x + xlen - xpos; in ghash() local 125 os_memcpy(tmp, xpos, last); in ghash() 126 os_memset(tmp + last, 0, sizeof(tmp) - last); in ghash() 144 size_t i, n, last; in aes_gctr() local 164 last = x + xlen - xpos; in aes_gctr() 165 if (last) { in aes_gctr() 168 for (i = 0; i < last; i++) in aes_gctr()
|
D | aes-ccm.c | 65 size_t last = len % AES_BLOCK_SIZE; in aes_ccm_auth() local 74 if (last) { in aes_ccm_auth() 76 for (i = 0; i < last; i++) in aes_ccm_auth() 94 size_t last = len % AES_BLOCK_SIZE; in aes_ccm_encr() local 106 if (last) { in aes_ccm_encr() 110 for (i = 0; i < last; i++) in aes_ccm_encr()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/core/ |
D | drv_trng_v200.c | 33 static hi_u32 last = 0x0A; // 0x0A for check in drv_trng_randnum() local 41 if (ctrl.u32 != last) { in drv_trng_randnum() 52 last = ctrl.u32; in drv_trng_randnum()
|
D | drv_trng_v100.c | 38 static hi_u32 last = 0x1082; // 0x1082 for check in drv_trng_randnum() local 44 if (ctrl.u32 != last) { in drv_trng_randnum()
|
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/src/ |
D | friend.c | 143 if (frnd->last) { in friend_clear() 146 BT_MESH_ADV(frnd->last)->busy = 0; in friend_clear() 149 net_buf_unref(frnd->last); in friend_clear() 150 frnd->last = NULL; in friend_clear() 529 if (frnd->last) { in enqueue_sub_cfm() 531 net_buf_unref(frnd->last); in enqueue_sub_cfm() 534 frnd->last = buf; in enqueue_sub_cfm() 666 if (msg->fsn == frnd->fsn && frnd->last) { in bt_mesh_friend_poll() 670 if (frnd->last) { in bt_mesh_friend_poll() 671 net_buf_unref(frnd->last); in bt_mesh_friend_poll() [all …]
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/extend/include/ |
D | ext_alg.h | 98 …32 ext_mbedtls_aead_ccm_crypto(hi_void *ctx, hi_u32 operation, symc_multi_pack *pack, hi_u32 last); 113 …32 ext_mbedtls_aead_gcm_crypto(hi_void *ctx, hi_u32 operation, symc_multi_pack *pack, hi_u32 last); 186 hi_s32 ext_mbedtls_symc_crypto(hi_void *ctx, hi_u32 operation, symc_multi_pack *pack, hi_u32 last); 260 hi_s32 ext_sm4_crypto(hi_void *ctx, hi_u32 operation, symc_multi_pack *pack, hi_u32 last);
|
/device/soc/esp/esp32/components/partition_table/ |
D | gen_esp32part.py | 196 last = None 200 if last is not None and p.offset < last.offset + last.size: 201 …putError('Partition at 0x%x overlaps 0x%x-0x%x' % (p.offset, last.offset, last.offset + last.size … 202 last = p 209 last = sorted(self, reverse=True)[0] 212 return last.offset + last.size
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/backend/gpu/ |
D | mali_kbase_pm_metrics.c | 157 void kbase_pm_get_dvfs_metrics(struct kbase_device *kbdev, struct kbasep_pm_metrics *last, in kbase_pm_get_dvfs_metrics() argument 167 diff->time_busy = cur->time_busy - last->time_busy; in kbase_pm_get_dvfs_metrics() 168 diff->time_idle = cur->time_idle - last->time_idle; in kbase_pm_get_dvfs_metrics() 169 diff->busy_cl[0] = cur->busy_cl[0] - last->busy_cl[0]; in kbase_pm_get_dvfs_metrics() 170 diff->busy_cl[1] = cur->busy_cl[1] - last->busy_cl[1]; in kbase_pm_get_dvfs_metrics() 171 diff->busy_gl = cur->busy_gl - last->busy_gl; in kbase_pm_get_dvfs_metrics() 173 *last = *cur; in kbase_pm_get_dvfs_metrics()
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/gpu/panfrost/ |
D | panfrost_devfreq.c | 15 ktime_t now, last; in panfrost_devfreq_update_utilization() local 18 last = pfdevfreq->time_last_update; in panfrost_devfreq_update_utilization() 21 pfdevfreq->busy_time += ktime_sub(now, last); in panfrost_devfreq_update_utilization() 23 pfdevfreq->idle_time += ktime_sub(now, last); in panfrost_devfreq_update_utilization()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/ |
D | mali_kbase_pm_metrics.c | 323 struct kbasep_pm_metrics *last, in kbase_pm_get_dvfs_metrics() argument 337 diff->time_busy = cur->time_busy - last->time_busy; in kbase_pm_get_dvfs_metrics() 338 diff->time_idle = cur->time_idle - last->time_idle; in kbase_pm_get_dvfs_metrics() 341 diff->time_in_protm = cur->time_in_protm - last->time_in_protm; in kbase_pm_get_dvfs_metrics() 343 diff->busy_cl[0] = cur->busy_cl[0] - last->busy_cl[0]; in kbase_pm_get_dvfs_metrics() 344 diff->busy_cl[1] = cur->busy_cl[1] - last->busy_cl[1]; in kbase_pm_get_dvfs_metrics() 345 diff->busy_gl = cur->busy_gl - last->busy_gl; in kbase_pm_get_dvfs_metrics() 348 *last = *cur; in kbase_pm_get_dvfs_metrics()
|
/device/soc/esp/esp32/components/spi_flash/ |
D | partition.c | 167 partition_list_item_t* last = NULL; in load_partitions() local 237 if (last == NULL) { in load_partitions() 240 SLIST_INSERT_AFTER(last, item, next); in load_partitions() 242 last = item; in load_partitions() 329 partition_list_item_t *it, *last = NULL; in esp_partition_register_external() local 339 last = it; in esp_partition_register_external() 341 if (last == NULL) { in esp_partition_register_external() 344 SLIST_INSERT_AFTER(last, item, next); in esp_partition_register_external()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/include/ |
D | list.h | 101 struct list_head *last = list->prev; in __list_splice() local 107 last->next = at; in __list_splice() 108 at->prev = last; in __list_splice()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
D | list.h | 98 struct list_head *last = list->prev; in __list_splice() local 104 last->next = at; in __list_splice() 105 at->prev = last; in __list_splice()
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
D | list.h | 98 struct list_head *last = list->prev; in __list_splice() local 104 last->next = at; in __list_splice() 105 at->prev = last; in __list_splice()
|
/device/soc/esp/esp32/components/nvs_flash/src/ |
D | nvs_pagemanager.cpp | 74 auto last = PageManager::TPageListIterator(&lastPage); in load() local 77 for (it = begin(); it != last; ++it) { in load() 84 if ((it == last) && (item.datatype == ItemType::BLOB_IDX)) { in load() 87 for (it = begin(); it != last; ++it) { in load()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/ |
D | linux_cbb_list.h | 108 struct cbb_list_head *last = list->prev; in inline_cbb_list_splice() local 114 last->next = at; in inline_cbb_list_splice() 115 at->prev = last; in inline_cbb_list_splice()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/arch/ |
D | sys_arch.h | 56 int first, last; member 69 int first, last; member
|
/device/soc/chipsea/cst85/liteos_m/sdk/modules/common/api/ |
D | wb_co_list.h | 39 struct co_list_hdr *last; member 280 return(list->last); in co_list_pick_last()
|
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/components/bk_common/include/ |
D | bk_list.h | 166 struct list_head *last = list->prev; in __list_splice() local 172 last->next = at; in __list_splice() 173 at->prev = last; in __list_splice()
|
/device/qemu/riscv32_virt/liteos_m/board/driver/ |
D | virtnet.c | 428 if (q->last == q->used->index) { in VirtnetRxHandle() 432 if (q->last == q->used->index) { in VirtnetRxHandle() 439 e = &q->used->ring[q->last % q->qsz]; in VirtnetRxHandle() 446 q->last++; in VirtnetRxHandle() 457 while (q->last != q->used->index) { in VirtnetTxHandle() 459 e = &q->used->ring[q->last % q->qsz]; in VirtnetTxHandle() 461 q->last++; in VirtnetTxHandle()
|