Searched refs:pad (Results 276 - 300 of 399) sorted by relevance

<<111213141516

/freebsd-11-stable/sys/dev/oce/
H A Doce_if.h598 uint8_t pad; member in struct:eq_config
649 uint8_t pad[3]; member in struct:mq_config
673 uint8_t pad[1]; member in struct:wq_config
/freebsd-11-stable/sys/netgraph/
H A Dng_parse.c1328 int k, pad, vlen; local
1330 /* Zero-pad any alignment bytes */
1331 pad = ng_parse_get_elem_pad(type, index, ctype, blen);
1332 for (k = 0; k < pad; k++) {
1404 /* Skip any alignment pad bytes */
/freebsd-11-stable/contrib/gcc/config/soft-fp/
H A Dextended.h268 _FP_W_TYPE pad : (_FP_W_TYPE_SIZE - 1 - _FP_EXPBITS_E); member in struct:_FP_UNION_E::__anon1278
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm.h594 __u32 pad; member in struct:drm_gem_close
/freebsd-11-stable/sys/dev/mwl/
H A Dmwlhal.h412 uint16_t pad; member in struct:__anon11049
/freebsd-11-stable/sys/xen/interface/
H A Dplatform.h641 uint8_t pad[128]; member in union:xen_platform_op::__anon13593
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwireg.h218 uint8_t pad[11]; member in struct:iwi_notif_association
/freebsd-11-stable/sys/dev/malo/
H A Dif_malo.h407 uint16_t pad; /* align to 4-byte boundary */ member in struct:malo_txdesc
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-cnfp.c79 uint16_t pad1; /* pad */
83 uint8_t pad[3]; /* padding */ member in struct:nfrec_v1
111 uint8_t pad1; /* pad */
145 uint8_t pad1; /* pad */
/freebsd-11-stable/sys/contrib/ck/include/
H A Dck_ring.h42 char pad[CK_MD_CACHELINE - sizeof(unsigned int)]; member in struct:ck_ring
/freebsd-11-stable/sys/dev/fxp/
H A Dif_fxpreg.h228 uint8_t pad[9]; member in struct:fxp_cb_config
/freebsd-11-stable/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_core.c96 uint16_t pad[2]; member in struct:bwn_nphy_txgains
104 uint16_t pad; member in struct:bwn_nphy_iqcal_params
3684 params->pad = target.pad[core];
3689 params->cal_gain = (params->txgm << 12) | (params->pga << 8) | (params->pad << 3) | (params->ipa) | (params->tx_lpf << 15);
3691 params->cal_gain = (params->txgm << 12) | (params->pga << 8) | (params->pad << 4) | (params->ipa);
3696 gain = (target.pad[core]) | (target.pga[core] << 4) |
3708 params->pad = tbl_iqcal_gainparams[indx][i][3];
3710 (params->pad << 2);
5168 target.pad[
[all...]
/freebsd-11-stable/contrib/groff/src/preproc/refer/
H A Dlabel.y528 int pad = width - strlen(ptr);
529 while (--pad >= 0)
/freebsd-11-stable/sys/dev/aic7xxx/
H A Daic79xx.h550 uint32_t pad; member in struct:ahd_dma64_seg
718 uint8_t pad[7]; member in struct:target_cmd
/freebsd-11-stable/usr.sbin/makefs/ffs/
H A Dmkfs.c83 char pad[SBLOCKSIZE]; member in union:__anon8782
90 char pad[FFS_MAXBSIZE]; member in union:__anon8783
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_runreg.h760 uint8_t pad; member in struct:rt2870_txd
1658 uint16_t pad; member in struct:run_stats::__anon5266
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h565 #define DTRACE_PTR(type, name) uint32_t name##pad; type *name
567 #define DTRACE_PTR(type, name) type *name; uint32_t name##pad
1144 char dtst_pad[6]; /* pad out to 64-bit align */
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_sge.c97 "payload pad boundary (bytes)");
555 int pad, pack, pad_shift; local
559 pad = fl_pad;
565 * the chip is a T4, then pick 64 as the pad/pack boundary. Set
568 pad = is_t4(sc) && buffer_packing ? 64 : 1 << pad_shift;
578 " (%d), using %d instead.\n", fl_pad, pad);
582 v = V_INGPADBOUNDARY(ilog2(pad) - pad_shift);
586 if (fl_pack != -1 && fl_pack != pad) {
589 " using %d instead.\n", fl_pack, pad);
741 * padding is in use, the buffer's start and end need to be aligned to the pad
1779 const u_int pad = roundup2(l, fl->buf_boundary) - l; local
[all...]
/freebsd-11-stable/contrib/ncurses/form/
H A Dfrm_driver.c190 ( wbkgdset((win),(chtype)((chtype)((field)->pad) | (field)->back)), \
530 int pad; local
541 pad = field->pad;
553 if (pad != C_BLANK)
559 if ((unsigned long)CharOf(*p) == ChCharOf(pad)
1723 | Description : Place the cursor at the first non-pad character in
1744 | Description : Place the cursor after the last non-pad character in
1770 | Description : Place the cursor on the first non-pad character in
1792 | Description : Place the cursor after the last non-pad characte
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dexcept.c795 /* Before landing pad creation, each exception handler has its own
796 label. After landing pad creation, the exception handlers may
798 only requires the 1-1 mapping before landing pad creation. */
841 after landing pad generation. */
1398 call), we don't want it to go into newly created landing pad or other EH
1559 /* Search for another landing pad in this function. */
1710 That's the landing pad to which we will transfer control. */
1753 landing pad label for the region. For sjlj though, there is one
1754 common landing pad from which we dispatch to the post-landing pads.
1759 /* ??? Post-landing pad sharin
[all...]
/freebsd-11-stable/contrib/ofed/opensm/include/iba/
H A Dib_types.h4594 uint8_t pad[4];
6452 uint8_t pad[4];
6471 uint8_t pad[2];
6480 uint8_t pad[7];
7580 uint8_t pad[4];
7898 ib_net16_t pad;
7936 ib_net32_t qp1; // 4b sl, 4b pad, 24b qp1
7937 ib_net32_t qp2; // 8b pad, 24b qp2
7947 ib_net32_t sl_qp1; // 4b sl, 4b pad, 24b qp1
7948 ib_net32_t qp2; // 8b pad, 2
[all...]
/freebsd-11-stable/sys/kern/
H A Dsys_generic.c218 int pad; member in struct:pread_args
432 int pad; member in struct:pwrite_args
649 int pad; member in struct:ftruncate_args
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h823 uint32_t pad; member in struct:llvm::MachO::encryption_info_command_64
1232 sys::swapByteOrder(e.pad);
1820 uint32_t pad; member in struct:llvm::MachO::arm_thread_state64_t
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A Dsections.c868 if ((s->pad = malloc(s->pad_sz)) == NULL)
870 memset(s->pad, ecp->fill, s->pad_sz);
878 od->d_buf = s->pad;
986 /* Count padding bytes added through --pad-to. */
1005 /* Apply padding added by --pad-to. */
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-sgmii.c527 gmxx_txx_append_cfg.s.pad = 0;

Completed in 319 milliseconds

<<111213141516