HomeSort by: relevance | last modified time | path
    Searched refs:aligned (Results 1 - 25 of 87) sorted by relevancy

1 2 3 4

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
scrypt_platform.c 43 uint8_t *base, *aligned; local in function:alloc_region
50 aligned = base;
55 aligned = base;
57 base = aligned = NULL;
61 aligned = base + 63;
62 aligned -= (uintptr_t) aligned & 63;
66 region->aligned = aligned;
69 return aligned;
    [all...]
crypto_scrypt.h 53 void * base, *aligned; member in struct:__anon5ca884b30108
  /src/tests/usr.bin/xlint/lint1/
gcc_attribute_aligned.c 5 * Test size computations on aligned and packed structs.
23 } __attribute__((packed)) __attribute__((aligned(4)));
32 } __attribute__((packed)) __attribute__((aligned(2)));
35 * Due to the 'packed', the uint64_t does not need to be aligned on an 8-byte
42 uint16_t s87_cw __attribute__((aligned(4)));
43 uint16_t s87_sw __attribute__((aligned(4)));
44 uint16_t s87_tw __attribute__((aligned(4)));
58 struct aligned { struct in function:aligned_struct_member
73 typedef int ctassert[-(int)sizeof(struct aligned)];
  /src/sys/arch/powerpc/include/
pcb.h 61 struct vreg pcb_vr __attribute__((aligned(16)));
  /src/sys/crypto/sodium/
export.h 46 # define CRYPTO_ALIGN(x) __attribute__ ((aligned(x)))
99 # define CRYPTO_ALIGN(x) __attribute__ ((aligned(x)))
152 # define CRYPTO_ALIGN(x) __attribute__ ((aligned(x)))
205 # define CRYPTO_ALIGN(x) __attribute__ ((aligned(x)))
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
export.h 46 # define CRYPTO_ALIGN(x) __attribute__ ((aligned(x)))
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nouveau_nvkm_engine_disp_sortu102.c 33 u8 slot, u8 slot_nr, u16 pbn, u16 aligned)
38 nvkm_mask(device, 0x61657c + hoff, 0xffffffff, (aligned << 16) | pbn);
  /src/sys/dev/marvell/
mvxpsecvar.h 121 } __attribute__((aligned(4)));
125 } __attribute__((aligned(4)));
129 } __attribute__((aligned(4)));
134 } __attribute__((aligned(8)));
141 } __attribute__((aligned(4))); /* 64 oct. */
149 } __attribute__((aligned(4))); /* 128 oct. */
187 } __attribute__((aligned(8))); /* Max. 2048 oct. */
  /src/common/lib/libc/arch/sparc64/string/
memset.S 63 btst 7, %o0 ! Word aligned?
87 !! Now we are 64-bit aligned
145 * Next, allocate an aligned fpstate on the stack. We will properly
166 !! We are now 8-byte aligned. We need to become 64-byte aligned.
  /src/sys/arch/evbppc/explora/dev/
elb.c 75 __attribute__((aligned(8)));
77 __attribute__((aligned(8)));
  /src/lib/libc/arch/powerpc64/string/
bzero.S 42 rldicl. 0, 3, 0, 61 # only optimize if aligned
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerValueBitMap.h 68 uintptr_t Map[kMapSizeInWords] __attribute__((aligned(512)));
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfilingPort.h 18 #define COMPILER_RT_ALIGNAS(x) __attribute__((aligned(x)))
  /src/lib/libc/arch/mips/string/
bcmp.S 86 lbu v0, 0(a0) # compare bytes until a1 word aligned
98 LWHI v0, 0(a0) # compare words a0 unaligned, a1 aligned
bzero.S 56 beq a3, zero, 1f # skip if word aligned
  /src/sys/external/bsd/gnu-efi/dist/inc/ia32/
efibind.h 71 typedef unsigned long long uint64_t __attribute__((aligned (8)));
72 typedef long long int64_t __attribute__((aligned (8)));
144 // Pointers must be aligned to these address to function
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/
xen-x86_32.h 104 #define int64_aligned_t int64_t __attribute__((aligned(8)))
105 #define uint64_aligned_t uint64_t __attribute__((aligned(8)))
  /src/sys/arch/alpha/stand/common/
prom.c 127 * 8-byte-aligned buffer, or it bails out with a "kernel stack
128 * not valid halt". Provide a local, aligned buffer here and
131 static char abuf[128] __attribute__((aligned (8)));
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/benchmarks/
vts_many_threads_bench.cc 31 class __attribute__((aligned(64))) Mutex {
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_fb.c 100 int aligned = width; local in function:amdgpu_align_pitch
116 aligned += pitch_mask;
117 aligned &= ~pitch_mask;
118 return aligned * cpp;
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_trampoline_arm.S 9 @ Word-aligned function entry point
39 @ Word-aligned function entry point
70 @ Word-aligned function entry point
  /src/sys/arch/pmax/pmax/
locore_machdep.S 75 * u_short *src; NOTE: must be short aligned
105 and t0, a1, 1 # test for aligned dst
112 PTR_ADDU a0, 4 # keep buffer pointer word aligned
124 PTR_ADDU a0, 4 # keep buffer pointer word aligned
  /src/distrib/sets/
fmt-list 205 -- Calculate the column on which the field should be aligned.
226 return currmin, "aligned"
241 -- The entries are nicely aligned, therefore there is no need to change
251 -- The entries are currently not aligned, therefore they are aligned
260 -- The entries are already aligned, therefore the current alignment is
269 -- The flags are already aligned, 4 tabs to the right of the category.
  /src/sys/arch/powerpc/ibm4xx/dev/
dwctwo_plb.c 68 __attribute__((aligned(8)));
exb.c 129 __attribute__((aligned(8)));

Completed in 19 milliseconds

1 2 3 4