Home
last modified time | relevance | path

Searched refs:_ALIGNBYTES (Results 1 – 23 of 23) sorted by relevance

/freebsd-11-stable/sys/arm/include/
HD_align.h50 #define _ALIGNBYTES (sizeof(int) - 1) macro
52 #define _ALIGNBYTES (sizeof(long long) - 1) macro
54 #define _ALIGN(p) (((unsigned)(p) + _ALIGNBYTES) & ~_ALIGNBYTES)
HDparam.h86 #define ALIGNBYTES _ALIGNBYTES
/freebsd-11-stable/sys/sparc64/include/
HD_align.h41 #define _ALIGNBYTES 0xf macro
42 #define _ALIGN(p) (((u_long)(p) + _ALIGNBYTES) & ~_ALIGNBYTES)
HDparam.h67 #define ALIGNBYTES _ALIGNBYTES
/freebsd-11-stable/sys/mips/include/
HD_align.h50 #define _ALIGNBYTES 7 macro
51 #define _ALIGN(p) (((u_long)(p) + _ALIGNBYTES) &~ _ALIGNBYTES)
HDparam.h114 #define ALIGNBYTES _ALIGNBYTES
/freebsd-11-stable/sys/riscv/include/
HD_align.h41 #define _ALIGNBYTES (sizeof(long long) - 1) macro
42 #define _ALIGN(p) (((u_long)(p) + _ALIGNBYTES) & ~_ALIGNBYTES)
HDparam.h64 #define ALIGNBYTES _ALIGNBYTES
/freebsd-11-stable/sys/arm64/include/
HD_align.h41 #define _ALIGNBYTES (sizeof(long long) - 1) macro
42 #define _ALIGN(p) (((u_long)(p) + _ALIGNBYTES) & ~_ALIGNBYTES)
HDparam.h66 #define ALIGNBYTES _ALIGNBYTES
/freebsd-11-stable/sys/x86/include/
HD_align.h49 #define _ALIGNBYTES (sizeof(__register_t) - 1) macro
50 #define _ALIGN(p) (((__uintptr_t)(p) + _ALIGNBYTES) & ~_ALIGNBYTES)
/freebsd-11-stable/sys/powerpc/include/
HD_align.h49 #define _ALIGNBYTES (sizeof(register_t) - 1) macro
50 #define _ALIGN(p) (((uintptr_t)(p) + _ALIGNBYTES) & ~_ALIGNBYTES)
HDparam.h82 #define ALIGNBYTES _ALIGNBYTES
/freebsd-11-stable/lib/libc/rpc/
HDgetrpcent.c271 if (bufsize <= linesize + _ALIGNBYTES + sizeof(char *)) { in files_rpcent()
517 if (bufsize <= resultbuflen + 1 + _ALIGNBYTES + in nis_rpcent()
687 desired_size = _ALIGNBYTES + sizeof(struct rpcent) + sizeof(char *); in rpc_marshal_func()
698 desired_size += _ALIGNBYTES + (aliases_size + 1) * in rpc_marshal_func()
/freebsd-11-stable/sys/i386/include/
HDparam.h71 #define ALIGNBYTES _ALIGNBYTES
/freebsd-11-stable/sys/amd64/include/
HDparam.h78 #define ALIGNBYTES _ALIGNBYTES
/freebsd-11-stable/lib/libc/gen/
HDgetgrent.c239 desired_size = _ALIGNBYTES + sizeof(struct group) + sizeof(char *); in grp_marshal_func()
253 desired_size += _ALIGNBYTES + (mem_size + 1) * sizeof(char *); in grp_marshal_func()
886 if (bufsize <= linesize + _ALIGNBYTES + sizeof(char *)) { in files_group()
1020 adjsize = bufsize - _ALIGNBYTES - sizeof(char *); in dns_group()
1176 if (resultlen >= bufsize - _ALIGNBYTES - sizeof(char *)) { in nis_group()
1439 if (bufsize <= linesize + _ALIGNBYTES + sizeof(char *)) { in compat_group()
/freebsd-11-stable/lib/libc/net/
HDgetnetnamadr.c153 desired_size = _ALIGNBYTES + sizeof(struct netent) + sizeof(char *); in net_marshal_func()
164 desired_size += _ALIGNBYTES + in net_marshal_func()
HDgethostnamadr.c285 desired_size = _ALIGNBYTES + sizeof(struct hostent) + sizeof(char *); in host_marshal_func()
296 desired_size += _ALIGNBYTES + in host_marshal_func()
306 desired_size += _ALIGNBYTES + (addr_size + 1) * sizeof(char *); in host_marshal_func()
HDgetprotoent.c174 desired_size = _ALIGNBYTES + sizeof(struct protoent) + sizeof(char *); in __proto_marshal_func()
185 desired_size += _ALIGNBYTES + (aliases_size + 1) * in __proto_marshal_func()
HDgetservent.c231 if (bufsize <= resultbuflen + _ALIGNBYTES + sizeof(char *)) { in parse_result()
982 desired_size = _ALIGNBYTES + sizeof(struct servent) + sizeof(char *); in serv_marshal_func()
995 desired_size += _ALIGNBYTES + in serv_marshal_func()
HDgetaddrinfo.c1873 _ALIGNBYTES; in addrinfo_unmarshal_func()
/freebsd-11-stable/lib/libcasper/services/cap_grp/
HDcap_grp.c103 datasize = _ALIGNBYTES + sizeof(char *); in group_unpack_members()
115 datasize = _ALIGNBYTES + sizeof(char *) * (nmem + 1); in group_unpack_members()