OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__BIT
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/or1k/include/
asm.h
35
#define
__BIT
(n) (1 << (n))
/src/sys/arch/arm/include/
asm.h
82
#define
__BIT
(n) (1 << (n))
/src/sys/arch/mips/include/
asm.h
66
#define
__BIT
(n) (1 << (n))
/src/sys/sys/
cdefs.h
654
/*
__BIT
(n): nth bit, where
__BIT
(0) == 0x1. */
655
#define
__BIT
(__n) \
663
#define __MASK(__n) (
__BIT
(__n) - 1)
671
((
__BIT
(__MAX((__m), (__n)) + 1) - 1) ^ (
__BIT
(__MIN((__m), (__n))) - 1))
Completed in 15 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025