OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lastBit
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_rfgain.c
94
uint32_t reg32 = 0, mask, arrayEntry,
lastBit
;
107
lastBit
= (bitPosition + bitsLeft > 8) ?
109
mask = (((1 <<
lastBit
) - 1) ^ ((1 << bitPosition) - 1)) <<
113
bitsShifted +=
lastBit
- bitPosition;
ar5212_reset.c
2540
uint32_t tmp32, mask, arrayEntry,
lastBit
;
2552
lastBit
= (bitPosition + bitsLeft > 8) ?
2554
mask = (((1 <<
lastBit
) - 1) ^ ((1 << bitPosition) - 1)) <<
Completed in 15 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025