OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:D_MASK
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/lib/lzo/
lzodefs.h
38
#define
D_MASK
((1u << D_BITS) - 1)
39
#define D_HIGH ((
D_MASK
>> 1) + 1)
/external/u-boot/include/bedbug/
ppc.h
118
#define
D_MASK
MAKE_OPCODE(0x3f)
Completed in 334 milliseconds