Searched refs:frame_size (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/sys/dev/ath/ath_rate/sample/
H A Dsample.c493 int frame_size,
502 const int size_bin = size_to_bin(frame_size);
601 int final_rix, short_tries, long_tries, frame_size; local
608 frame_size = ds0->ds_ctl0 & 0x0fff; /* low-order 12 bits of ds_ctl0 */
609 if (frame_size == 0) /* NB: should not happen */
610 frame_size = 1500;
617 bin_to_size(size_to_bin(frame_size)),
634 bin_to_size(size_to_bin(frame_size)),
635 frame_size,
638 update_stats(sc, an, frame_size,
492 update_stats(struct ath_softc *sc, struct ath_node *an, int frame_size, int rix0, int tries0, int rix1, int tries1, int rix2, int tries2, int rix3, int tries3, int short_tries, int tries, int status) argument
[all...]
/freebsd-9.3-release/sys/dev/bktr/
H A Dioctl_meteor.h172 int frame_size; /* row*columns*depth */ member in struct:meteor_mem
H A Dbktr_reg.h599 int frame_size; /* number of bytes in a frame */ member in struct:bktr_softc
H A Dbktr_core.c890 <= (bktr->frame_size + sizeof(struct timeval))) {
892 bktr->frame_size;
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dalpha-tdep.c989 int frame_reg, frame_size, return_reg, reg;
1004 frame_size = 0;
1024 if (frame_size == 0)
1025 frame_size = (-word) & 0xffff;
1134 info->vfp = val + frame_size;
982 int frame_reg, frame_size, return_reg, reg; local
/freebsd-9.3-release/sys/dev/mrsas/
H A Dmrsas_ioctl.c496 u_int32_t frame_size = MRSAS_MFI_FRAME_SIZE; local
504 cmd->frame_mem, frame_size, mrsas_alloc_cb,
/freebsd-9.3-release/contrib/gcc/config/s390/
H A Ds390.c283 HOST_WIDE_INT frame_size; local
6612 cfun_frame_layout.frame_size = get_frame_size ();
6613 if (!TARGET_64BIT && cfun_frame_layout.frame_size > 0x7fff0000)
6674 && cfun_frame_layout.frame_size == 0
6681 cfun_frame_layout.frame_size += (STACK_POINTER_OFFSET
6687 cfun_frame_layout.frame_size += UNITS_PER_WORD;
6696 cfun_frame_layout.frame_size += cfun_frame_layout.high_fprs * 8;
6700 cfun_frame_layout.frame_size += 8;
6702 cfun_frame_layout.frame_size += cfun_gprs_save_area_size;
6706 cfun_frame_layout.frame_size
6720 HOST_WIDE_INT frame_size; local
[all...]
/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-linux.c3280 unsigned int frame_size; local
3316 frame_size = handle->snapshot;
3333 if (frame_size > mtu + 18)
3334 frame_size = mtu + 18;
3394 req.tp_frame_size = TPACKET_ALIGN(macoff + frame_size);
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-alpha.c3411 offsetT frame_size;
3615 cur_frame_data->frame_size = val;
3783 if (p->fp_regno != 30 || p->mask || p->fmask || p->frame_size)
3791 if (p->frame_size != 0)
3792 cfi_add_CFA_def_cfa (p->fp_regno, p->frame_size);
3795 else if (p->frame_size != 0)
3796 cfi_add_CFA_def_cfa_offset (p->frame_size);
3402 offsetT frame_size; member in struct:alpha_elf_frame_data
H A Dtc-arm.c67 offsetT frame_size; member in struct:__anon443
3040 unwind.frame_size = 0;
3250 unwind.frame_size += 4;
3300 unwind.frame_size += num_regs * 12;
3350 unwind.frame_size += count * 8;
3385 unwind.frame_size += count * 8 + 4;
3449 unwind.frame_size += 8;
3582 unwind.frame_size += 4;
3692 unwind.fp_offset = unwind.frame_size - offset;
3714 unwind.frame_size
[all...]
/freebsd-9.3-release/sys/dev/virtio/network/
H A Dif_vtnet.c1017 int frame_size, clsize; local
1024 frame_size = sc->vtnet_hdr_size + sizeof(struct ether_vlan_header) +
1031 if (frame_size <= MCLBYTES) {
1035 if (frame_size > MJUM9BYTES)
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Darm.c9784 arm_output_function_prologue (FILE *f, HOST_WIDE_INT frame_size)
9790 thumb_output_function_prologue (f, frame_size);
9829 current_function_pretend_args_size, frame_size);
10198 HOST_WIDE_INT frame_size ATTRIBUTE_UNUSED)
10508 HOST_WIDE_INT frame_size;
10527 frame_size = ROUND_UP_WORD (get_frame_size ());
10581 if (leaf && frame_size == 0)
10593 offsets->locals_base = offsets->soft_frame + frame_size;
9768 arm_output_function_prologue(FILE *f, HOST_WIDE_INT frame_size) argument
10492 HOST_WIDE_INT frame_size; local
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips.c5325 HOST_WIDE_INT frame_size = (!cfun->machine->frame.initialized)
5331 frame_size -= cfun->machine->frame.args_size;
5333 offset = offset - frame_size;
5301 HOST_WIDE_INT frame_size = (!cfun->machine->frame.initialized) local

Completed in 321 milliseconds