HomeSort by relevance Sort by last modified time
    Searched refs:ALIGN_SIZE (Results 1 - 8 of 8) sorted by null

  /external/webkit/Tools/android/flex-2.5.4a/MISC/Macintosh/
alloca.c 115 #ifndef ALIGN_SIZE
116 #define ALIGN_SIZE sizeof(double)
121 char align[ALIGN_SIZE]; /* to force sizeof(header) */
  /external/aac/libAACenc/src/
aacEnc_ram.h 176 #define BUF_SIZE_0 ( ALIGN_SIZE(sizeof(QC_OUT_CHANNEL)*(6)) )
177 #define BUF_SIZE_1 ( ALIGN_SIZE(maxSize(sizeof(PSY_DYNAMIC), \
  /external/aac/libSYS/include/
machine_type.h 256 * ALIGN_SIZE
262 * - ALIGN_SIZE(3) returns 8
263 * - ALIGN_SIZE(8) returns 8
264 * - ALIGN_SIZE(9) returns 16
266 #define ALIGN_SIZE(a) ((a)+ (((INT)ALIGNMENT_DEFAULT - ((INT)(a) & (ALIGNMENT_DEFAULT-1)) ) & (ALIGNMENT_DEFAULT-1)))
  /external/webkit/Tools/android/flex-2.5.4a/MISC/
alloca.c 138 #ifndef ALIGN_SIZE
139 #define ALIGN_SIZE sizeof(double)
144 char align[ALIGN_SIZE]; /* To force sizeof(header). */
  /ndk/sources/host-tools/make-3.81/
alloca.c 147 #ifndef ALIGN_SIZE
148 #define ALIGN_SIZE sizeof(double)
153 char align[ALIGN_SIZE]; /* To force sizeof(header). */
  /ndk/sources/host-tools/sed-4.2.1/lib/
alloca.c 129 # ifndef ALIGN_SIZE
130 # define ALIGN_SIZE sizeof(double)
135 char align[ALIGN_SIZE]; /* To force sizeof(header). */
  /external/libxml2/
xmlmemory.c 104 #define ALIGN_SIZE 16
106 #define ALIGN_SIZE sizeof(double)
109 #define RESERVE_SIZE (((HDR_SIZE + (ALIGN_SIZE-1)) \
110 / ALIGN_SIZE ) * ALIGN_SIZE)
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 624 #define ALIGN_SIZE(size, boundary) (((size) + (boundary) - 1) \

Completed in 127 milliseconds