OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtype_funct
(Results
1 - 3
of
3
) sorted by null
/external/ltrace/sysdeps/linux-gnu/mips/
trace.c
139
#define
rtype_funct
(x) (x & 0x3f)
macro
187
op =
rtype_funct
(inst);
/external/valgrind/coregrind/m_gdbserver/
valgrind-low-mips32.c
145
#define
rtype_funct
(x) (x & 0x3f)
macro
189
op =
rtype_funct
(inst);
valgrind-low-mips64.c
146
#define
rtype_funct
(x) (x & 0x3f)
macro
190
op =
rtype_funct
(inst);
Completed in 816 milliseconds