OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BOPN
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/ld/
ldexp.c
613
#define
BOPN
(x, y) \
627
BOPN
(EQ, ==);
628
BOPN
(NE, !=);
629
BOPN
('<', <);
630
BOPN
('>', >);
631
BOPN
(LE, <=);
632
BOPN
(GE, >=);
633
BOPN
(ANDAND, &&);
634
BOPN
(OROR, ||);
/src/external/gpl3/binutils.old/dist/ld/
ldexp.c
613
#define
BOPN
(x, y) \
627
BOPN
(EQ, ==);
628
BOPN
(NE, !=);
629
BOPN
('<', <);
630
BOPN
('>', >);
631
BOPN
(LE, <=);
632
BOPN
(GE, >=);
633
BOPN
(ANDAND, &&);
634
BOPN
(OROR, ||);
Completed in 16 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026