Home
last modified time | relevance | path

Searched refs:mms (Results 1 – 25 of 33) sorted by relevance

12

/external/openssh/
Dmonitor_mm.c125 struct mm_share *mms, *next; in mm_freelist() local
127 for (mms = RB_ROOT(head); mms; mms = next) { in mm_freelist()
128 next = RB_NEXT(mmtree, head, mms); in mm_freelist()
129 RB_REMOVE(mmtree, head, mms); in mm_freelist()
131 free(mms); in mm_freelist()
133 mm_free(mmalloc, mms); in mm_freelist()
177 struct mm_share *mms, *tmp; in mm_malloc() local
186 RB_FOREACH(mms, mmtree, &mm->rb_free) { in mm_malloc()
187 if (mms->size >= size) in mm_malloc()
191 if (mms == NULL) in mm_malloc()
[all …]
/external/mesa3d/docs/
DREADME.VMS11 However, feel free to create the missing "decrip.mms-files" in the other
20 mesagl. For MMS the deafult makefile is called descrip.mms, and
22 all having mms somewhere in the name which all the makefiles need
38 compiler options in the descrip.mms files.
/external/zlib/src/amiga/
DMakefile.pup45 descrip.mms *.[ch]
49 zlib/Make????.??? zlib/Makefile.?? zlib/descrip.mms zlib/*.[ch]
/external/jpeg/
Dmakvms.opt2 ! This file is needed by makefile.mms and makefile.vms,
Dmakefile.ansi66 maktjpeg.st makefile.manx makefile.sas makefile.mms makefile.vms \
Dmakefile.vc63 maktjpeg.st makefile.manx makefile.sas makefile.mms makefile.vms \
Dmakefile.manx67 maktjpeg.st makefile.manx makefile.sas makefile.mms makefile.vms \
Dmakefile.wat65 maktjpeg.st makefile.manx makefile.sas makefile.mms makefile.vms &
Dmakefile.unix70 maktjpeg.st makefile.manx makefile.sas makefile.mms makefile.vms \
Dmakefile.dj66 maktjpeg.st makefile.manx makefile.sas makefile.mms makefile.vms \
/external/mesa3d/src/mesa/drivers/common/
Ddescrip.mms14 .include [----]mms-config.
/external/mesa3d/src/mesa/drivers/osmesa/
Ddescrip.mms18 .include [----]mms-config.
/external/mesa3d/src/mesa/swrast_setup/
Ddescrip.mms15 .include [---]mms-config.
/external/mesa3d/src/mesa/math/
Ddescrip.mms11 .include [---]mms-config.
/external/mesa3d/src/mesa/drivers/x11/
Ddescrip.mms18 .include [----]mms-config.
/external/mesa3d/src/mesa/vbo/
Ddescrip.mms16 .include [---]mms-config.
/external/mesa3d/src/mesa/tnl/
Ddescrip.mms16 .include [---]mms-config.
/external/mesa3d/src/mesa/program/
Ddescrip.mms13 .include [---]mms-config.
/external/zlib/src/old/
Ddescrip.mms1 # descrip.mms: MMS description file for building zlib on VMS
/external/zlib/src/
Dmake_vms.com172 $! Build the thing plain or with mms
417 $! If MMS/MMK are available dump out the descrip.mms if required
421 $ create descrip.mms
422 $ open/append out descrip.mms
/external/mesa3d/src/mesa/swrast/
Ddescrip.mms14 .include [---]mms-config.
/external/zlib/src/old/os2/
DMakefile.os250 DISTFILES = README INDEX ChangeLog configure Make*[a-z0-9] *.[ch] descrip.mms \
/external/libpng/scripts/
DREADME.txt56 descrip.mms => VMS makefile for MMS or MMK
Dmakevms.com50 $! Build the thing plain or with mms/mmk
/external/mesa3d/src/mesa/main/
Ddescrip.mms12 .include [---]mms-config.

12