HomeSort by relevance Sort by last modified time
    Searched refs:align (Results 51 - 75 of 2140) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/tools/gyp/test/win/compiler-flags/
warning-level3.cc 6 struct __declspec(align(8)) C8 { __int64 i; };
7 struct __declspec(align(4)) C4 { C8 m8; };
  /external/llvm/test/MC/ELF/
common2.s 10 .align 8
pic-diff.s 23 .align 4
gen-dwarf.s 12 .align 4
  /external/llvm/test/MC/MachO/
zerofill-5.s 4 .align 3
section-align-2.s 8 .align 2
zerofill-1.s 4 .byte 0 // Align to 2**3 bytes, not 2**1
9 .align 3
  /dalvik/vm/compiler/template/ia32/
footer.S 8 .align 4
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLLegendElement.idl 23 [Reflect] attribute DOMString align;
  /external/compiler-rt/lib/arm/
negdf2vfp.S 19 .align 2
negsf2vfp.S 19 .align 2
  /external/valgrind/main/coregrind/m_mach/
mach_traps-x86-darwin.S 37 .align 4
46 .align 4
55 .align 4
64 .align 4
73 .align 4
82 .align 4
91 .align 4
100 .align 4
109 .align 4
118 .align
    [all...]
mach_traps-amd64-darwin.S 36 .align 4
47 // .align 4
57 .align 4
67 .align 4
77 .align 4
87 .align 4
97 .align 4
107 .align 4
117 .align 4
127 .align
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bc-align.c 2 * Align bytecode
80 bytecode_align *align = (bytecode_align *)contents; local
81 if (align->boundary)
82 yasm_expr_destroy(align->boundary);
83 if (align->fill)
84 yasm_expr_destroy(align->fill);
85 if (align->maxskip)
86 yasm_expr_destroy(align->maxskip);
93 const bytecode_align *align = (const bytecode_align *)contents; local
96 yasm_expr_print(align->boundary, f)
107 bytecode_align *align = (bytecode_align *)bc->contents; local
137 bytecode_align *align = (bytecode_align *)bc->contents; local
172 bytecode_align *align = (bytecode_align *)bc->contents; local
237 bytecode_align *align = yasm_xmalloc(sizeof(bytecode_align)); local
    [all...]
  /external/chromium_org/chrome/browser/resources/memory_internals/
extension_view.css 6 text-align: right;
11 text-align: left;
16 text-align: right;
  /external/clang/test/Sema/
pragma-pack-and-options-align.c 12 #pragma options align=natural
19 #pragma options align=reset
20 #pragma options align=native
42 #pragma options align=power
48 #pragma options align=reset
51 /* expected-warning {{#pragma options align=reset failed: stack empty}} */ #pragma options align=reset
  /external/libogg/macos/compat/sys/
types.h 19 #ifndef __SYS_TYPES_H__ #define __SYS_TYPES_H__ 1 #include <MacTypes.h> #include <alloca.h> #include <string.h> typedef short int16_t; typedef long int32_t; typedef long long int64_t; #define vorbis_size32_t long #if defined(__cplusplus) extern "C" { #endif #pragma options align=power char *strdup(const char *inStr); #pragma options align=reset #if defined(__cplusplus) } #endif #endif /* __SYS_TYPES_H__ */
  /external/libvorbis/macos/compat/sys/
types.h 19 #ifndef __SYS_TYPES_H__ #define __SYS_TYPES_H__ 1 #include <MacTypes.h> #include <alloca.h> #include <string.h> typedef short int16_t; typedef long int32_t; typedef long long int64_t; #define vorbis_size32_t long #if defined(__cplusplus) extern "C" { #endif #pragma options align=power char *strdup(const char *inStr); #pragma options align=reset #if defined(__cplusplus) } #endif #endif /* __SYS_TYPES_H__ */
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
TextAttribute.java 28 public TextAlignment align; field in class:TextAttribute
36 public TextAttribute(int start, int length, TextAlignment align,
41 this.align = align;
  /ndk/tests/build/build-assembly-file/jni/
assembly-mips.S 2 .align 2
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
type_with_alignment.hpp 161 template<std::size_t TAlign, std::size_t Align>
165 value = (TAlign >= Align) & (TAlign % Align == 0)
183 template<std::size_t Align>
184 struct is_pod< ::boost::detail::lower_alignment<Align> >
194 template <std::size_t Align>
197 typedef ::boost::detail::lower_alignment<Align> t1;
199 ::boost::detail::is_aligned< ::boost::alignment_of<t1>::value,Align >::value
206 BOOST_STATIC_ASSERT(found >= Align);
207 BOOST_STATIC_ASSERT(found % Align == 0)
222 namespace align { namespace in namespace:boost
268 namespace align { namespace in namespace:boost
    [all...]
  /external/chromium-trace/trace-viewer/src/tracing/analysis/
analyze_slices.css 8 text-align: right;
  /external/chromium_org/chrome/browser/resources/
about_version_android.css 6 text-align: left;
  /external/chromium_org/chrome/browser/resources/local_ntp/
most_visited_title.css 10 text-align: center;
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
opt-align1.asm 4 align 8

Completed in 772 milliseconds

1 23 4 5 6 7 8 91011>>