Searched refs:align (Results 26 - 50 of 1697) sorted by relevance

1234567891011>>

/external/llvm/test/MC/MachO/
H A Deh-frame-reloc.s10 .align 4, 0x90
H A Dsection-align-2.s8 .align 2
H A Dzerofill-1.s9 .align 3
/external/llvm/test/MC/ARM/
H A Ddirective-align.s7 .align
11 @ CHECK-NEXT: .align 2
15 .align
19 @ CHECK-NEXT: .align 2
23 .align 2
27 @ CHECK-NEXT: .align 2
/external/e2fsprogs/lib/ext2fs/
H A Dinline.c45 unsigned long align, void *ptr)
50 if (align < 8)
51 align = 8;
53 retval = posix_memalign(p, align, size);
61 *p = memalign(align, size);
70 if (align > sizeof(long long))
75 if ((unsigned long) *p & (align - 1)) {
87 static int isaligned(void *ptr, unsigned long align) argument
89 return (((unsigned long) ptr & (align - 1)) == 0);
92 static errcode_t test_memalign(unsigned long align) argument
44 ext2fs_get_memalign(unsigned long size, unsigned long align, void *ptr) argument
[all...]
H A Dgetsectsize.c68 int align = 0; local
71 if (ioctl(fd, BLKSSZGET, &align) < 0)
72 align = 0;
76 if (align <= 0)
77 align = sysconf(_SC_PAGESIZE);
80 if (align <= 0)
81 align = getpagesize();
83 if (align <= 0)
84 align = 4096;
86 return align;
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLLegendElement.idl23 [Reflect] attribute DOMString align;
/external/libcxx/test/utilities/memory/ptr.align/
H A DAndroid.mk17 test_makefile := external/libcxx/test/utilities/memory/ptr.align/Android.mk
19 test_name := utilities/memory/ptr.align/align
20 test_src := align.pass.cpp
/external/valgrind/main/coregrind/m_mach/
H A Dmach_traps-x86-darwin.S37 .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...]
H A Dmach_traps-amd64-darwin.S36 .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/
H A Dbc-align.c80 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);
98 yasm_expr_print(align
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/
H A Dextension_view.css6 text-align: right;
11 text-align: left;
16 text-align: right;
/external/clang/test/Sema/
H A Dpragma-pack-and-options-align.c12 #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/
H A Dtypes.h19 #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/
H A Dtypes.h19 #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/llvm/test/MC/ELF/
H A Dgen-dwarf.s17 .align 4
/external/llvm/test/MC/X86/
H A Dno-elf-compact-unwind.s6 .align 4, 0x90
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dradiotap.c22 [IEEE80211_RADIOTAP_TSFT] = { .align = 8, .size = 8, },
23 [IEEE80211_RADIOTAP_FLAGS] = { .align = 1, .size = 1, },
24 [IEEE80211_RADIOTAP_RATE] = { .align = 1, .size = 1, },
25 [IEEE80211_RADIOTAP_CHANNEL] = { .align = 2, .size = 4, },
26 [IEEE80211_RADIOTAP_FHSS] = { .align = 2, .size = 2, },
27 [IEEE80211_RADIOTAP_DBM_ANTSIGNAL] = { .align = 1, .size = 1, },
28 [IEEE80211_RADIOTAP_DBM_ANTNOISE] = { .align = 1, .size = 1, },
29 [IEEE80211_RADIOTAP_LOCK_QUALITY] = { .align = 2, .size = 2, },
30 [IEEE80211_RADIOTAP_TX_ATTENUATION] = { .align = 2, .size = 2, },
31 [IEEE80211_RADIOTAP_DB_TX_ATTENUATION] = { .align
185 find_override(struct ieee80211_radiotap_iterator *iterator, int *align, int *size) argument
236 int pad, align, size, subns; local
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dradiotap.c22 [IEEE80211_RADIOTAP_TSFT] = { .align = 8, .size = 8, },
23 [IEEE80211_RADIOTAP_FLAGS] = { .align = 1, .size = 1, },
24 [IEEE80211_RADIOTAP_RATE] = { .align = 1, .size = 1, },
25 [IEEE80211_RADIOTAP_CHANNEL] = { .align = 2, .size = 4, },
26 [IEEE80211_RADIOTAP_FHSS] = { .align = 2, .size = 2, },
27 [IEEE80211_RADIOTAP_DBM_ANTSIGNAL] = { .align = 1, .size = 1, },
28 [IEEE80211_RADIOTAP_DBM_ANTNOISE] = { .align = 1, .size = 1, },
29 [IEEE80211_RADIOTAP_LOCK_QUALITY] = { .align = 2, .size = 2, },
30 [IEEE80211_RADIOTAP_TX_ATTENUATION] = { .align = 2, .size = 2, },
31 [IEEE80211_RADIOTAP_DB_TX_ATTENUATION] = { .align
185 find_override(struct ieee80211_radiotap_iterator *iterator, int *align, int *size) argument
236 int pad, align, size, subns; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dradiotap.c22 [IEEE80211_RADIOTAP_TSFT] = { .align = 8, .size = 8, },
23 [IEEE80211_RADIOTAP_FLAGS] = { .align = 1, .size = 1, },
24 [IEEE80211_RADIOTAP_RATE] = { .align = 1, .size = 1, },
25 [IEEE80211_RADIOTAP_CHANNEL] = { .align = 2, .size = 4, },
26 [IEEE80211_RADIOTAP_FHSS] = { .align = 2, .size = 2, },
27 [IEEE80211_RADIOTAP_DBM_ANTSIGNAL] = { .align = 1, .size = 1, },
28 [IEEE80211_RADIOTAP_DBM_ANTNOISE] = { .align = 1, .size = 1, },
29 [IEEE80211_RADIOTAP_LOCK_QUALITY] = { .align = 2, .size = 2, },
30 [IEEE80211_RADIOTAP_TX_ATTENUATION] = { .align = 2, .size = 2, },
31 [IEEE80211_RADIOTAP_DB_TX_ATTENUATION] = { .align
185 find_override(struct ieee80211_radiotap_iterator *iterator, int *align, int *size) argument
236 int pad, align, size, subns; local
[all...]
/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Danalyze_slices.css8 text-align: right;
/external/chromium_org/chrome/browser/resources/
H A Dabout_version_android.css6 text-align: left;
/external/chromium_org/chrome/browser/resources/print_preview/settings/
H A Dother_options_settings.css7 vertical-align: top;
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dopt-align1.asm4 align 8
/external/clang/test/CodeGen/
H A Dc-strings.c7 // CHECK: @align = global i8 [[ALIGN:[0-9]+]]
9 // MSABI: @"\01??_C@_05CJBACGMB@hello?$AA@" = linkonce_odr unnamed_addr constant [6 x i8] c"hello\00", align 1
12 // CHECK: @f2.x = internal global [6 x i8] c"hello\00", align [[ALIGN]]
13 // CHECK: @f3.x = internal global [8 x i8] c"hello\00\00\00", align [[ALIGN]]
16 // CHECK: @x = global [3 x i8] c"ola", align [[ALIGN]]
19 unsigned char align = 2; variable
21 unsigned char align = 1; variable

Completed in 7868 milliseconds

1234567891011>>