OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BID_RETURN
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid_conf.h
737
#define
BID_RETURN
(x) { BID_SWAP128(x); *pres = (x); return; }
739
#define
BID_RETURN
(x) { *pres = (x); return; }
744
#define
BID_RETURN
(x) { BID_SWAP128(x); return(x); }
746
#define
BID_RETURN
(x) return(x);
/src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid_conf.h
737
#define
BID_RETURN
(x) { BID_SWAP128(x); *pres = (x); return; }
739
#define
BID_RETURN
(x) { *pres = (x); return; }
744
#define
BID_RETURN
(x) { BID_SWAP128(x); return(x); }
746
#define
BID_RETURN
(x) return(x);
Completed in 46 milliseconds
Indexes created Sun Mar 29 00:23:15 UTC 2026