Home
last modified time | relevance | path

Searched refs:space (Results 1 - 10 of 10) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_crypto_tkip.c154 hi_u32 space = oal_netbuf_len(netbuf) - offset; in hmac_crypto_tkip_michael_mic() local
157 space = (space > data_len) ? data_len : space; in hmac_crypto_tkip_michael_mic()
160 while (space >= sizeof(hi_u32)) { in hmac_crypto_tkip_michael_mic()
165 space -= sizeof(hi_u32); in hmac_crypto_tkip_michael_mic()
178 if (space != 0) { in hmac_crypto_tkip_michael_mic()
183 if ((sizeof(hi_u32) - space) > oal_netbuf_len(netbuf)) { in hmac_crypto_tkip_michael_mic()
187 if (space == 1) { in hmac_crypto_tkip_michael_mic()
190 space in hmac_crypto_tkip_michael_mic()
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/
H A Dtcp_priv.h223 #define TCP_EVENT_SENT(pcb, space, ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb), \
224 LWIP_EVENT_SENT, NULL, space, ERR_OK)
253 #define TCP_EVENT_SENT(pcb, space, ret) \
256 (ret) = (pcb)->sent((pcb)->callback_arg, (pcb), (space)); \
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_kinstr_jm.c333 u32 head, tail, size, space; in reader_changes_push() local
349 space = CIRC_SPACE(head, tail, size); in reader_changes_push()
350 if (space >= 1) { in reader_changes_push()
352 if (space == 1) { in reader_changes_push()
369 * struct reader - Allows the kernel state changes to be read by user space.
378 * The reader is a circular buffer in kernel space. State changes are pushed
379 * into the buffer. The flow from user space is:
518 * those as well, space permitting. in reader_changes_copy_to_user()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_kinstr_jm.c335 u32 head, tail, size, space; in reader_changes_push() local
350 space = CIRC_SPACE(head, tail, size); in reader_changes_push()
351 if (space >= 1) { in reader_changes_push()
353 if (space == 1) { in reader_changes_push()
370 * struct reader - Allows the kernel state changes to be read by user space.
379 * The reader is a circular buffer in kernel space. State changes are pushed
380 * into the buffer. The flow from user space is:
522 * those as well, space permitting. in reader_changes_copy_to_user()
/device/soc/rockchip/rk2206/sdk_liteos/platform/startup/
H A Dstartup_rk2206.S62 .space (64 * 4) /* Interrupts 0 .. 63 are left out */
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/cmsis/
H A Dcmsis_liteos2.c1339 uint32_t space; in osMessageQueueGetSpace() local
1344 space = 0U; in osMessageQueueGetSpace()
1347 space = (uint32_t)pstQueue->readWriteableCnt[OS_QUEUE_WRITE]; in osMessageQueueGetSpace()
1350 return space; in osMessageQueueGetSpace()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_mschdbg.c45 #define MSCH_EVENT_HEAD(space) \
48 if (space > 0) { \
50 for (ii = 0; ii < space; ii += 4) MSCH_EVENT((" ")); \
/device/qemu/drivers/virtio/
H A Dvirtgpu.c428 /* fit user-space page size mmap */
741 n = LOS_ArchMmuMap(&region->space->archMmu, region->range.base, in FbMmap()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/i915/gt/
H A Dintel_engine_cs.c139 * Each engine class may require a different amount of space for a context
861 * default context also requires GTT space which may not in engine_init_common()
1621 drm_printf(m, "\t\tring->space: 0x%08x\n", rq->ring->space); in intel_engine_dump()
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
H A Dconfigure_llvm467 --enable-memory-poisoning fill heap uninitialized allocated space with arbitrary data
575 echo "$@" | sed 's/^ *//;s/[[:space:]][[:space:]]*/ /g;s/ *$//'
903 # " $unique_out" +space such that every item is surrounded with spaces
3873 DEPCMD='$(DEP$(1)) $(DEP$(1)FLAGS) $($(1)DEP_FLAGS) $< 2>/dev/null | sed -e "/^\#.*/d" -e "s,^[[:space:]]*$(@F),$(@D)/$(@F)," > $(@:.o=.d)'

Completed in 22 milliseconds