Home
last modified time | relevance | path

Searched defs:ALIGN_SIZE (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dmemorypool.c38 #define ALIGN_SIZE (2 * sizeof(void*)) macro
/third_party/libxml2/
Dxmlmemory.c104 #define ALIGN_SIZE 16 macro
106 #define ALIGN_SIZE sizeof(double) macro
/third_party/pcre2/pcre2/src/sljit/
DsljitProtExecAllocator.c284 #define ALIGN_SIZE(size) (((size) + sizeof(struct block_header) + 7u) & ~(sljit_uw)7) macro
DsljitExecAllocator.c238 #define ALIGN_SIZE(size) (((size) + sizeof(struct block_header) + 7u) & ~(sljit_uw)7) macro
/third_party/skia/third_party/externals/libjpeg-turbo/
Djmemmgr.c90 #define ALIGN_SIZE sizeof(double) macro
92 #define ALIGN_SIZE 32 /* Most of the SIMD instructions we support require macro
/third_party/libjpeg-turbo/
Djmemmgr.c87 #define ALIGN_SIZE MAX(sizeof(void *), sizeof(double)) macro
89 #define ALIGN_SIZE 32 /* Most of the SIMD instructions we support require macro
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djmemmgr.c90 #define ALIGN_SIZE sizeof(double) macro
92 #define ALIGN_SIZE 32 /* Most of the SIMD instructions we support require macro
/third_party/freetype/src/type1/
Dt1load.c314 #define ALIGN_SIZE( n ) \ in T1_Get_MM_Var() macro
/third_party/skia/third_party/externals/freetype/src/type1/
Dt1load.c314 #define ALIGN_SIZE( n ) \ in T1_Get_MM_Var() macro
/third_party/flutter/skia/third_party/externals/freetype/src/truetype/
Dttgxvar.c2135 #define ALIGN_SIZE( n ) \ in TT_Get_MM_Var() macro
/third_party/freetype/src/truetype/
Dttgxvar.c2245 #define ALIGN_SIZE( n ) \ in TT_Get_MM_Var() macro
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttgxvar.c2251 #define ALIGN_SIZE( n ) \ in TT_Get_MM_Var() macro
/third_party/toybox/toys/pending/
Dxzcat.c1166 #define ALIGN_SIZE (1 << ALIGN_BITS) macro