HomeSort by relevance Sort by last modified time
    Searched refs:MAX_SLOTS (Results 1 - 6 of 6) 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];
  /external/syslinux/core/lwip/src/netif/ppp/
vj.h 31 #define MAX_SLOTS 16 /* must be > 2 and < 256 */
143 struct cstate tstate[MAX_SLOTS]; /* xmit connection states */
144 struct cstate rstate[MAX_SLOTS]; /* receive connection states */
vj.c 56 #if MAX_SLOTS == 0
59 comp->maxSlotIndex = MAX_SLOTS - 1;
61 for (i = MAX_SLOTS - 1; i > 0; --i) {
65 tstate[0].cs_next = &tstate[MAX_SLOTS - 1];
435 if (IPH_PROTO(ip) >= MAX_SLOTS
482 if (*cp >= MAX_SLOTS) {
ipcp.c 198 wo->maxslotindex = MAX_SLOTS - 1;
208 ao->maxslotindex = MAX_SLOTS - 1;
1115 ho->maxslotindex = MAX_SLOTS - 1;
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.cpp 71 static const size_t MAX_SLOTS = 32;
    [all...]

Completed in 8383 milliseconds