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

/freebsd-11-stable/sys/dev/ath/ath_rate/sample/
H A Dsample.c714 int frame_size,
727 const int size_bin = size_to_bin(frame_size);
856 int frame_size, int nframes, int nbad)
874 if (frame_size == 0) /* NB: should not happen */
875 frame_size = 1500;
882 bin_to_size(size_to_bin(frame_size)),
906 bin_to_size(size_to_bin(frame_size)),
907 frame_size,
911 update_stats(sc, an, frame_size,
931 bin_to_size(size_to_bin(frame_size)),
713 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, int nframes, int nbad) argument
854 ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an, const struct ath_rc_series *rc, const struct ath_tx_status *ts, int frame_size, int nframes, int nbad) argument
[all...]
/freebsd-11-stable/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-11-stable/stand/lua/
H A Ddrawer.lua48 local frame_size
157 local w = frame_size.w
158 local h = frame_size.h
355 frame_size = {w = 42, h = 13}
/freebsd-11-stable/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-11-stable/sys/dev/mrsas/
H A Dmrsas_ioctl.c479 u_int32_t frame_size = MRSAS_MFI_FRAME_SIZE; local
487 cmd->frame_mem, frame_size, mrsas_alloc_cb,
/freebsd-11-stable/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-11-stable/sys/dev/ath/ath_rate/amrr/
H A Damrr.c160 int frame_size, int nframes, int nbad)
158 ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an, const struct ath_rc_series *rc, const struct ath_tx_status *ts, int frame_size, int nframes, int nbad) argument
/freebsd-11-stable/sys/dev/ath/ath_rate/onoe/
H A Donoe.c167 int frame_size, int nframes, int nbad)
165 ath_rate_tx_complete(struct ath_softc *sc, struct ath_node *an, const struct ath_rc_series *rc, const struct ath_tx_status *ts, int frame_size, int nframes, int nbad) argument
/freebsd-11-stable/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:__anon82
3073 unwind.frame_size = 0;
3284 unwind.frame_size += 4;
3334 unwind.frame_size += num_regs * 12;
3384 unwind.frame_size += count * 8;
3419 unwind.frame_size += count * 8 + 4;
3483 unwind.frame_size += 8;
3616 unwind.frame_size += 4;
3726 unwind.fp_offset = unwind.frame_size - offset;
3748 unwind.frame_size
[all...]
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_mcp_api.h541 u16 frame_size; member in struct:ecore_mfw_tlv_iscsi
H A Decore_mng_tlv.c1176 p_buf->p_val = (u8 *)&p_drv_buf->frame_size;
1177 return sizeof(p_drv_buf->frame_size);
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Daesni-x86_64.pl1168 my $frame_size = 0x80 + ($win64?160:0);
1198 sub \$$frame_size,%rsp
1735 my $frame_size = 0x70 + ($win64?160:0);
1744 sub \$$frame_size,%rsp
2222 sub \$$frame_size,%rsp
2726 my $frame_size = 0x10 + ($win64?0xa0:0); # used in decrypt
2813 sub \$$frame_size,%rsp
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-linux.c4376 unsigned int frame_size; local
4421 frame_size = handle->snapshot;
4444 if (frame_size > max_frame_len)
4445 frame_size = max_frame_len;
4544 req.tp_frame_size = TPACKET_ALIGN(macoff + frame_size);
/freebsd-11-stable/sys/dev/vmware/vmxnet3/
H A Dif_vmx.c2507 int i, populate, idx, frame_size, error; local
2514 frame_size = ETHER_ALIGN + sizeof(struct ether_vlan_header) +
2526 if (frame_size <= MCLBYTES)
2537 frame_size <= MCLBYTES + MJUMPAGESIZE)
/freebsd-11-stable/sys/dev/virtio/network/
H A Dif_vtnet.c1033 int frame_size, clsize; local
1040 frame_size = sc->vtnet_hdr_size + sizeof(struct ether_vlan_header) +
1047 if (frame_size <= MCLBYTES) {
1051 if (frame_size > MJUM9BYTES)
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.c9786 arm_output_function_prologue (FILE *f, HOST_WIDE_INT frame_size)
9792 thumb_output_function_prologue (f, frame_size);
9831 current_function_pretend_args_size, frame_size);
10200 HOST_WIDE_INT frame_size ATTRIBUTE_UNUSED)
10510 HOST_WIDE_INT frame_size;
10529 frame_size = ROUND_UP_WORD (get_frame_size ());
10583 if (leaf && frame_size == 0)
10595 offsets->locals_base = offsets->soft_frame + frame_size;
9770 arm_output_function_prologue(FILE *f, HOST_WIDE_INT frame_size) argument
10494 HOST_WIDE_INT frame_size; local
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.c5349 HOST_WIDE_INT frame_size = (!cfun->machine->frame.initialized)
5355 frame_size -= cfun->machine->frame.args_size;
5357 offset = offset - frame_size;
5325 HOST_WIDE_INT frame_size = (!cfun->machine->frame.initialized) local

Completed in 394 milliseconds