Searched refs:DIR (Results 1 - 25 of 511) sorted by relevance

1234567891011>>

/xsrc/external/mit/fontconfig/dist/src/
H A Dfcwindows.h80 typedef struct DIR DIR; typedef in typeref:struct:DIR
97 DIR * FcCompatOpendirWin32 (const char *dirname);
99 struct dirent * FcCompatReaddirWin32 (DIR *dir);
101 int FcCompatClosedirWin32 (DIR *dir);
H A Dfccompat.c297 struct DIR { struct
304 FcPrivate DIR *
309 DIR *dir;
311 dir = calloc (1, sizeof (struct DIR));
347 FcCompatReaddirWin32 (DIR *dir)
368 FcCompatClosedirWin32 (DIR *dir)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
H A Dm_matrix.h199 #define TRANSFORM_DIRECTION( TO, DIR, MAT ) \
201 TO[0] = DIR[0] * MAT[0] + DIR[1] * MAT[4] + DIR[2] * MAT[8]; \
202 TO[1] = DIR[0] * MAT[1] + DIR[1] * MAT[5] + DIR[2] * MAT[9]; \
203 TO[2] = DIR[0] * MAT[2] + DIR[1] * MAT[6] + DIR[
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/math/
H A Dm_matrix.h205 #define TRANSFORM_DIRECTION( TO, DIR, MAT ) \
207 TO[0] = DIR[0] * MAT[0] + DIR[1] * MAT[4] + DIR[2] * MAT[8]; \
208 TO[1] = DIR[0] * MAT[1] + DIR[1] * MAT[5] + DIR[2] * MAT[9]; \
209 TO[2] = DIR[0] * MAT[2] + DIR[1] * MAT[6] + DIR[
[all...]
/xsrc/external/mit/brotli/dist/
H A Dconfigure-cmake111 --bindir=DIR user executables [PREFIX/bin]
112 --sbindir=DIR system admin executables [PREFIX/sbin]
113 --libexecdir=DIR program executables [PREFIX/libexec]
114 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
115 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
116 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
117 --libdir=DIR object code libraries [PREFIX/lib]
118 --includedir=DIR C header files [PREFIX/include]
119 --oldincludedir=DIR C header files for non-gcc [/usr/include]
120 --datarootdir=DIR rea
[all...]
/xsrc/external/mit/mesa-demos/dist/m4/
H A Dac_define_dir.m47 # AC_DEFINE_DIR(VARNAME, DIR [, DESCRIPTION])
11 # This macro sets VARNAME to the expansion of the DIR variable, taking
/xsrc/external/mit/xf86-video-intel/dist/m4/
H A Dac_define_dir.m47 # AC_DEFINE_DIR(VARNAME, DIR [, DESCRIPTION])
11 # This macro sets VARNAME to the expansion of the DIR variable, taking
/xsrc/external/mit/xf86-video-intel-2014/dist/m4/
H A Dac_define_dir.m47 # AC_DEFINE_DIR(VARNAME, DIR [, DESCRIPTION])
11 # This macro sets VARNAME to the expansion of the DIR variable, taking
/xsrc/external/mit/xorg-server/dist/m4/
H A Dac_define_dir.m47 # AC_DEFINE_DIR(VARNAME, DIR [, DESCRIPTION])
11 # This macro sets VARNAME to the expansion of the DIR variable, taking
/xsrc/external/mit/xorg-server.old/dist/m4/
H A Dac_define_dir.m47 # AC_DEFINE_DIR(VARNAME, DIR [, DESCRIPTION])
11 # This macro sets VARNAME to the expansion of the DIR variable, taking
/xsrc/external/mit/xf86-video-intel-old/dist/src/reg_dumper/
H A Dlid.c57 DIR *button_dir;
58 DIR *lid_dir;
/xsrc/external/mit/libdrm/dist/tests/ttmtest/
H A Dconfigure.ac16 AC_HELP_STRING([--with-libdrm=DIR],
/xsrc/external/mit/fontconfig/dist/
H A Dconfigure.ac241 [AS_HELP_STRING([--with-libiconv=DIR],[Use libiconv in DIR])],
249 [AS_HELP_STRING([--with-libiconv-includes=DIR],[Use libiconv includes in DIR])],
253 [AS_HELP_STRING([--with-libiconv-lib=DIR],[Use libiconv library in DIR])],
338 [AS_HELP_STRING([--with-expat=DIR],[Use Expat in DIR])],
342 [AS_HELP_STRING([--with-expat-includes=DIR],[Use Expat includes in DIR])],
[all...]
H A DTools.mk26 DIR=fc-$(TAG) macro
30 TOOL=$(srcdir)/$(DIR).py
/xsrc/external/mit/libXpm/dist/m4/
H A Dax_define_dir.m47 # AX_DEFINE_DIR(VARNAME, DIR [, DESCRIPTION])
11 # This macro sets VARNAME to the expansion of the DIR variable, taking
/xsrc/external/mit/libXt/dist/m4/
H A Dax_define_dir.m47 # AX_DEFINE_DIR(VARNAME, DIR [, DESCRIPTION])
11 # This macro sets VARNAME to the expansion of the DIR variable, taking
/xsrc/external/mit/libX11/dist/m4/
H A Dax_define_dir.m47 # AX_DEFINE_DIR(VARNAME, DIR [, DESCRIPTION])
11 # This macro sets VARNAME to the expansion of the DIR variable, taking
/xsrc/external/mit/libvdpau/dist/test/
H A Ddlclose.c14 DIR *dir = opendir("/proc/self/fd");
/xsrc/external/mit/xfs/dist/m4/
H A Dax_define_dir.m47 # AX_DEFINE_DIR(VARNAME, DIR [, DESCRIPTION])
11 # This macro sets VARNAME to the expansion of the DIR variable, taking
/xsrc/external/mit/xload/dist/m4/
H A Dax_define_dir.m47 # AX_DEFINE_DIR(VARNAME, DIR [, DESCRIPTION])
11 # This macro sets VARNAME to the expansion of the DIR variable, taking
/xsrc/external/mit/xmh/dist/
H A Dmiscfuncs.c46 register DIR *Dp = NULL;
/xsrc/external/mit/xdm/dist/m4/
H A Dax_define_dir.m47 # AX_DEFINE_DIR(VARNAME, DIR [, DESCRIPTION])
11 # This macro sets VARNAME to the expansion of the DIR variable, taking
/xsrc/external/mit/MesaLib/dist/src/drm-shim/
H A Ddrm_shim.c64 DIR *fake_dev_dri = (void *)&opendir_set;
497 PUBLIC DIR *
502 DIR *dir = real_opendir(name);
507 * mkdir("/dev/dri"). Return a fake DIR pointer for that.
524 readdir(DIR *dir)
552 readdir64(DIR *dir)
577 closedir(DIR *dir)
/xsrc/external/mit/xcb-proto/dist/
H A Dpy-compile65 Usage: py-compile [--help] [--version] [--basedir DIR] [--destdir DIR] FILES..."
/xsrc/external/mit/font-util/dist/
H A Dconfigure.ac42 AC_ARG_WITH(fontrootdir, [AS_HELP_STRING([--with-fontrootdir=DIR],
49 AC_ARG_WITH(mapdir, [AS_HELP_STRING([--with-mapdir=DIR],

Completed in 57 milliseconds

1234567891011>>