OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__BITS
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/or1k/include/
asm.h
36
#define
__BITS
(hi,lo) ((~((~0)<<((hi)+1)))&((~0)<<(lo)))
/src/sys/arch/arm/include/
asm.h
83
#define
__BITS
(hi,lo) ((~((~0)<<((hi)+1)))&((~0)<<(lo)))
/src/sys/arch/mips/include/
asm.h
67
#define
__BITS
(hi,lo) ((~((~0)<<((hi)+1)))&((~0)<<(lo)))
/src/sys/sys/
cdefs.h
669
/*
__BITS
(m, n): bits m through n, m < n. */
670
#define
__BITS
(__m, __n) \
Completed in 14 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025