OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PSCALE
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/opcodes/
rx-decode.c
99
static int
PSCALE
[] = { 4, 1, 1, 1, 2, 2, 2, 3, 4, 8 };
102
#define GET_PSCALE(_indx) ((unsigned)(_indx) < ARRAY_SIZE (
PSCALE
) ?
PSCALE
[(_indx)] : 0)
/src/external/gpl3/binutils.old/dist/opcodes/
rx-decode.c
99
static int
PSCALE
[] = { 4, 1, 1, 1, 2, 2, 2, 3, 4, 8 };
102
#define GET_PSCALE(_indx) ((unsigned)(_indx) < ARRAY_SIZE (
PSCALE
) ?
PSCALE
[(_indx)] : 0)
/src/external/gpl3/gdb.old/dist/opcodes/
rx-decode.c
99
static int
PSCALE
[] = { 4, 1, 1, 1, 2, 2, 2, 3, 4, 8 };
102
#define GET_PSCALE(_indx) ((unsigned)(_indx) < ARRAY_SIZE (
PSCALE
) ?
PSCALE
[(_indx)] : 0)
/src/external/gpl3/gdb/dist/opcodes/
rx-decode.c
99
static int
PSCALE
[] = { 4, 1, 1, 1, 2, 2, 2, 3, 4, 8 };
102
#define GET_PSCALE(_indx) ((unsigned)(_indx) < ARRAY_SIZE (
PSCALE
) ?
PSCALE
[(_indx)] : 0)
Completed in 75 milliseconds
Indexes created Sat Mar 28 00:23:22 UTC 2026