Home
last modified time | relevance | path

Searched refs:countMask (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_proc_etmv4i.cpp538 uint32_t countVal, countMask; in iPktTimestamp() local
542 countMask = (((uint32_t)1UL << m_config.ccSize()) - 1); // mask of the CC size in iPktTimestamp()
543 countVal &= countMask; in iPktTimestamp()
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_cc.c3955 uint16_t countMask = (uint16_t)(glblMask >> 4); in IcHashIndexedCheckParams() local
3962 while (countMask) in IcHashIndexedCheckParams()
3965 countMask = (uint16_t)(countMask >> 1); in IcHashIndexedCheckParams()
7121 uint16_t numOfSets, numOfWays, countMask, onesCount = 0; in FM_PCD_HashTableSet() local
7176 countMask = (uint16_t)(p_Param->hashResMask >> 4); in FM_PCD_HashTableSet()
7177 while (countMask) in FM_PCD_HashTableSet()
7180 countMask = (uint16_t)(countMask >> 1); in FM_PCD_HashTableSet()