OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aligned_address
(Results
1 - 5
of
5
) sorted by null
/external/flac/libFLAC/
memory.c
40
void *FLAC__memory_alloc_aligned(size_t bytes, void **
aligned_address
)
44
FLAC__ASSERT(0 !=
aligned_address
);
51
/* could do *
aligned_address
= x + ((unsigned) (32 - (((unsigned)x) & 31))) & 31; */
52
*
aligned_address
= (void*)(((unsigned)x + 31) & -32);
54
*
aligned_address
= (void*)(((FLAC__uint64)x + 31) & (FLAC__uint64)(-((FLAC__int64)32)));
61
*
aligned_address
= (void*)(((unsigned)x + 31) & -32);
63
*
aligned_address
= (void*)(((FLAC__uint64)x + 31) & (FLAC__uint64)(-((FLAC__int64)32)));
69
*
aligned_address
= x;
/external/flac/libFLAC/include/private/
memory.h
47
void *FLAC__memory_alloc_aligned(size_t bytes, void **
aligned_address
);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
reiserfs_fs.h
972
# define
aligned_address
macro
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h
972
# define
aligned_address
macro
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h
972
# define
aligned_address
macro
[
all
...]
Completed in 324 milliseconds