Home
last modified time | relevance | path

Searched defs:ALIGN_SIZE (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dmemorypool.c38 #define ALIGN_SIZE (2 * sizeof(void*)) macro
/third_party/pcre2/pcre2/src/sljit/
H A DsljitExecAllocator.c238 #define ALIGN_SIZE(size) (((size) + sizeof(struct block_header) + 7u) & ~(sljit_uw)7) macro
H A DsljitProtExecAllocator.c284 #define ALIGN_SIZE(size) (((size) + sizeof(struct block_header) + 7u) & ~(sljit_uw)7) macro
/third_party/backends/lib/
H A Dalloca.c140 #define ALIGN_SIZE sizeof(double) macro
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djmemmgr.c90 #define ALIGN_SIZE sizeof(double) macro
92 #define ALIGN_SIZE 32 /* Most of the SIMD instructions we support require macro
[all...]
/third_party/skia/third_party/externals/freetype/src/type1/
H A Dt1load.c313 #undef ALIGN_SIZE in FT_LOCAL_DEF() macro
314 #define ALIGN_SIZE( n ) \ in FT_LOCAL_DEF() macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/cert_mgr_deps/include/
H A Dcm_type.h55 #define ALIGN_SIZE(size) ((((uint32_t)(size) + 3) >> 2) << 2) macro
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttgxvar.c2250 #undef ALIGN_SIZE in FT_LOCAL_DEF() macro
2251 #define ALIGN_SIZE( n ) \ in FT_LOCAL_DEF() macro
/third_party/toybox/toys/pending/
H A Dxzcat.c1166 #define ALIGN_SIZE (1 << ALIGN_BITS) macro

Completed in 31 milliseconds