HomeSort by relevance Sort by last modified time
    Searched defs:ALIGN (Results 51 - 75 of 139) sorted by null

1 23 4 5 6

  /bionic/libc/arch-arm/bionic/
memcpy.a9.S 74 /* Old versions of GAS incorrectly implement the NEON align semantics. */
76 #define ALIGN(addr, align) addr,:align
78 #define ALIGN(addr, align) addr:align
541 vst1.8 {d0-d3}, [ALIGN (dst, 64)]!
543 vst1.8 {d4-d7}, [ALIGN (dst, 64)]!
548 vst1.8 {d0-d3}, [ALIGN (dst, 64)]
    [all...]
  /bionic/libc/kernel/common/linux/
linkage.h 37 #define __ALIGN .align 4,0x90
39 #define __ALIGN_STR ".align 4,0x90"
42 #define ALIGN __ALIGN
46 #define ENTRY(name) .globl name; ALIGN; name:
  /development/ndk/platforms/android-3/include/linux/
linkage.h 32 #define __ALIGN .align 4,0x90
33 #define __ALIGN_STR ".align 4,0x90"
38 #define ALIGN __ALIGN
42 #define ENTRY(name) .globl name; ALIGN; name:
  /external/kernel-headers/original/linux/
linkage.h 21 #define __ALIGN .align 4,0x90
22 #define __ALIGN_STR ".align 4,0x90"
27 #define ALIGN __ALIGN
33 ALIGN; \
  /hardware/qcom/display/msm8960/libgralloc/
gr.h 45 inline size_t ALIGN(size_t x, size_t align) {
46 return (x + align-1) & ~(align-1);
  /hardware/qcom/display/msm8974/libgralloc/
gr.h 45 inline size_t ALIGN(size_t x, size_t align) {
46 return (x + align-1) & ~(align-1);
  /hardware/qcom/display/msm8x26/libgralloc/
gr.h 45 inline size_t ALIGN(size_t x, size_t align) {
46 return (x + align-1) & ~(align-1);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
linkage.h 32 #define __ALIGN .align 4,0x90
33 #define __ALIGN_STR ".align 4,0x90"
38 #define ALIGN __ALIGN
42 #define ENTRY(name) .globl name; ALIGN; name:
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
linkage.h 32 #define __ALIGN .align 4,0x90
33 #define __ALIGN_STR ".align 4,0x90"
38 #define ALIGN __ALIGN
42 #define ENTRY(name) .globl name; ALIGN; name:
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
linkage.h 32 #define __ALIGN .align 4,0x90
33 #define __ALIGN_STR ".align 4,0x90"
38 #define ALIGN __ALIGN
42 #define ENTRY(name) .globl name; ALIGN; name:
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
linkage.h 32 #define __ALIGN .align 4,0x90
33 #define __ALIGN_STR ".align 4,0x90"
38 #define ALIGN __ALIGN
42 #define ENTRY(name) .globl name; ALIGN; name:
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
linkage.h 32 #define __ALIGN .align 4,0x90
33 #define __ALIGN_STR ".align 4,0x90"
38 #define ALIGN __ALIGN
42 #define ENTRY(name) .globl name; ALIGN; name:
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
linkage.h 32 #define __ALIGN .align 4,0x90
33 #define __ALIGN_STR ".align 4,0x90"
38 #define ALIGN __ALIGN
42 #define ENTRY(name) .globl name; ALIGN; name:
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
linkage.h 32 #define __ALIGN .align 4,0x90
33 #define __ALIGN_STR ".align 4,0x90"
38 #define ALIGN __ALIGN
42 #define ENTRY(name) .globl name; ALIGN; name:
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
linkage.h 32 #define __ALIGN .align 4,0x90
33 #define __ALIGN_STR ".align 4,0x90"
38 #define ALIGN __ALIGN
42 #define ENTRY(name) .globl name; ALIGN; name:
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
linkage.h 32 #define __ALIGN .align 4,0x90
33 #define __ALIGN_STR ".align 4,0x90"
38 #define ALIGN __ALIGN
42 #define ENTRY(name) .globl name; ALIGN; name:
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
linkage.h 32 #define __ALIGN .align 4,0x90
33 #define __ALIGN_STR ".align 4,0x90"
38 #define ALIGN __ALIGN
42 #define ENTRY(name) .globl name; ALIGN; name:
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
linkage.h 32 #define __ALIGN .align 4,0x90
33 #define __ALIGN_STR ".align 4,0x90"
38 #define ALIGN __ALIGN
42 #define ENTRY(name) .globl name; ALIGN; name:
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
linkage.h 32 #define __ALIGN .align 4,0x90
33 #define __ALIGN_STR ".align 4,0x90"
38 #define ALIGN __ALIGN
42 #define ENTRY(name) .globl name; ALIGN; name:
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
linkage.h 32 #define __ALIGN .align 4,0x90
33 #define __ALIGN_STR ".align 4,0x90"
38 #define ALIGN __ALIGN
42 #define ENTRY(name) .globl name; ALIGN; name:
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
linkage.h 32 #define __ALIGN .align 4,0x90
33 #define __ALIGN_STR ".align 4,0x90"
38 #define ALIGN __ALIGN
42 #define ENTRY(name) .globl name; ALIGN; name:
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
linkage.h 32 #define __ALIGN .align 4,0x90
33 #define __ALIGN_STR ".align 4,0x90"
38 #define ALIGN __ALIGN
42 #define ENTRY(name) .globl name; ALIGN; name:
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/
linkage.h 32 #define __ALIGN .align 4,0x90
33 #define __ALIGN_STR ".align 4,0x90"
38 #define ALIGN __ALIGN
42 #define ENTRY(name) .globl name; ALIGN; name:
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/
linkage.h 32 #define __ALIGN .align 4,0x90
33 #define __ALIGN_STR ".align 4,0x90"
38 #define ALIGN __ALIGN
42 #define ENTRY(name) .globl name; ALIGN; name:
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/linux/
linkage.h 32 #define __ALIGN .align 4,0x90
33 #define __ALIGN_STR ".align 4,0x90"
38 #define ALIGN __ALIGN
42 #define ENTRY(name) .globl name; ALIGN; name:

Completed in 1254 milliseconds

1 23 4 5 6