OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:srl128_short
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid_binarydecimal.c
71
#define
srl128_short
(hi,lo,c) \
macro
78
(((c) >= 64) ? lo = hi >> ((c) - 64), hi = 0 :
srl128_short
(hi,lo,c)))
[
all
...]
/src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid_binarydecimal.c
114
#define
srl128_short
(hi,lo,c) \
macro
121
(((c) >= 64) ? lo = hi >> ((c) - 64), hi = 0 :
srl128_short
(hi,lo,c)))
[
all
...]
Completed in 119 milliseconds
Indexes created Thu Mar 26 00:23:24 UTC 2026