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 D | fillp_common.h | 51 IGNORE_OVERFLOW void FillpAckSendPcb(struct FillpPcb *pcb, FILLP_INT seqNum); 52 IGNORE_OVERFLOW void FillpUploadRecvBox(struct FillpPcb *pcb);
|
H A D | fillp.h | 389 #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 D | fillp_common.c | 286 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 D | fillp_input.c | 188 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 D | fillp_pcb.c | 34 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 D | fillp_output.c | 51 IGNORE_OVERFLOW static struct FillpPcbItem *FillpGetSendItem(struct FillpSendPcb *sendPcb, in FillpGetSendItem()
|