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

/external/libvpx/libvpx/vpx_mem/include/
H A Dvpx_mem_intrnl.h17 #ifndef DEFAULT_ALIGNMENT
21 #define DEFAULT_ALIGNMENT 32 macro
23 #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:__anon558
150 alignment = DEFAULT_ALIGNMENT;
197 alignment = DEFAULT_ALIGNMENT;
273 if (h->alignment_mask + 1 >= DEFAULT_ALIGNMENT)
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
H A DHolidayBorderPanel.java77 public final static int DEFAULT_ALIGNMENT = LEFT; field in class:HolidayBorderPanel
102 alignment = DEFAULT_ALIGNMENT;
/external/gptfdisk/
H A Dgpt.h19 #define DEFAULT_ALIGNMENT 2048 macro
H A Dgpttext.cc817 << DEFAULT_ALIGNMENT << "): "; local
818 temp1 = GetNumber(1, MAX_ALIGNMENT, DEFAULT_ALIGNMENT, prompt.str());

Completed in 593 milliseconds