Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dsysio_udp.c234 FILLP_UINT32 hashIndex; in SysioFetchPacketUdp() local
250 hashIndex = UtilsAddrHashKey((struct sockaddr_in *)&netbuf->addr); in SysioFetchPacketUdp()
251 list = &(sysioUdpSock->pcbHash[hashIndex & (UDP_HASH_TABLE_SIZE - 1)].list); in SysioFetchPacketUdp()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_common.c44 FILLP_UINT32 hashIndex = (FILLP_UINT32)(pktNum & mapList->hashModSize); in FillpDelPktSeqHashItem() local
45 struct Hlist *list = &mapList->hashMap[hashIndex]; in FillpDelPktSeqHashItem()
156 FILLP_UINT32 hashIndex = (FILLP_UINT32)((i + ackSeqIndex) & hashModSize); in FillpMoveUnackToUnrecvAll() local
157 struct Hlist *list = &unackList->hashMap[hashIndex]; in FillpMoveUnackToUnrecvAll()
H A Dfillp_input.c357 FILLP_UINT32 hashIndex = (FILLP_UINT32)(pktNum & mapList->hashModSize); in FillpGetSeqFromPktSeqHash() local
358 struct Hlist *list = &mapList->hashMap[hashIndex]; in FillpGetSeqFromPktSeqHash()
/ohos5.0/commonlibrary/ets_utils/js_util_module/container/struct/
H A Djs_struct.ts671 private tableLink: { [hashIndex: number]: LinkedList<Pair<K, V>> | TreeClass<K, V> };