OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SIGN_BIT
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/sim/erc32/
exec.c
214
#define
SIGN_BIT
0x80000000
301
sign = (n1 ^ n2) &
SIGN_BIT
;
302
if (n1 &
SIGN_BIT
)
304
if (n2 &
SIGN_BIT
)
/src/external/gpl3/gdb.old/dist/sim/erc32/
exec.c
214
#define
SIGN_BIT
0x80000000
301
sign = (n1 ^ n2) &
SIGN_BIT
;
302
if (n1 &
SIGN_BIT
)
304
if (n2 &
SIGN_BIT
)
Completed in 36 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026