Home
last modified time | relevance | path

Searched refs:extra_bytes (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl2/libmalloc/dist/
H A Dralloc.c111 static int extra_bytes; variable
294 get = size + extra_bytes - already_available;
327 if (excess > extra_bytes * 2 && (*real_morecore) (0) == last_heap->end) in relinquish()
331 excess -= extra_bytes; in relinquish()
760 get += extra_bytes + page_size;
823 if (r_alloc_freeze_level == 0 && excess > 2 * extra_bytes)
825 excess -= extra_bytes;
983 extra_bytes = ROUNDUP (50000); in r_alloc_init()
/netbsd-src/sys/dev/ic/
H A Dadvlib.c1605 scsiq->remain_bytes += scsiq->extra_bytes; in AscIsrQDone()
1825 scsiq->extra_bytes = HI_BYTE(_val); in _AscCopyLramScsiDoneQ()
2263 u_int8_t extra_bytes; in AscExeScsiQueue() local
2270 scsiq->q1.extra_bytes = 0; in AscExeScsiQueue()
2351 extra_bytes = addr & 0x0003; in AscExeScsiQueue()
2352 if ((extra_bytes != 0) && in AscExeScsiQueue()
2355 scsiq->q1.extra_bytes = extra_bytes; in AscExeScsiQueue()
2357 extra_bytes; in AscExeScsiQueue()
2373 extra_bytes = addr & 0x0003; in AscExeScsiQueue()
2374 if ((extra_bytes != 0) && in AscExeScsiQueue()
[all …]
H A Dadvlib.h449 u_int8_t extra_bytes; member
553 u_int8_t extra_bytes; member
/netbsd-src/tests/net/bpf/
H A Dt_bpf.c113 const size_t extra_bytes = 28; in ATF_TC_BODY() local
114 const size_t total = extra_bytes + UINT_MAX + 1; in ATF_TC_BODY()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-string.cc704 unsigned int extra_bytes = load_mode_size - bytes_to_compare; in expand_cmp_vec_sequence() local
706 gcc_assert (offset > extra_bytes); in expand_cmp_vec_sequence()
707 offset -= extra_bytes; in expand_cmp_vec_sequence()
1756 unsigned int extra_bytes = load_mode_size - bytes; in expand_block_compare_gpr() local
1758 if (extra_bytes < offset) in expand_block_compare_gpr()
1760 offset -= extra_bytes; in expand_block_compare_gpr()
2175 unsigned int extra_bytes = load_mode_size - bytes_to_compare; in expand_strncmp_gpr_sequence() local
2177 if (extra_bytes < offset) in expand_strncmp_gpr_sequence()
2179 offset -= extra_bytes; in expand_strncmp_gpr_sequence()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-string.c704 unsigned int extra_bytes = load_mode_size - bytes_to_compare; in expand_cmp_vec_sequence() local
706 gcc_assert (offset > extra_bytes); in expand_cmp_vec_sequence()
707 offset -= extra_bytes; in expand_cmp_vec_sequence()
1756 unsigned int extra_bytes = load_mode_size - bytes; in expand_block_compare_gpr() local
1758 if (extra_bytes < offset) in expand_block_compare_gpr()
1760 offset -= extra_bytes; in expand_block_compare_gpr()
2175 unsigned int extra_bytes = load_mode_size - bytes_to_compare; in expand_strncmp_gpr_sequence() local
2177 if (extra_bytes < offset) in expand_strncmp_gpr_sequence()
2179 offset -= extra_bytes; in expand_strncmp_gpr_sequence()
/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/hvm/
H A Dhvm_op.h136 uint16_t event, extra_bytes; member
/netbsd-src/sys/dev/scsipi/
H A Dscsi_spc.h561 /*32*/ uint8_t extra_bytes[14]; /* really variable length */ member
/netbsd-src/sys/dev/usb/
H A Dumass_scsipi.c509 - sizeof(xs->sense.scsi_sense.extra_bytes); in umass_scsipi_sense_cb()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-xtensa.c10041 int extra_bytes; in bytes_to_stretch() local
10080 extra_bytes = desired_diff - nop_bytes; in bytes_to_stretch()
10086 else if (num_widens == extra_bytes) in bytes_to_stretch()
10094 extra_bytes -= 2; in bytes_to_stretch()
10098 if (nop_bytes + num_widens >= desired_diff && extra_bytes >= 0) in bytes_to_stretch()
10102 else if (num_widens == extra_bytes) in bytes_to_stretch()
10112 extra_bytes++; in bytes_to_stretch()
10117 else if (num_widens == extra_bytes) in bytes_to_stretch()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-xtensa.c10055 int extra_bytes; in bytes_to_stretch() local
10094 extra_bytes = desired_diff - nop_bytes; in bytes_to_stretch()
10100 else if (num_widens == extra_bytes) in bytes_to_stretch()
10108 extra_bytes -= 2; in bytes_to_stretch()
10112 if (nop_bytes + num_widens >= desired_diff && extra_bytes >= 0) in bytes_to_stretch()
10116 else if (num_widens == extra_bytes) in bytes_to_stretch()
10126 extra_bytes++; in bytes_to_stretch()
10131 else if (num_widens == extra_bytes) in bytes_to_stretch()
/netbsd-src/external/gpl3/gdb/dist/sim/common/
H A DChangeLog-2021745 (sim_cpu_alloc): Move extra_bytes to local var. Add result of