HomeSort by: relevance | last modified time | path
    Searched defs:aligned (Results 1 - 25 of 84) 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
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...]
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
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_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)
  /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
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::__anon1646
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...]
Endian.h 30 enum {aligned = 0, unaligned = 1}; enumerator in enum:llvm::support::__anon1646
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
syscall.c 87 uint64_t aligned; member in union:args
92 uint64_t aligned; member in union:rval
  /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,
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/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,
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,
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,
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,

Completed in 127 milliseconds

1 2 3 4