HomeSort by relevance Sort by last modified time
    Searched defs:align (Results 1 - 25 of 707) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/generic/goldfish/camera/
Alignment.h 6 // Align |value| to the next larger value that is divisible by |alignment|
8 inline int align(int value, int alignment) { function in namespace:android
  /external/clang/test/CodeGen/
ms-inline-asm-align.c 5 // On Windows, .align is in bytes, and on Darwin, .align is in log2 form. The
10 __asm align 8
11 __asm align 16; local
12 __asm align 128; local
13 __asm ALIGN 256;
18 // DARWIN-SAME: .align 3
19 // DARWIN-SAME: .align 4
20 // DARWIN-SAME: .align 7
21 // DARWIN-SAME: .align
    [all...]
c-strings.c 7 // 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", comdat, 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]]
20 // fails the check for "@f3.x = ... align [ALIGN]", since ALIGN is derive
24 unsigned char align = 2; variable
26 unsigned char align = 1; variable
    [all...]
  /external/e2fsprogs/lib/ext2fs/
dupfs.c 107 int align = ext2fs_get_dio_alignment(src->mmp_fd); local
109 retval = ext2fs_get_memalign(src->blocksize, align,
getsectsize.c 73 int align = 0; local
76 if (ioctl(fd, BLKSSZGET, &align) < 0)
77 align = 0;
81 if (align <= 0)
82 align = sysconf(_SC_PAGESIZE);
85 if (align <= 0)
86 align = getpagesize();
88 if (align <= 0)
89 align = 4096;
91 return align;
    [all...]
  /system/netd/libnetdutils/include/netdutils/
Math.h 31 // Align x up to the nearest integer multiple of 2^shift
33 inline constexpr const T align(const T& x, const int shift) { function in namespace:android::netdutils
  /external/libnl/lib/route/
pktloc_syntax.y 33 %token <i> ERROR NUMBER LAYER ALIGN
36 %type <i> mask layer align shift
51 NAME align layer NUMBER mask shift
62 loc->align = $2;
77 align: label
78 ALIGN
  /external/elfutils/libelf/
elf_getdata_rawchunk.c 78 size_t align = __libelf_type_align (elf->class, type); local
84 ((uintptr_t) rawdata & (align - 1)) == 0)
125 if (((uintptr_t) rawchunk & (align - 1)) == 0)
174 chunk->data.d.d_align = align;
  /external/libnl/include/netlink/route/
pktloc.h 31 uint16_t align; member in struct:rtnl_pktloc
  /external/python/cpython2/Modules/_ctypes/libffi_osx/
ffi.c 31 #define STACK_ARG_SIZE(x) ALIGN(x, FFI_SIZEOF_ARG)
65 arg->size = ALIGN(arg->size, curalign);
70 arg->size = ALIGN(arg->size, (*ptr)->alignment);
86 arg->size = ALIGN(arg->size, arg->alignment);
192 int align = (*ptr)->alignment; local
194 if (align > 4)
195 align = 4;
197 if ((align - 1) & bytes)
198 bytes = ALIGN(bytes, align);
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi_osx/
ffi.c 31 #define STACK_ARG_SIZE(x) ALIGN(x, FFI_SIZEOF_ARG)
66 arg->size = ALIGN(arg->size, curalign);
71 arg->size = ALIGN(arg->size, (*ptr)->alignment);
87 arg->size = ALIGN(arg->size, arg->alignment);
193 int align = (*ptr)->alignment; local
195 if (align > 4)
196 align = 4;
198 if ((align - 1) & bytes)
199 bytes = ALIGN(bytes, align);
    [all...]
  /external/trappy/trappy/stats/
Correlator.py 26 """Class that allows to align and correlate two traces
163 front_x, front_y, front_shift = align(s_x, s_y, mode="front")
166 back_x, back_y, back_shift = align(s_x, s_y, mode="back")
181 def align(s_x, s_y, mode="front"): function
182 """Function to align the input series
190 :param mode: Align Front/Back
214 """Shift series to align
  /external/vboot_reference/host/lib/
fmap.c 30 ssize_t offset, align; local
37 for (align = FMAP_SEARCH_STRIDE; align <= lim; align *= 2);
38 for (; align >= FMAP_SEARCH_STRIDE; align /= 2)
39 for (offset = align; offset <= lim; offset += align * 2)
  /frameworks/compile/mclinker/lib/Script/
BinaryOp.cpp 176 IntOperand* BinaryOp<Operator::ALIGN>::eval(const Module& pModule,
180 uint64_t align = m_pOperand[1]->value(); local
181 alignAddress(value, align);
  /art/tools/ahat/src/main/com/android/ahat/
Column.java 24 public Align align; field in class:Column
27 public static enum Align {
31 public Column(DocString heading, Align align, boolean visible) {
33 this.align = align;
37 public Column(String heading, Align align, boolean visible) {
38 this(DocString.text(heading), align, visible)
    [all...]
  /bionic/libc/kernel/uapi/linux/tc_ematch/
tc_em_cmp.h 27 __u8 align : 4; member in struct:tcf_em_cmp
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
map_v4v6.c 91 } align; typedef in typeref:union:__anon11967
121 int i = (int)(sizeof(align) - ((size_t)*bpp % sizeof(align)));
  /external/boringssl/src/crypto/fipsmodule/cipher/
e_des.c 67 double align; member in union:__anon14313::__anon14314
132 double align; member in union:__anon14315::__anon14316
  /external/iproute2/include/uapi/linux/tc_ematch/
tc_em_cmp.h 12 __u8 align:4; member in struct:tcf_em_cmp
  /external/iproute2/tc/
em_cmp.c 31 "Usage: cmp(ALIGN at OFFSET [ ATTRS ] { eq | lt | gt } VALUE)\n" \
32 "where: ALIGN := { u8 | u16 | u32 }\n" \
44 int align, opnd = 0; local
56 align = TCF_EM_ALIGN_U8;
58 align = TCF_EM_ALIGN_U16;
60 align = TCF_EM_ALIGN_U32;
131 cmp.align = (__u8) align;
152 if (cmp->align == TCF_EM_ALIGN_U8)
154 else if (cmp->align == TCF_EM_ALIGN_U16
    [all...]
em_u32.c 30 "Usage: u32(ALIGN VALUE MASK at [ nexthdr+ ] OFFSET)\n" \
31 "where: ALIGN := { u8 | u16 | u32 }\n" \
40 int align, nh_len; local
51 align = 1;
53 align = 2;
55 align = 4;
104 switch (align) {
  /external/kernel-headers/original/uapi/linux/tc_ematch/
tc_em_cmp.h 12 __u8 align:4; member in struct:tcf_em_cmp
  /external/libavc/encoder/
ih264e_rc_mem_interface.c 248 UWORD32 Size, align; local
253 align = rc_memtab->i4_alignment;
256 FILL_MEMTAB(ps_mem, j, Size, align, IV_EXTERNAL_CACHEABLE_PERSISTENT_MEM);
  /external/libffi/src/m32r/
ffi.c 62 /* Align if necessary. */
64 argp = (char *) ALIGN (argp, (*p_arg)->alignment);
203 int align = cif->rtype->alignment; local
207 if (align == 1)
212 if (align == 1)
216 else if (align == 2)
  /external/libxml2/os400/
rpgsupport.c 189 size_t align; local
194 for (align = 16; align > argsize; align >>= 1)
197 align--;
198 list[0] = list[1] + (align - (((size_t) list[0] - 1) & align));

Completed in 1566 milliseconds

1 2 3 4 5 6 7 8 91011>>