OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_SLOTS
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/gas/config/
tc-xtensa.h
37
#define
MAX_SLOTS
15
257
int text_expansion[
MAX_SLOTS
];
258
int literal_expansion[
MAX_SLOTS
];
263
expressionS free_reg[
MAX_SLOTS
];
266
fragS *literal_frags[
MAX_SLOTS
];
267
enum xtensa_relax_statesE slot_subtypes[
MAX_SLOTS
];
268
symbolS *slot_symbols[
MAX_SLOTS
];
269
offsetT slot_offsets[
MAX_SLOTS
];
xtensa-istack.h
100
TInsn slots[
MAX_SLOTS
];
102
xtensa_insnbuf slotbuf[
MAX_SLOTS
];
/frameworks/native/services/inputflinger/
InputReader.cpp
70
static const size_t
MAX_SLOTS
= 32;
[
all
...]
Completed in 83 milliseconds