OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ALIGN
(Results
1 - 25
of
25
) sorted by relevancy
/src/external/bsd/zstd/dist/contrib/linux-kernel/test/include/linux/
kernel.h
15
#define PTR_ALIGN(p, a) (typeof(p))
ALIGN
((unsigned long long)(p), (a))
16
#define
ALIGN
(x, a) ALIGN_MASK((x), (a) - 1)
/src/sys/external/bsd/drm2/include/linux/
nbsd-namespace.h
38
#undef
ALIGN
41
#define
ALIGN
round_up
/src/external/gpl3/binutils/dist/bfd/hosts/
vaxbsd.h
22
#undef
ALIGN
/* They use it, we use it too */
/src/external/gpl3/binutils.old/dist/bfd/hosts/
vaxbsd.h
22
#undef
ALIGN
/* They use it, we use it too */
/src/external/gpl3/gdb.old/dist/bfd/hosts/
vaxbsd.h
22
#undef
ALIGN
/* They use it, we use it too */
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
i386-avx.c
23
/*
Align
sufficient to be able to use vmovaps. */
24
#define
ALIGN
32
27
_Alignas (
ALIGN
) float f[8];
60
= precise_aligned_dup (
ALIGN
, sizeof (data_orig), &allocated_ptr,
i386-sse.c
23
/*
Align
sufficient to be able to use movaps. */
24
#define
ALIGN
16
27
_Alignas (
ALIGN
) float f[4];
75
= precise_aligned_dup (
ALIGN
, sizeof (data_orig), &allocated_ptr,
/src/external/gpl3/gdb/dist/bfd/hosts/
vaxbsd.h
22
#undef
ALIGN
/* They use it, we use it too */
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
i386-avx.c
23
/*
Align
sufficient to be able to use vmovaps. */
24
#define
ALIGN
32
27
_Alignas (
ALIGN
) float f[8];
60
= precise_aligned_dup (
ALIGN
, sizeof (data_orig), &allocated_ptr,
i386-sse.c
23
/*
Align
sufficient to be able to use movaps. */
24
#define
ALIGN
16
27
_Alignas (
ALIGN
) float f[4];
75
= precise_aligned_dup (
ALIGN
, sizeof (data_orig), &allocated_ptr,
/src/usr.sbin/tpctl/
fb.c
48
#define
ALIGN
(a, n) ((typeof(a))(((int)(a) + (n) - 1) / (n) * (n)))
104
size =
ALIGN
(size, getpagesize());
110
size =
ALIGN
(fb->conf.hf_bytes_per_line, 16);
132
ALIGN
(fb->conf.hf_bytes_per_line, 16));
144
n =
ALIGN
(fb->conf.hf_bytes_per_line, 16) / sizeof(fb_pixel_t);
209
n =
ALIGN
(fb->conf.hf_bytes_per_line, 16) / sizeof(fb_pixel_t);
231
n =
ALIGN
(fb->conf.hf_bytes_per_line, 16) / sizeof(fb_pixel_t);
/src/external/gpl3/binutils/dist/gprofng/libcollector/
memmgr.c
57
#define
ALIGN
(x) ((((x) - 1)/(1 << ALIGNMENT) + 1) * (1 << ALIGNMENT))
122
unsigned nsz =
ALIGN
(sizeof (Chunk)) + sz;
137
chnk = (Chunk*) (ptr + chunksz -
ALIGN
(sizeof (Chunk)));
160
chnk->hi -=
ALIGN
(sizeof (Heap));
/src/external/gpl3/binutils.old/dist/gprofng/libcollector/
memmgr.c
57
#define
ALIGN
(x) ((((x) - 1)/(1 << ALIGNMENT) + 1) * (1 << ALIGNMENT))
122
unsigned nsz =
ALIGN
(sizeof (Chunk)) + sz;
137
chnk = (Chunk*) (ptr + chunksz -
ALIGN
(sizeof (Chunk)));
160
chnk->hi -=
ALIGN
(sizeof (Heap));
/src/external/gpl3/gcc/dist/libgomp/
basic-allocator.c
55
#define
ALIGN
(VAR) (((VAR) + 7) & ~7) /* 8-byte granularity. */
78
root->offset =
ALIGN
(1);
94
size =
ALIGN
(size);
162
size =
ALIGN
(size);
177
size =
ALIGN
(size);
253
oldsize =
ALIGN
(oldsize);
254
size =
ALIGN
(size);
376
#undef
ALIGN
/src/external/bsd/tre/dist/lib/
tre-internal.h
129
#define
ALIGN
(ptr, type) \
/src/sys/sys/
param.h
285
#ifndef
ALIGN
286
#define
ALIGN
(p) (((uintptr_t)(p) + ALIGNBYTES) & ~ALIGNBYTES)
/src/external/bsd/pcc/dist/pcc/arch/sparc64/
macdefs.h
40
#define V9STEP(x)
ALIGN
(x, 0xf)
41
#define
ALIGN
(x, y) ((x & y) ? (x + y) & ~y : x)
/src/external/bsd/dhcpcd/dist/src/
dhcpcd.h
108
#ifndef
ALIGN
109
#define
ALIGN
(p) (((unsigned int)(p) + ALIGNBYTES) & ~ALIGNBYTES)
112
#define CMSG_SPACE(len) (
ALIGN
(sizeof(struct cmsghdr)) +
ALIGN
(len))
/src/external/bsd/pcc/dist/pcc/cc/ccom/
pass1.h
663
#define
ALIGN
(MAXOP+37)
/src/external/gpl3/binutils/dist/bfd/
elf32-rx.c
695
#define
ALIGN
(m) \
1013
ALIGN
(1);
1028
ALIGN
(3);
1054
ALIGN
(1);
1066
ALIGN
(3);
1086
ALIGN
(1);
1096
ALIGN
(3);
1634
/* If we see an
ALIGN
marker at the end of the gap, we move it
/src/external/gpl3/binutils.old/dist/bfd/
elf32-rx.c
694
#define
ALIGN
(m) \
1012
ALIGN
(1);
1027
ALIGN
(3);
1053
ALIGN
(1);
1065
ALIGN
(3);
1085
ALIGN
(1);
1095
ALIGN
(3);
1633
/* If we see an
ALIGN
marker at the end of the gap, we move it
/src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid_functions.h
32
#define
ALIGN
(n) __attribute__ ((aligned(n)))
53
#define
ALIGN
(n)
55
#define
ALIGN
(n) __declspec(
align
(n))
58
#define
ALIGN
(n) __attribute__ ((aligned(n)))
63
ALIGN
(16)
84
typedef
ALIGN
(8)
88
typedef
ALIGN
(16)
/src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid_functions.h
32
#define
ALIGN
(n) __attribute__ ((aligned(n)))
53
#define
ALIGN
(n)
55
#define
ALIGN
(n) __declspec(
align
(n))
58
#define
ALIGN
(n) __attribute__ ((aligned(n)))
63
ALIGN
(16)
84
typedef
ALIGN
(8)
88
typedef
ALIGN
(16)
/src/external/gpl3/gdb.old/dist/bfd/
elf32-rx.c
694
#define
ALIGN
(m) \
1012
ALIGN
(1);
1027
ALIGN
(3);
1053
ALIGN
(1);
1065
ALIGN
(3);
1085
ALIGN
(1);
1095
ALIGN
(3);
1633
/* If we see an
ALIGN
marker at the end of the gap, we move it
/src/external/gpl3/gdb/dist/bfd/
elf32-rx.c
695
#define
ALIGN
(m) \
1013
ALIGN
(1);
1028
ALIGN
(3);
1054
ALIGN
(1);
1066
ALIGN
(3);
1086
ALIGN
(1);
1096
ALIGN
(3);
1634
/* If we see an
ALIGN
marker at the end of the gap, we move it
Completed in 33 milliseconds
Indexes created Thu Apr 02 00:23:07 UTC 2026