Home
last modified time | relevance | path

Searched refs:FILLP_RAND (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dfillp_function.h51 #define FILLP_RAND (g_fillpOsBasicLibFun.fillpRand) macro
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dskiplist.c77 list->randomLev[i] = (FILLP_UINT8)(FILLP_RAND() & 0x01); in SkiplistInit()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_common.c451 nackTest.randomNum = FILLP_HTONLL(pcb->send.nackRandomNum + FILLP_RAND()); in FillpSendRepaetNack()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_core.c1554 FILLP_UINT8 random = (FILLP_UINT8)(FILLP_RAND() & 0xFF); in SpungeSetThreadInfo()