Home
last modified time | relevance | path

Searched refs:align (Results 101 – 125 of 880) sorted by relevance

12345678910>>...36

/freebsd/sys/contrib/openzfs/lib/libspl/include/
H A Dumem.h101 umem_alloc_aligned(size_t size, size_t align, int flags) in umem_alloc_aligned() argument
107 rc = posix_memalign(&ptr, align, size); in umem_alloc_aligned()
112 __func__, align); in umem_alloc_aligned()
161 const char *name, size_t bufsize, size_t align, in umem_cache_create() argument
173 cp->cache_align = align; in umem_cache_create()
/freebsd/contrib/arm-optimized-routines/string/test/
H A Dstrlen.c54 test (const struct fun *fun, int align, int len) in test() argument
57 char *s = src + align; in test()
62 if (len > LEN || align >= ALIGN) in test()
68 s[len + i] = (len + align) & 1 ? 1 : 0; in test()
H A Dmemrchr.c50 test (const struct fun *fun, int align, size_t seekpos, size_t len, in test() argument
54 char *s = src + align; in test()
61 if (len > LEN || seekpos > LEN || align > ALIGN) in test()
71 s[((len ^ align) & 1) && seekpos < maxlen ? seekpos - 1 : len] = seekchar; in test()
H A Dmemchr.c52 test (const struct fun *fun, int align, size_t seekpos, size_t len, in test() argument
56 char *s = src + align; in test()
63 if (len > LEN || seekpos > LEN || align > ALIGN) in test()
73 s[((len ^ align) & 1) ? seekpos + 1 : len] = seekchar; in test()
H A Dstrchr.c50 test (const struct fun *fun, int align, int seekpos, int len) in test() argument
53 char *s = src + align; in test()
60 if (len > LEN || seekpos >= len || align >= ALIGN) in test()
71 if (seekpos != -1 && (len + align) & 1) in test()
H A Dstrrchr.c50 test (const struct fun *fun, int align, int seekpos, int len) in test() argument
53 char *s = src + align; in test()
60 if (len > LEN || seekpos >= len || align >= ALIGN) in test()
71 if (seekpos > 0 && (len + align) & 1) in test()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_win_sections.cpp45 __declspec(allocate(".SCOV$CZ")) __declspec(align(1)) uint8_t
51 __declspec(allocate(".SCOV$GZ")) __declspec(align(1)) uint8_t
62 __declspec(allocate(".SCOVP$Z")) __declspec(align(1)) uint8_t
/freebsd/sys/contrib/ncsw/etc/
H A Dmm.h55 #define MAKE_ALIGNED(addr, align) \ argument
56 (((uint64_t)(addr) + ((align) - 1)) & (~(((uint64_t)align) - 1)))
/freebsd/contrib/tcpdump/
H A Dprint-sctp.c523 uint16_t align; in sctp_print() local
538 align = chunkLength % 4; in sctp_print()
539 if (align != 0) in sctp_print()
540 align = 4 - align; in sctp_print()
542 if (sctpPacketLengthRemaining < align) { in sctp_print()
761 if (align != 0) { in sctp_print()
766 ND_TCHECK_LEN(bp, align); in sctp_print()
767 bp += align; in sctp_print()
768 sctpPacketLengthRemaining -= align; in sctp_print()
/freebsd/libexec/rtld-elf/
H A Drtld_malloc.c171 __crt_aligned_alloc_offset(size_t align, size_t size, size_t offset) in __crt_aligned_alloc_offset() argument
177 if (align < FIRST_BUCKET_SIZE) in __crt_aligned_alloc_offset()
178 align = FIRST_BUCKET_SIZE; in __crt_aligned_alloc_offset()
179 offset &= align - 1; in __crt_aligned_alloc_offset()
180 mem = __crt_malloc(size + align + offset + sizeof(union overhead)); in __crt_aligned_alloc_offset()
183 x = roundup2((uintptr_t)mem + sizeof(union overhead), align); in __crt_aligned_alloc_offset()
/freebsd/lib/libsys/powerpc/
H A DSYS.h39 .align 2; \
52 .align 2; \
60 .align 2; \
/freebsd/lib/libc/net/
H A Dmap_v4v6.c71 } align; typedef
92 int i = (u_long)*bpp % sizeof(align); in _map_v4v6_hostent()
95 i = sizeof(align) - i; in _map_v4v6_hostent()
/freebsd/sys/crypto/openssl/i386/
H A Dx86-mont.S6 .align 16
46 .align 16
94 .align 16
184 .align 16
200 .align 16
229 .align 16
263 .align 16
299 .align 16
310 .align 16
346 .align 16
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mman.h34 uptr align = kDefaultAlignment, bool signal = true);
42 void *user_memalign(ThreadState *thr, uptr pc, uptr align, uptr sz);
43 int user_posix_memalign(ThreadState *thr, uptr pc, void **memptr, uptr align,
45 void *user_aligned_alloc(ThreadState *thr, uptr pc, uptr align, uptr sz);
/freebsd/sys/crypto/openssl/aarch64/
H A Dvpaes-armv8.S93 .align 2
95 .align 6
103 .align 4
129 .align 4
145 .align 4
199 .align 4
216 .align 4
238 .align 4
321 .align 4
339 .align 4
[all …]
/freebsd/tools/tools/nanobsd/rescue/Files/root/
H A DGPT4ZFS_Create.sh4 align=2048
36 off=$align
41 off=$(expr $align + $swapsize)
/freebsd/lib/libsys/powerpc64/
H A DSYS.h39 .align 2; \
60 .align 2; \
68 .align 2; \
/freebsd/crypto/openssl/crypto/
H A Dsparccpuid.S25 .align 32
177 .align 32
226 .align 32
243 .align 8
273 .align 8
314 .align 8
322 .align 8
332 .align 8
340 .align 8
348 .align 8
[all …]
/freebsd/sys/crypto/openssl/powerpc64/
H A Dpoly1305-ppcfp.S8 .align 6
160 .align 4
284 .align 4
477 .align 4
565 .align 6
595 .align 2
596 .align 4
/freebsd/sys/crypto/openssl/powerpc64le/
H A Dpoly1305-ppcfp.S8 .align 6
160 .align 4
284 .align 4
477 .align 4
560 .align 6
590 .align 2
591 .align 4
/freebsd/sys/crypto/openssl/powerpc/
H A Dpoly1305-ppcfp.S7 .align 6
157 .align 4
279 .align 4
472 .align 4
555 .align 6
585 .align 2
586 .align 4
/freebsd/sys/crypto/openssl/amd64/
H A Drc4-x86_64.S7 .align 16
67 .align 16
148 .align 16
187 .align 16
345 .align 16
362 .align 16
369 .align 16
496 .align 16
517 .align 16
537 .align 16
[all …]
H A Daes-x86_64.S4 .align 16
15 .align 16
159 .align 16
172 .align 16
324 .align 16
335 .align 16
420 .align 16
431 .align 16
976 .align 4
1029 .align 4
[all …]
/freebsd/crypto/openssl/crypto/perlasm/
H A Dx86gas.pl19 $align=16;
20 $align=log($align)/log(2) if ($::aout);
124 push(@out,".align\t$align\n");
202 sub ::align
/freebsd/sys/crypto/openssl/arm/
H A Darmv4cpuid.S14 .align 5
92 .align 4
124 .align 5
254 .align 5
260 .align 5
264 .align 5
267 .align 2

12345678910>>...36