OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:QH_BIT
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/sim/mips/
mdmx.c
1003
#define
QH_BIT
(n) ((unsigned48)1 << (n))
1017
if ((a &
QH_BIT
(47)) == 0)
1079
if ((a &
QH_BIT
(47)) == 0)
1103
result = ((unsigned48)a >
QH_BIT
(47) ? 1 : 0);
1132
if ((a &
QH_BIT
(47)) == 0)
1156
result = ((unsigned48)a >
QH_BIT
(47) ? 1 : 0);
/src/external/gpl3/gdb/dist/sim/mips/
mdmx.c
1003
#define
QH_BIT
(n) ((unsigned48)1 << (n))
1017
if ((a &
QH_BIT
(47)) == 0)
1079
if ((a &
QH_BIT
(47)) == 0)
1103
result = ((unsigned48)a >
QH_BIT
(47) ? 1 : 0);
1132
if ((a &
QH_BIT
(47)) == 0)
1156
result = ((unsigned48)a >
QH_BIT
(47) ? 1 : 0);
Completed in 20 milliseconds
Indexes created Sun Sep 06 00:23:55 UTC 2026