Searched defs:align (Results 26 - 50 of 240) sorted by relevance

12345678910

/external/iproute2/tc/
H A Dem_cmp.c44 int align, opnd = 0; local
58 align = TCF_EM_ALIGN_U8;
60 align = TCF_EM_ALIGN_U16;
62 align = TCF_EM_ALIGN_U32;
133 cmp.align = (__u8) align;
154 if (cmp->align == TCF_EM_ALIGN_U8)
156 else if (cmp->align == TCF_EM_ALIGN_U16)
158 else if (cmp->align == TCF_EM_ALIGN_U32)
/external/libavc/encoder/
H A Dih264e_rc_mem_interface.c248 UWORD32 Size, align; local
253 align = rc_memtab->i4_alignment;
256 FILL_MEMTAB(ps_mem, j, Size, align, IV_EXTERNAL_CACHEABLE_PERSISTENT_MEM);
/external/libunwind/src/mi/
H A Dmempool.c67 unsigned align = UNW_ALIGN((uintptr_t) &sos_memory[0], MAX_ALIGN) local
69 sos_memory_freepos = align;
/external/libvpx/libvpx/vpx/src/
H A Dvpx_image.c25 int align; local
27 /* Treat align==0 like align==1 */
33 /* Treat align==0 like align==1 */
92 align = (1 << xcs) - 1;
93 w = (d_w + align) & ~align;
94 align = (1 << ycs) - 1;
95 h = (d_h + align)
146 vpx_img_alloc(vpx_image_t *img, vpx_img_fmt_t fmt, unsigned int d_w, unsigned int d_h, unsigned int align) argument
[all...]
/external/libvpx/libvpx/vpx_mem/
H A Dvpx_mem.c40 static uint64_t get_aligned_malloc_size(size_t size, size_t align) { argument
41 return (uint64_t)size + align - 1 + ADDRESS_STORAGE_SIZE;
55 void *vpx_memalign(size_t align, size_t size) { argument
57 const uint64_t aligned_size = get_aligned_malloc_size(size, align);
62 x = align_addr((unsigned char *)addr + ADDRESS_STORAGE_SIZE, align);
/external/regex-re2/util/
H A Darena.h48 void* GetMemoryFallback(const size_t size, const int align);
51 void* GetMemory(const size_t size, const int align) { argument
52 if ( size > 0 && size < remaining_ && align == 1 ) { // common case
58 return GetMemoryFallback(size, align);
/external/syslinux/gpxe/src/arch/i386/interface/pcbios/
H A Dmemtop_umalloc.c140 size_t align; local
167 align = ( user_to_phys ( new, 0 ) & ( EM_ALIGN - 1 ) );
168 new_size += align;
169 new = userptr_add ( new, -align );
/external/syslinux/gpxe/src/util/
H A Diccfix.c45 unsigned long align = shdr->sh_addralign; local
49 ( align >= ICC_ALIGN_HACK_FACTOR ) ) {
50 new_align = ( align / ICC_ALIGN_HACK_FACTOR );
53 name, align, new_align );
/external/valgrind/VEX/priv/
H A Dmain_util.h127 struct align { struct
146 vassert(offsetof(struct align,x) <= REQ_ALIGN);
155 ALIGN = offsetof(struct align,x) - 1;
/external/vboot_reference/firmware/2lib/
H A D2common.c33 int vb2_align(uint8_t **ptr, uint32_t *size, uint32_t align, uint32_t want_size) argument
36 uintptr_t offs = p & (align - 1);
39 offs = align - offs;
/external/ImageMagick/coders/
H A Dpango.c135 align;
309 switch (draw_info->align)
311 case CenterAlign: align=PANGO_ALIGN_CENTER; break;
312 case RightAlign: align=PANGO_ALIGN_RIGHT; break;
313 case LeftAlign: align=PANGO_ALIGN_LEFT; break;
318 align=PANGO_ALIGN_CENTER;
321 align=PANGO_ALIGN_LEFT;
325 if ((align != PANGO_ALIGN_CENTER) &&
327 align=(PangoAlignment) (PANGO_ALIGN_LEFT+PANGO_ALIGN_RIGHT-align);
133 align; local
[all...]
/external/boringssl/src/crypto/cipher/
H A De_des.c66 double align; member in union:__anon647::__anon648
125 double align; member in union:__anon649::__anon650
/external/boringssl/src/decrepit/xts/
H A Dxts.c172 double align; member in union:__anon697::__anon698
/external/clang/test/Sema/
H A Dgnu-flags.c40 char align; variable
41 _Static_assert(_Alignof(align) > 0, "align's alignment is wrong");
/external/compiler-rt/lib/builtins/
H A Demutls.c35 align. */
37 gcc_word align; /* alignment of the object in bytes */ member in struct:__emutls_control
45 static __inline void *emutls_memalign_alloc(size_t align, size_t size) { argument
48 if (posix_memalign(&base, align, size) != 0)
51 #define EXTRA_ALIGN_PTR_BYTES (align - 1 + sizeof(void*))
56 & ~(uintptr_t)(align - 1));
80 size_t align = control->align; local
82 if (align < sizeof(void*))
83 align
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_defs.h128 T RoundUp(T p, u64 align) { argument
129 DCHECK_EQ(align & (align - 1), 0);
130 return (T)(((u64)p + align - 1) & ~(align - 1));
134 T RoundDown(T p, u64 align) { argument
135 DCHECK_EQ(align & (align - 1), 0);
136 return (T)((u64)p & ~(align - 1));
/external/e2fsprogs/lib/ext2fs/
H A Dmmp.c66 int align = ext2fs_get_dio_alignment(fs->mmp_fd); local
68 retval = ext2fs_get_memalign(fs->blocksize, align,
/external/elfutils/libelf/
H A Delf_getdata.c142 const size_t align = __libelf_type_align (eclass, type); local
146 if (((((size_t) (char *) scn->rawdata_base)) & (align - 1)) == 0)
177 ((((size_t) (char *) scn->rawdata_base)) & (align - 1)) == 0)
223 Elf64_Xword align; local
240 align = shdr->sh_addralign;
255 align = shdr->sh_addralign;
365 align = align ?: 1;
366 if (align > offset)
367 align
[all...]
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DHTMLTable.java46 public void setCaption (final String align, final String text, final boolean nbsp) argument
50 m_caption.getAttributes ().set (Attribute.ALIGN, align);
/external/jemalloc/test/integration/
H A Drallocx.c162 size_t align; local
165 align = ZU(1);
166 p = mallocx(1, MALLOCX_ALIGN(align));
169 for (align <<= 1; align <= MAX_ALIGN; align <<= 1) {
170 q = rallocx(p, 1, MALLOCX_ALIGN(align));
172 "Unexpected rallocx() error for align=%zu", align);
174 (void *)((uintptr_t)q & (align
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dvirtio_ring.h128 * // Padding to the next align boundary.
144 unsigned long align)
150 + align-1) & ~(align - 1));
153 static inline unsigned vring_size(unsigned int num, unsigned long align) argument
156 + align - 1) & ~(align - 1))
143 vring_init(struct vring *vr, unsigned int num, void *p, unsigned long align) argument
/external/libcxx/src/
H A Dmemory.cpp218 align(size_t alignment, size_t size, void*& ptr, size_t& space) function
/external/libjpeg-turbo/
H A Djdapistd.c156 int ci, align, orig_downsampled_width; local
176 * must align with an MCU boundary, because:
193 align = cinfo->_min_DCT_scaled_size * cinfo->max_h_samp_factor;
197 *xoffset = (input_xoffset / align) * align;
211 (JDIMENSION) (long) (*xoffset) / (long) align;
214 (long) align) - 1;
232 (long) align;
236 (long) align) - 1;
/external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DBindingsHelper.java78 public static int align(int size) { method in class:BindingsHelper
85 public static long align(long size) { method in class:BindingsHelper
/external/libopus/src/
H A Dopus_private.h113 static OPUS_INLINE int align(int i) function

Completed in 1928 milliseconds

12345678910