| /src/external/gpl3/gdb.old/dist/sim/common/ |
| sim-cpu.c | 34 sim_cpu_alloc_all_extra (SIM_DESC sd, int ncpus, size_t extra_bytes) 43 STATE_CPU (sd, c) = sim_cpu_alloc_extra (sd, extra_bytes); 49 EXTRA_BYTES is additional space to allocate for the sim_cpu struct. */ 52 sim_cpu_alloc_extra (SIM_DESC sd, size_t extra_bytes) 59 extra_bytes += cgen_cpu_max_extra_bytes (sd); 60 if (extra_bytes) 61 CPU_ARCH_DATA (cpu) = zalloc (extra_bytes);
|
| sim-utils.c | 52 size_t extra_bytes) 60 if (extra_bytes) 61 STATE_ARCH_DATA (sd) = zalloc (extra_bytes);
|
| sim-base.h | 249 size_t extra_bytes);
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| sim-cpu.c | 34 sim_cpu_alloc_all_extra (SIM_DESC sd, int ncpus, size_t extra_bytes) 43 STATE_CPU (sd, c) = sim_cpu_alloc_extra (sd, extra_bytes); 49 EXTRA_BYTES is additional space to allocate for the sim_cpu struct. */ 52 sim_cpu_alloc_extra (SIM_DESC sd, size_t extra_bytes) 59 extra_bytes += cgen_cpu_max_extra_bytes (sd); 60 if (extra_bytes) 61 CPU_ARCH_DATA (cpu) = zalloc (extra_bytes);
|
| sim-utils.c | 52 size_t extra_bytes) 60 if (extra_bytes) 61 STATE_ARCH_DATA (sd) = zalloc (extra_bytes);
|
| sim-base.h | 249 size_t extra_bytes);
|
| /src/external/gpl2/libmalloc/dist/ |
| ralloc.c | 112 static int extra_bytes; 297 get = size + extra_bytes - already_available; 330 if (excess > extra_bytes * 2 && (*real_morecore) (0) == last_heap->end) 332 /* Keep extra_bytes worth of empty space. 333 And don't free anything unless we can free at least extra_bytes. */ 334 excess -= extra_bytes; 727 We provide hysteresis, never relocating by less than extra_bytes. 769 get += extra_bytes + page_size; 832 if (r_alloc_freeze_level == 0 && excess > 2 * extra_bytes) 834 excess -= extra_bytes; 111 static int extra_bytes; variable [all...] |
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/hvm/ |
| hvm_op.h | 136 uint16_t event, extra_bytes; member in struct:xen_hvm_xentrace
|
| /src/tests/net/bpf/ |
| t_bpf.c | 113 const size_t extra_bytes = 28; local 114 const size_t total = extra_bytes + UINT_MAX + 1;
|
| /src/sys/dev/ic/ |
| advlib.c | 1605 scsiq->remain_bytes += scsiq->extra_bytes; 1825 scsiq->extra_bytes = HI_BYTE(_val); 2263 u_int8_t extra_bytes; local 2270 scsiq->q1.extra_bytes = 0; 2351 extra_bytes = addr & 0x0003; 2352 if ((extra_bytes != 0) && 2355 scsiq->q1.extra_bytes = extra_bytes; 2357 extra_bytes; 2373 extra_bytes = addr & 0x0003 [all...] |
| advlib.h | 449 u_int8_t extra_bytes; member in struct:asc_scisq_1 553 u_int8_t extra_bytes; member in struct:asc_q_done_info
|
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000-string.cc | 704 unsigned int extra_bytes = load_mode_size - bytes_to_compare; local 706 gcc_assert (offset > extra_bytes); 707 offset -= extra_bytes; 1758 unsigned int extra_bytes = load_mode_size - bytes; local 1760 if (extra_bytes < offset) 1762 offset -= extra_bytes; 2166 unsigned int extra_bytes = load_mode_size - bytes_to_compare; local 2168 if (extra_bytes < offset) 2170 offset -= extra_bytes;
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000-string.cc | 704 unsigned int extra_bytes = load_mode_size - bytes_to_compare; local 706 gcc_assert (offset > extra_bytes); 707 offset -= extra_bytes; 1756 unsigned int extra_bytes = load_mode_size - bytes; local 1758 if (extra_bytes < offset) 1760 offset -= extra_bytes; 2175 unsigned int extra_bytes = load_mode_size - bytes_to_compare; local 2177 if (extra_bytes < offset) 2179 offset -= extra_bytes;
|
| /src/sys/dev/scsipi/ |
| scsi_spc.h | 561 /*32*/ uint8_t extra_bytes[14]; /* really variable length */ member in struct:scsi_sense_data
|
| /src/sys/dev/usb/ |
| umass_scsipi.c | 509 - sizeof(xs->sense.scsi_sense.extra_bytes);
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-xtensa.c | 10059 int extra_bytes; 10098 extra_bytes = desired_diff - nop_bytes; 10104 else if (num_widens == extra_bytes) 10112 extra_bytes -= 2; 10116 if (nop_bytes + num_widens >= desired_diff && extra_bytes >= 0) 10120 else if (num_widens == extra_bytes) 10126 extra_bytes was negative in the previous conditional. */ 10130 extra_bytes++; 10135 else if (num_widens == extra_bytes) 10045 int extra_bytes; local
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-xtensa.c | 10059 int extra_bytes; 10098 extra_bytes = desired_diff - nop_bytes; 10104 else if (num_widens == extra_bytes) 10112 extra_bytes -= 2; 10116 if (nop_bytes + num_widens >= desired_diff && extra_bytes >= 0) 10120 else if (num_widens == extra_bytes) 10126 extra_bytes was negative in the previous conditional. */ 10130 extra_bytes++; 10135 else if (num_widens == extra_bytes) 10045 int extra_bytes; local
|