Home
last modified time | relevance | path

Searched refs:HAVE_POSIX_MEMALIGN (Results 1 – 20 of 20) sorted by relevance

/third_party/pixman/
Dconfig.h59 #define HAVE_POSIX_MEMALIGN 1 macro
Dconfigure.ac882 AC_DEFINE(HAVE_POSIX_MEMALIGN, 1, [Whether we have posix_memalign()]) definition
/third_party/e2fsprogs/util/
Dandroid_config.h49 # define HAVE_POSIX_MEMALIGN 1 macro
/third_party/mesa3d/src/util/
Dos_memory_aligned.h51 #if defined(HAVE_POSIX_MEMALIGN)
/third_party/e2fsprogs/lib/ext2fs/
Dinline.c53 #ifdef HAVE_POSIX_MEMALIGN in ext2fs_get_memalign()
/third_party/pulseaudio/include/
Dconfig.h153 #define HAVE_POSIX_MEMALIGN 1 macro
/third_party/pulseaudio/src/pulsecore/
Dshm.c125 #elif defined(HAVE_POSIX_MEMALIGN) in privatemem_create()
252 #elif defined(HAVE_POSIX_MEMALIGN) in privatemem_free()
/third_party/glib/
Dconfig.h170 #define HAVE_POSIX_MEMALIGN 1 macro
Dmeson.build636 glib_conf.set('HAVE_POSIX_MEMALIGN', 1)
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb.hh219 #undef HAVE_POSIX_MEMALIGN
553 #if !defined(posix_memalign) && !defined(HAVE_POSIX_MEMALIGN)
/third_party/e2fsprogs/lib/
Dconfig.h366 #define HAVE_POSIX_MEMALIGN 1 macro
Dconfig.h.in266 #undef HAVE_POSIX_MEMALIGN
/third_party/glib/glib/
Dgslice.c22 #if defined(HAVE_POSIX_MEMALIGN) && !defined(_XOPEN_SOURCE)
473 #if HAVE_POSIX_MEMALIGN || HAVE_MEMALIGN in g_slice_init_nomessage()
1566 #if !(HAVE_POSIX_MEMALIGN || HAVE_MEMALIGN || HAVE_VALLOC)
1578 #if HAVE_POSIX_MEMALIGN in allocator_memalign()
1623 #if HAVE_POSIX_MEMALIGN || HAVE_MEMALIGN || HAVE_VALLOC in allocator_memfree()
Dgvariant-core.c625 #ifdef HAVE_POSIX_MEMALIGN in g_variant_new_from_bytes()
/third_party/ffmpeg/libavutil/
Dmem.c84 #if HAVE_POSIX_MEMALIGN in av_malloc()
/third_party/mesa3d/src/gallium/frontends/clover/api/
Dmemory.cpp535 #if HAVE_POSIX_MEMALIGN in clSVMAlloc()
/third_party/e2fsprogs/misc/
Dbadblocks.c132 #ifdef HAVE_POSIX_MEMALIGN in allocate_buffer()
/third_party/pixman/test/
Dutils.c1008 #ifdef HAVE_POSIX_MEMALIGN in aligned_malloc()
/third_party/f2fs-tools/tools/sg_write_buffer/
Dsg_lib.c3403 #ifdef HAVE_POSIX_MEMALIGN in sg_memalign()
/third_party/glib/glib/tests/
Dgvariant.c1340 #ifdef HAVE_POSIX_MEMALIGN in align_malloc()