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

  /external/webkit/WebKitTools/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/webkit/WebKitTools/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). */
  /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)

Completed in 167 milliseconds