HomeSort by: relevance | last modified time | path
    Searched refs:slot_size (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
trad-frame.c 125 int slot_size = regmap->size; local
127 if (slot_size == 0 && regno != REGCACHE_MAP_SKIP)
128 slot_size = register_size (gdbarch, regno);
130 if (offs + slot_size > size)
134 offs += count * slot_size;
136 for (; count--; regno++, offs += slot_size)
152 if (slot_size >= register_size (gdbarch, regno))
157 gdb::byte_vector buf (slot_size);
regcache.c 1237 int slot_size, int offs) const
1240 int reg_size = std::min (register_size (gdbarch, regnum), slot_size);
1251 if (slot_size > reg_size)
1252 memset (out_buf + offs + reg_size, 0, slot_size - reg_size);
1257 if (slot_size < register_size (gdbarch, regnum))
1286 int slot_size = map->size; local
1291 if (slot_size == 0 && regno != REGCACHE_MAP_SKIP)
1292 slot_size = m_descr->sizeof_register[regno];
1297 offs += count * slot_size;
1300 for (; count--; regno++, offs += slot_size)
1375 int slot_size = map->size; local
    [all...]
regcache.h 473 int slot_size, int offs) const;
  /src/external/gpl3/gdb/dist/gdb/
trad-frame.c 125 int slot_size = regmap->size; local
127 if (slot_size == 0 && regno != REGCACHE_MAP_SKIP)
128 slot_size = register_size (gdbarch, regno);
130 if (offs + slot_size > size)
134 offs += count * slot_size;
136 for (; count--; regno++, offs += slot_size)
152 if (slot_size >= register_size (gdbarch, regno))
157 gdb::byte_vector buf (slot_size);
regcache.c 1237 int slot_size, int offs) const
1239 int reg_size = std::min (register_size (regnum), slot_size);
1250 if (slot_size > reg_size)
1251 memset (out_buf + offs + reg_size, 0, slot_size - reg_size);
1256 if (slot_size < register_size (regnum))
1285 int slot_size = map->size; local
1290 if (slot_size == 0 && regno != REGCACHE_MAP_SKIP)
1291 slot_size = m_descr->sizeof_register[regno];
1296 offs += count * slot_size;
1299 for (; count--; regno++, offs += slot_size)
1374 int slot_size = map->size; local
    [all...]
regcache.h 473 int slot_size, int offs) const;
  /src/sys/external/bsd/vchiq/dist/interface/vchi/connections/
connection.h 197 typedef void (*VCHI_CONNECTION_INFO)(VCHI_CONNECTION_STATE_T *state, uint32_t protocol_version, uint32_t slot_size, uint32_t num_slots, uint32_t min_bulk_size);
  /src/sys/arch/pmax/include/
dec_prom.h 84 int slot_size; /* slot size in magabytes */ member in struct:__anon1750
  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_core.h 395 int32_t slot_size; member in struct:vchiq_slot_zero_struct
vchiq_core.c 2322 slot_zero->slot_size = htole32(VCHIQ_SLOT_SIZE);
2396 (le32toh(slot_zero->slot_size) != VCHIQ_SLOT_SIZE) ||
2406 if (le32toh(slot_zero->slot_size) != VCHIQ_SLOT_SIZE)
2407 vchiq_loud_error("slot_zero=%p: slot_size=%d "
2409 slot_zero, le32toh(slot_zero->slot_size),
  /src/external/gpl3/gdb.old/dist/sim/mips/
sim-main.h 164 int slot_size[PSLOTS]; member in struct:_pending_write_queue
176 #define PENDING_SLOT_SIZE (MIPS_SIM_CPU (CPU)->pending.slot_size)
  /src/external/gpl3/gdb/dist/sim/mips/
sim-main.h 164 int slot_size[PSLOTS]; member in struct:_pending_write_queue
176 #define PENDING_SLOT_SIZE (MIPS_SIM_CPU (CPU)->pending.slot_size)

Completed in 25 milliseconds