HomeSort by relevance Sort by last modified time
    Searched refs:STACK_ALIGN (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/include/common/
asm_macros.S 130 #define STACK_ALIGN 6
133 .if ((\_size & ((1 << STACK_ALIGN) - 1)) <> 0)
137 .align STACK_ALIGN
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
param.h 144 * size, no questions asked. STACK_ALIGN aligns a stack pointer.
155 #define STACK_ALIGN(sp, bytes) \
162 #define STACK_ALIGN(sp, bytes) \
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetData.h 45 STACK_ALIGN = 's' ///< Stack objects alignment
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetData.cpp 199 case 's': AlignType = STACK_ALIGN; break;
509 if (Alignments[i].AlignType == STACK_ALIGN)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 289 STACK_ALIGN: 8,
    [all...]

Completed in 146 milliseconds