Searched defs:DEFAULT_ALIGNMENT (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/include/
H A Dvpx_mem_intrnl.h47 #ifndef DEFAULT_ALIGNMENT
49 # define DEFAULT_ALIGNMENT 32 /*default addr alignment to use in macro
53 # define DEFAULT_ALIGNMENT (2 * sizeof(void*)) /* NOLINT */ macro
/external/libvpx/libvpx/vpx_mem/include/
H A Dvpx_mem_intrnl.h47 #ifndef DEFAULT_ALIGNMENT
49 # define DEFAULT_ALIGNMENT 32 /*default addr alignment to use in macro
53 # define DEFAULT_ALIGNMENT (2 * sizeof(void*)) /* NOLINT */ macro
/external/bison/lib/
H A Dobstack.c66 /* If malloc were really smart, it would round addresses to DEFAULT_ALIGNMENT.
71 DEFAULT_ALIGNMENT = offsetof (struct fooalign, u), enumerator in enum:__anon336
150 alignment = DEFAULT_ALIGNMENT;
197 alignment = DEFAULT_ALIGNMENT;
273 if (h->alignment_mask + 1 >= DEFAULT_ALIGNMENT)

Completed in 514 milliseconds