Home
last modified time | relevance | path

Searched refs:GLIB_HAVE_ALLOCA_H (Results 1 – 8 of 8) sorted by relevance

/third_party/glib/glib/
Dgalloca.h34 #if defined(__BIONIC__) && defined (GLIB_HAVE_ALLOCA_H)
40 #elif defined (GLIB_HAVE_ALLOCA_H)
Dglibconfig.h13 #define GLIB_HAVE_ALLOCA_H macro
Dglibconfig.h.in13 #mesondefine GLIB_HAVE_ALLOCA_H
/third_party/gstreamer/gstreamer/gst/printf/
DREADME51 by an #if defined(alloca) || defined(GLIB_HAVE_ALLOCA_H)
Dvasnprintf.c70 #if defined (alloca) || defined (GLIB_HAVE_ALLOCA_H)
/third_party/glib/docs/reference/glib/
Dglib-sections.txt914 GLIB_HAVE_ALLOCA_H
/third_party/glib/
Dmeson.build1739 glibconfig_conf.set('GLIB_HAVE_ALLOCA_H', true)
/third_party/gstreamer/gstreamer/
DChangeLog42206 Don't use just GLIB_HAVE_ALLOCA_H to check if alloca is available,
42208 too irrespective of GLIB_HAVE_ALLOCA_H.