OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:E_AND
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/include/opcode/
i860.h
42
E_MOV = 1, E_ADDR, E_U32,
E_AND
, E_S32, E_DELAY, XP_ONLY
186
{ "and", 0xc4000000, 0x38000000, "i,2,d",
E_AND
}, /* and #const,isrc2,idest */
/external/toybox/kconfig/
expr.h
35
E_NONE, E_OR,
E_AND
, E_NOT, E_EQUAL, E_UNEQUAL, E_CHOICE, E_SYMBOL, E_RANGE
49
#define
E_AND
(dep1, dep2) (((dep1)<(dep2))?(dep1):(dep2))
Completed in 56 milliseconds