Home
last modified time | relevance | path

Searched refs:aligned (Results 1 – 25 of 229) sorted by relevance

12345678910

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
H A Dscrypt_platform.c43 uint8_t *base, *aligned; in alloc_region() local
50 aligned = base; in alloc_region()
55 aligned = base; in alloc_region()
57 base = aligned = NULL; in alloc_region()
61 aligned = base + 63; in alloc_region()
62 aligned -= (uintptr_t) aligned & 63; in alloc_region()
66 region->aligned = aligned; in alloc_region()
69 return aligned; in alloc_region()
75 region->base = region->aligned = NULL; in init_region()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dmsa.h14 typedef signed char v16i8 __attribute__((vector_size(16), aligned(16)));
15 typedef signed char v16i8_b __attribute__((vector_size(16), aligned(1)));
16 typedef unsigned char v16u8 __attribute__((vector_size(16), aligned(16)));
17 typedef unsigned char v16u8_b __attribute__((vector_size(16), aligned(1)));
18 typedef short v8i16 __attribute__((vector_size(16), aligned(16)));
19 typedef short v8i16_h __attribute__((vector_size(16), aligned(2)));
20 typedef unsigned short v8u16 __attribute__((vector_size(16), aligned(16)));
21 typedef unsigned short v8u16_h __attribute__((vector_size(16), aligned(2)));
22 typedef int v4i32 __attribute__((vector_size(16), aligned(16)));
23 typedef int v4i32_w __attribute__((vector_size(16), aligned(4)));
[all …]
H A Dhexagon_types.h1184 __attribute__((aligned(128)));
1187 __attribute__((aligned(128)));
1190 __attribute__((aligned(256)));
1193 __attribute__((aligned(4)));
1196 __attribute__((aligned(4)));
1206 __attribute__((aligned(64)));
1209 __attribute__((aligned(64)));
1212 __attribute__((aligned(128)));
1215 __attribute__((aligned(4)));
1218 __attribute__((aligned(4)));
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndian.h29 enum {aligned = 0, unaligned = 1}; enumerator
302 aligned>;
305 aligned>;
308 aligned>;
312 aligned>;
315 aligned>;
318 aligned>;
342 aligned>;
345 aligned>;
348 aligned>;
[all …]
/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_types.h81 #define __packed_a4 __attribute__ ((packed, aligned(4)))
82 #define __packed_a8 __attribute__ ((packed, aligned(8)))
83 #define __packed_a16 __attribute__ ((packed, aligned(16)))
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcrtbegin.c15 __attribute__((section(".eh_frame"), aligned(sizeof(void *)))) = {};
25 __attribute__((section(".ctors"), aligned(sizeof(fp)))) = {(fp)-1};
82 __attribute__((section(".dtors"), aligned(sizeof(fp)))) = {(fp)-1};
/freebsd/sys/dev/rtwn/
H A Dif_rtwnreg.h50 } __packed __attribute__((aligned(4)));
86 } __packed __attribute__((aligned(4)));
99 } __packed __attribute__((aligned(4)));
/freebsd/contrib/arm-optimized-routines/string/arm/
H A Dmemchr.S61 tst r0, #7 @ If it's already aligned skip the next bit
64 @ Work up to an aligned point
71 bne 5b @ If not aligned yet then do next byte
74 @ At this point, we are aligned, we know we have at least 8 bytes to work with
111 21: @ Post aligned section, or just a short call
H A Dmemset.S46 beq 2f @ Already aligned
57 @ OK, so we're aligned
/freebsd/stand/libsa/
H A Dzalloc.c114 char *aligned; in znalloc() local
118 aligned = (char *)(roundup2(dptr, align) - MALLOCALIGN); in znalloc()
119 extra = aligned - ptr; in znalloc()
132 new = (MemNode *)aligned; in znalloc()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DPrimType.h108 constexpr bool aligned(uintptr_t Value) { return Value == align(Value); }
109 static_assert(aligned(sizeof(void *)));
111 static inline bool aligned(const void *P) {
112 return aligned(reinterpret_cast<uintptr_t>(P));
H A DByteCodeEmitter.cpp215 assert(aligned(Location)); in emitLabel()
227 assert(aligned(Position)); in getOffset()
259 assert(aligned(ValPos + Size)); in emit()
285 assert(aligned(ValPos + Size)); in emitSerialized()
/freebsd/sys/compat/linux/
H A Dlinux_rseq.c70 } __attribute__((aligned(4 * sizeof(uint64_t))));
77 } __attribute__((aligned(4 * sizeof(uint64_t))));
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVECallingConv.td17 // F128 are assigned to the stack in 16-byte aligned units
20 // All of the rest are assigned to the stack in 8-byte aligned units.
54 // Alternatively, they are assigned to the stack in 8-byte aligned units.
72 // F128 are assigned to the stack in 16-byte aligned units
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_scalar.c77 static uint8_t vdev_raidz_mul_lt[256][256] __attribute__((aligned(256)));
268 const uint8_t vdev_raidz_pow2[256] __attribute__((aligned(256))) = {
304 const uint8_t vdev_raidz_log2[256] __attribute__((aligned(256))) = {
H A Dvdev_raidz_math_powerpc_altivec.c231 __attribute__((aligned(256))) gf_clmul_mod_lt[4*256][16] = {
2285 __attribute__((aligned(256))) gf_clmul_mod_lt[4*256][16] = {
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreCallingConv.td19 // size and 4-byte aligned.
37 // size and 4-byte aligned.
/freebsd/sys/contrib/device-tree/Bindings/fsi/
H A Dfsi-master-ast-cf.txt17 the ColdFire. Must be 2M aligned on
18 AST2400 and 1M aligned on AST2500
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCCallingConv.td19 // size and 4-byte aligned.
35 // size and 4-byte aligned.
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiCallingConv.td26 // Otherwise they are assigned to the stack in 4-byte aligned units.
38 // Otherwise they are assigned to the stack in 4-byte aligned units.
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFCallingConv.td24 // Could be assigned to the stack in 8-byte aligned units, but unsupported
44 // Could be assigned to the stack in 8-byte aligned units, but unsupported
/freebsd/sys/contrib/xen/arch-x86/
H A Dxen-x86_32.h104 #define int64_aligned_t int64_t __attribute__((aligned(8)))
105 #define uint64_aligned_t uint64_t __attribute__((aligned(8)))
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_arm.S9 @ Word-aligned function entry point
40 @ Word-aligned function entry point
72 @ Word-aligned function entry point
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-core.c113 uint8_t *aligned = ((uint8_t *) base) + 63; in allocate_memory() local
114 aligned -= (uintptr_t) aligned & 63; in allocate_memory()
115 memcpy(&memory, &aligned, sizeof memory); in allocate_memory()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcCallingConv.td29 // Alternatively, they are assigned to the stack in 4-byte aligned units.
48 // 64 bits by the caller. Floats are right-aligned in their 8-byte slot, the
59 // Structs up to 16 bytes in size are passed by value. They are right-aligned
103 // - Assign all arguments to 64-bit aligned stack slots, 32-bits for inreg.

12345678910