HomeSort by relevance Sort by last modified time
    Searched full:align_size (Results 1 - 9 of 9) sorted by null

  /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/chromium_org/sandbox/win/src/
interception.cc 45 size_t align_size = kPageSize; local
46 for (size_t new_size = align_size / 2; new_size >= size; new_size /= 2) {
47 align_size = new_size;
49 return offset & ~(align_size - 1);
  /external/chromium_org/third_party/libxml/src/
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)
  /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)
  /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/aac/libAACenc/src/
aacEnc_ram.h 176 #define BUF_SIZE_0 ( ALIGN_SIZE(sizeof(QC_OUT_CHANNEL)*(8)) )
177 #define BUF_SIZE_1 ( ALIGN_SIZE(maxSize(sizeof(PSY_DYNAMIC), \
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp 2124 int align_size; local
2667 int align_size; local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 624 #define ALIGN_SIZE(size, boundary) (((size) + (boundary) - 1) \

Completed in 6015 milliseconds