Home
last modified time | relevance | path

Searched refs:IGNORE_OVERFLOW (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_common.h51 IGNORE_OVERFLOW void FillpAckSendPcb(struct FillpPcb *pcb, FILLP_INT seqNum);
52 IGNORE_OVERFLOW void FillpUploadRecvBox(struct FillpPcb *pcb);
H A Dfillp.h389 #define IGNORE_OVERFLOW __attribute__((no_sanitize("unsigned-integer-overflow"))) macro
390 IGNORE_OVERFLOW static __inline FILLP_INT FillpNumIsbigger(FILLP_UINT32 value1, FILLP_UINT32 value2) in FillpNumIsbigger()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_common.c286 IGNORE_OVERFLOW static void FillpAckUnackList(struct FillpPcb *pcb, in FillpAckUnackList()
348 IGNORE_OVERFLOW void FillpAckSendPcb(struct FillpPcb *pcb, FILLP_INT cntLimit) in FillpAckSendPcb()
381 IGNORE_OVERFLOW void FillpUploadRecvBox(struct FillpPcb *pcb) in FillpUploadRecvBox()
H A Dfillp_input.c188 IGNORE_OVERFLOW static void FillpDataInput(struct FillpPcb *pcb, struct FillpPcbItem *item) in FillpDataInput()
315 IGNORE_OVERFLOW static int FillpCheckNackSeq(FILLP_CONST struct FillpPcb *pcb, in FillpCheckNackSeq()
560 IGNORE_OVERFLOW static FILLP_BOOL FillpCheckPackNumber(struct FillpPcb *pcb, in FillpCheckPackNumber()
H A Dfillp_pcb.c34 IGNORE_OVERFLOW static inline FILLP_INT FillpSkiplistCmp(void *t1, void *t2) in FillpSkiplistCmp()
46 IGNORE_OVERFLOW static inline FILLP_INT FillpSkiplistRecvcmp(void *t1, void *t2) in FillpSkiplistRecvcmp()
H A Dfillp_output.c51 IGNORE_OVERFLOW static struct FillpPcbItem *FillpGetSendItem(struct FillpSendPcb *sendPcb, in FillpGetSendItem()