OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:align4
(Results
1 - 6
of
6
) sorted by null
/external/clang/test/CodeGen/
palignr.c
16
int4
align4
(int4 a, int4 b) { return _mm_alignr_epi8(a, b, 32); }
function
/external/skia/src/core/
SkWriter32.cpp
238
// we may have left 0,1,2,3 bytes uninitialized, since we reserved
align4
SkString.cpp
204
// add 1 for terminating 0, then
align4
so we can have some slop when growing the string
/dalvik/vm/compiler/codegen/arm/
ArchUtility.cpp
354
LOGD("%p (%04x): .
align4
", baseAddr + offset, offset);
CodegenDriver.cpp
[
all
...]
/external/grub/netboot/
depca.c
407
#define
ALIGN4
((u32)4 - 1) /* 1 longword align */
Completed in 405 milliseconds