OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wraparound
(Results
1 - 5
of
5
) sorted by relevancy
/src/distrib/amiga/stand/
device-streams.README.md
54
* Safeguards added against 32bit overflow
wraparound
.
/src/sys/uvm/
uvm_map.c
2037
goto
wraparound
;
2070
hint = vm_map_min(map); /* XXX goto
wraparound
? */
2085
goto
wraparound
;
2157
goto
wraparound
;
2182
goto
wraparound
;
2229
goto
wraparound
;
2259
goto
wraparound
;
2290
wraparound
:
/src/sys/dev/wscons/
wskbd.c
1484
int
wraparound
)
1497
dp.curval =
wraparound
? dp.min : dp.max;
1500
dp.curval =
wraparound
? dp.max : dp.min;
/src/sys/dev/pci/ixgbe/
ix_txrx.c
1834
bool
wraparound
= false;
local in function:ixgbe_rxeof
1854
/* Non-
wraparound
*/
1858
/*
Wraparound
. Sync the first half. */
1889
if (
wraparound
) {
1893
wraparound
= false;
2174
wraparound
= true;
/src/sys/dev/ic/
sl811hs.c
317
int
wraparound
;
member in struct:slhci_cc_times
340
times->
wraparound
= 1;
395
if (times->
wraparound
)
Completed in 21 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025