Home
last modified time | relevance | path

Searched refs:DYMP_GET_CUR_SIZE (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Ddympool.h73 #define DYMP_GET_CUR_SIZE(_pool) (((DympoolType *)(_pool))->currentSize) macro
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_output.c83 if (sendPcb->unackList.count < (FILLP_UINT32)DYMP_GET_CUR_SIZE(sendPcb->itemPool)) { in FillpIsAskMoreBuf()
98 sendPcb->curItemCount = (FILLP_UINT32)DYMP_GET_CUR_SIZE(sendPcb->itemPool); in FillpIsAskMoreBuf()
H A Dfillp_pcb.c267 initCacheSize = DYMP_GET_CUR_SIZE((DympoolType *)pcb->itemPool); in FillpInitSendpcb()
308 pcb->curItemCount = (FILLP_UINT32)DYMP_GET_CUR_SIZE(pcb->itemPool); in FillpInitRecvPcbBox()
H A Dfillp_input.c275 pcb->recv.curItemCount = (FILLP_UINT32)DYMP_GET_CUR_SIZE(pcb->recv.itemPool); in FillpHdlDataInput()

Completed in 4 milliseconds