| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/ |
| scrypt_platform.c | 43 uint8_t *base, *aligned; local 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:__anon6513
|
| /src/external/mit/isl/dist/ |
| isl_map_lexopt_templ.c | 176 isl_bool aligned; local 178 aligned = isl_map_set_has_equal_params(map, dom); 179 if (aligned < 0) 181 if (aligned)
|
| isl_ilp.c | 427 * The parameters are assumed to have been aligned. 475 isl_bool aligned; local 480 aligned = isl_set_space_has_equal_params(set, obj->ls->dim); 481 if (aligned < 0) 483 if (aligned)
|
| /src/common/lib/libc/arch/sh3/string/ |
| memset.S | 101 mova 1f,r0 /* 1f must be 4bytes aligned! */ 149 /* 2 bytes aligned small fill */ 158 tst #1,r0 /* len is aligned? */ 165 mova 1f,r0 /* 1f must be 4bytes aligned! */ 217 aligned: label 296 bra aligned
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| Endian.h | 30 enum {aligned = 0, unaligned = 1}; enumerator in enum:llvm::support::__anon3957 284 detail::packed_endian_specific_integral<uint16_t, little, aligned>; 286 detail::packed_endian_specific_integral<uint32_t, little, aligned>; 288 detail::packed_endian_specific_integral<uint64_t, little, aligned>; 291 detail::packed_endian_specific_integral<int16_t, little, aligned>; 293 detail::packed_endian_specific_integral<int32_t, little, aligned>; 295 detail::packed_endian_specific_integral<int64_t, little, aligned>; 312 detail::packed_endian_specific_integral<uint16_t, big, aligned>; 314 detail::packed_endian_specific_integral<uint32_t, big, aligned>; 316 detail::packed_endian_specific_integral<uint64_t, big, aligned>; [all...] |
| /src/sys/arch/sparc/sparc/ |
| syscall.c | 87 uint64_t aligned; member in union:args 92 uint64_t aligned; member in union:rval
|
| /src/external/gpl3/gcc/dist/libbacktrace/ |
| mmap.c | 201 /* If we are freeing a large aligned block, just release it back to 316 size_t aligned; local 318 /* Make sure that the block that we free is aligned on an 8-byte 322 aligned = (size + 7) & ~ (size_t) 7; 323 alc -= aligned - size; 325 backtrace_free (state, (char *) vec->base + aligned, alc,
|
| /src/external/gpl3/gcc.old/dist/libbacktrace/ |
| mmap.c | 201 /* If we are freeing a large aligned block, just release it back to 316 size_t aligned; local 318 /* Make sure that the block that we free is aligned on an 8-byte 322 aligned = (size + 7) & ~ (size_t) 7; 323 alc -= aligned - size; 325 backtrace_free (state, (char *) vec->base + aligned, alc,
|
| /src/external/gpl3/gdb/dist/libbacktrace/ |
| mmap.c | 201 /* If we are freeing a large aligned block, just release it back to 316 size_t aligned; local 318 /* Make sure that the block that we free is aligned on an 8-byte 322 aligned = (size + 7) & ~ (size_t) 7; 323 alc -= aligned - size; 325 backtrace_free (state, (char *) vec->base + aligned, alc,
|
| /src/external/gpl3/gdb.old/dist/libbacktrace/ |
| mmap.c | 201 /* If we are freeing a large aligned block, just release it back to 316 size_t aligned; local 318 /* Make sure that the block that we free is aligned on an 8-byte 322 aligned = (size + 7) & ~ (size_t) 7; 323 alc -= aligned - size; 325 backtrace_free (state, (char *) vec->base + aligned, alc,
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_fb.c | 100 int aligned = width; local 116 aligned += pitch_mask; 117 aligned &= ~pitch_mask; 118 return aligned * cpp;
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_fb.c | 102 int aligned = width; local 119 aligned += pitch_mask; 120 aligned &= ~pitch_mask; 121 return aligned * cpp;
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/ |
| argon2-core.c | 113 uint8_t *aligned = ((uint8_t *) base) + 63; local 114 aligned -= (uintptr_t) aligned & 63; 115 memcpy(&memory, &aligned, sizeof memory);
|
| /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 73 typedef int ctassert[-(int)sizeof(struct aligned)];
|
| /src/external/gpl2/lvm2/dist/tools/ |
| reporter.c | 224 int aligned, buffered, headings, field_prefixes, quoted; local 228 aligned = find_config_tree_int(cmd, "report/aligned", 337 aligned = 0; 339 aligned = 1; 345 aligned = 0; 354 separator, aligned, buffered,
|
| /src/common/dist/zlib/contrib/crc32vx/ |
| crc32_vx.c | 214 uintptr_t prealign, aligned, remaining; local 227 aligned = len & ~VX_ALIGN_MASK; 230 crc = crc32_le_vgfm_16(crc ^ 0xffffffff, buf, (size_t)aligned) ^ 0xffffffff; 233 crc = crc32_z(crc, buf + aligned, remaining);
|
| /src/sys/dev/dmover/ |
| swdmover.c | 275 int aligned, len, nwords; local 288 aligned = 1; 290 aligned = 0; 301 aligned = 0; 303 if (aligned) {
|
| /src/external/gpl2/libmalloc/dist/ |
| malloc.h | 198 __ptr_t aligned; /* The address that memaligned returned. */ member in struct:alignlist
|
| /src/crypto/external/apache2/openssl/dist/crypto/ |
| mem_sec.c | 430 size_t aligned; local 547 /* Starting guard is already aligned from mmap. */ 556 aligned = (pgsize + sh.arena_size + (pgsize - 1)) & ~(pgsize - 1); 558 if (mprotect(sh.map_result + aligned, pgsize, PROT_NONE) < 0) 561 if (VirtualProtect(sh.map_result + aligned, pgsize, PAGE_NOACCESS, &flOldProtect) == FALSE)
|
| /src/crypto/external/bsd/openssl/dist/crypto/ |
| mem_sec.c | 415 size_t aligned; local 532 /* Starting guard is already aligned from mmap. */ 541 aligned = (pgsize + sh.arena_size + (pgsize - 1)) & ~(pgsize - 1); 543 if (mprotect(sh.map_result + aligned, pgsize, PROT_NONE) < 0) 546 if (VirtualProtect(sh.map_result + aligned, pgsize, PAGE_NOACCESS, &flOldProtect) == FALSE)
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/ |
| mem_sec.c | 387 size_t aligned; local 472 /* Starting guard is already aligned from mmap. */ 477 aligned = (pgsize + sh.arena_size + (pgsize - 1)) & ~(pgsize - 1); 478 if (mprotect(sh.map_result + aligned, pgsize, PROT_NONE) < 0)
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| cache_bin.h | 159 * page-aligned check is needed already (sdalloc w/ config_prof), so we 493 bool aligned = cache_bin_nonfast_aligned(stashed); local 496 aligned = true; 498 assert(n == 0 || (stashed != NULL && aligned));
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| cache_bin.h | 159 * page-aligned check is needed already (sdalloc w/ config_prof), so we 493 bool aligned = cache_bin_nonfast_aligned(stashed); local 496 aligned = true; 498 assert(n == 0 || (stashed != NULL && aligned));
|
| /src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
| msan.cc | 42 // aligned address. 59 ALIGNED(16) THREADLOCAL u64 __msan_va_arg_tls[kMsanParamTlsSize / sizeof(u64)]; 62 ALIGNED(16) 599 uptr aligned = x & ~3ULL; local 600 uptr origin_ptr = MEM_TO_ORIGIN(aligned);
|