Searched refs:pad (Results 251 - 275 of 359) sorted by relevance

<<1112131415

/openbsd-current/sys/net/
H A Dbsd-comp.c113 u_char pad; member in struct:bsd_db::bsd_dict::__anon3::__anon4
115 u_char pad;
/openbsd-current/sbin/dhclient/
H A Dkroute.c1035 long pad = 0; local
1065 iov[iovcnt].iov_base = &pad;
/openbsd-current/usr.sbin/makefs/ffs/
H A Dmkfs.c77 char pad[SBLOCKSIZE]; member in union:__anon90
84 char pad[FFS_MAXBSIZE]; member in union:__anon91
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DSHA256.cpp220 void SHA256::pad() { function in class:llvm::SHA256
243 pad();
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_arm64.cpp691 ioVec.iov_len = sizeof(dreg_state.dbg_info) + sizeof(dreg_state.pad) +
701 ioVec.iov_len = sizeof(dreg_state.dbg_info) + sizeof(dreg_state.pad) +
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h591 uptr pad[128 / sizeof(uptr)]; member in struct:__sanitizer::__sanitizer_siginfo_pad
607 __sanitizer_siginfo_pad pad; member in union:__sanitizer::__sanitizer_siginfo
/openbsd-current/gnu/usr.bin/perl/cpan/Term-Cap/
H A DCap.pm189 my @pad = (
193 $self->{PADDING} = $pad[ $self->{OSPEED} ];
/openbsd-current/gnu/usr.bin/perl/
H A Dconfigpm77 # This is the list from MM_VMS, plus pad.h, parser.h, utf8.h
82 pad.h parser.h patchlevel.h perl.h perlio.h perlsdio.h
/openbsd-current/sys/arch/macppc/dev/
H A Dif_mc.c852 int pad = ETHERMIN + sizeof(struct ether_header) - totlen;
853 bzero(sc->sc_txbuf + totlen, pad);
/openbsd-current/sys/dev/ic/
H A Daic79xx.h559 uint32_t pad; member in struct:ahd_dma64_seg
690 uint8_t pad[7]; member in struct:target_cmd
H A Daacreg.h1003 u_int32_t pad[8]; member in union:aac_mntobj::__anon64
H A Dre.c1616 int error, seg, nsegs, curidx, lastidx, pad; local
1699 pad = 0;
1709 * offload is enabled, we always manually pad short frames out
1715 pad = 1;
1765 if (pad) {
H A Dqwxvar.h1919 uint8_t pad[IEEE80211_RADIOTAP_HDRLEN]; member in union:qwx_softc::__anon62
1926 uint8_t pad[IEEE80211_RADIOTAP_HDRLEN]; member in union:qwx_softc::__anon63
/openbsd-current/gnu/gcc/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...]
/openbsd-current/lib/libform/
H A Dfrm_driver.c193 ( wbkgdset((win),(chtype)((chtype)((field)->pad) | (field)->back)), \
557 int pad; local
568 pad = field->pad;
580 if (pad != C_BLANK)
586 if ((unsigned long)CharOf(*p) == ChCharOf(pad)
1794 | Description : Place the cursor at the first non-pad character in
1815 | Description : Place the cursor after the last non-pad character in
1841 | Description : Place the cursor on the first non-pad character in
1863 | Description : Place the cursor after the last non-pad characte
[all...]
/openbsd-current/sys/nfs/
H A Dnfs_serv.c2357 int len, nlen, pad, xfer, error = 0, getret = 1; local
2517 pad = nfsm_padlen(nlen);
2518 len += (4 * NFSX_UNSIGNED + nlen + pad);
2582 int len, nlen, pad, xfer, error = 0, getret = 1; local
2738 pad = nfsm_padlen(nlen);
2768 * nlen + pad == space the name takes up
2776 len += (8 * NFSX_UNSIGNED + nlen + pad + NFSX_V3FH +
2778 dirlen += (6 * NFSX_UNSIGNED + nlen + pad);
/openbsd-current/sys/sys/
H A Dvideoio.h112 u_int32_t pad; member in struct:v4l2_edid
2407 * @pad: the pad number for which to enumerate timings (used with
2414 u_int32_t pad; member in struct:v4l2_enum_dv_timings
2453 * @pad: the pad number for which to query capabilities (used with
2459 u_int32_t pad; member in struct:v4l2_dv_timings_cap
H A Dsyscallargs.h16 register_t pad; \
19 int8_t pad[ (sizeof (register_t) < sizeof (x)) \
/openbsd-current/gnu/gcc/gcc/config/arm/
H A Dunwind-arm.c73 _uw pad; member in struct:vfp_regs
304 /* Skip the pad word */
696 /* Upload the registers to enter the landing pad. */
827 /* Landing pad address is 31-bit pc-relative offset. */
834 /* Setup the VRS to enter the landing pad. */
/openbsd-current/sys/dev/pci/
H A Dixgb_hw.h836 uint32_t mc_addr_count, uint32_t pad);
H A Dif_iavf.c239 uint32_t pad; member in struct:iavf_vc_queue_config_info
259 uint16_t pad; member in struct:iavf_vc_queue_select
285 uint8_t pad[2]; member in struct:iavf_vc_eth_addr
311 uint8_t pad[3]; member in struct:iavf_vc_pf_event
/openbsd-current/sys/dev/usb/
H A Dif_atu.c1820 u_int8_t pad; local
1868 pad = atu_calculate_padding(len);
1869 len += pad;
1870 h->padding = pad;
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dsom.c5268 int pad = 0;
5271 pad = (4 - (len % 4));
5272 amt = sizeof (struct aux_id) + sizeof (unsigned int) + len + pad;
5278 obj_som_version_hdr (abfd)->header_id.length = len + pad;
5286 int pad = 0;
5289 pad = (4 - (len % 4));
5290 amt = sizeof (struct aux_id) + sizeof (unsigned int) + len + pad;
5296 obj_som_copyright_hdr (abfd)->header_id.length = len + pad;
5267 int pad = 0; local
5285 int pad = 0; local
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dsom.c5185 int pad = 0;
5188 pad = (4 - (len % 4));
5189 amt = sizeof (struct aux_id) + sizeof (unsigned int) + len + pad;
5194 obj_som_version_hdr (abfd)->header_id.length = len + pad;
5202 int pad = 0;
5205 pad = (4 - (len % 4));
5206 amt = sizeof (struct aux_id) + sizeof (unsigned int) + len + pad;
5211 obj_som_copyright_hdr (abfd)->header_id.length = len + pad;
5184 int pad = 0; local
5201 int pad = 0; local
/openbsd-current/sbin/newfs/
H A Dmkfs.c109 char pad[SBSIZE]; member in union:fs_u
117 char pad[MAXBSIZE]; member in union:cg_u

Completed in 653 milliseconds

<<1112131415