Searched refs:mms (Results 1 – 25 of 33) sorted by relevance
12
/external/openssh/ |
D | monitor_mm.c | 125 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/ |
D | README.VMS | 11 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/ |
D | Makefile.pup | 45 descrip.mms *.[ch] 49 zlib/Make????.??? zlib/Makefile.?? zlib/descrip.mms zlib/*.[ch]
|
/external/jpeg/ |
D | makvms.opt | 2 ! This file is needed by makefile.mms and makefile.vms,
|
D | makefile.ansi | 66 maktjpeg.st makefile.manx makefile.sas makefile.mms makefile.vms \
|
D | makefile.vc | 63 maktjpeg.st makefile.manx makefile.sas makefile.mms makefile.vms \
|
D | makefile.manx | 67 maktjpeg.st makefile.manx makefile.sas makefile.mms makefile.vms \
|
D | makefile.wat | 65 maktjpeg.st makefile.manx makefile.sas makefile.mms makefile.vms &
|
D | makefile.unix | 70 maktjpeg.st makefile.manx makefile.sas makefile.mms makefile.vms \
|
D | makefile.dj | 66 maktjpeg.st makefile.manx makefile.sas makefile.mms makefile.vms \
|
/external/mesa3d/src/mesa/drivers/common/ |
D | descrip.mms | 14 .include [----]mms-config.
|
/external/mesa3d/src/mesa/drivers/osmesa/ |
D | descrip.mms | 18 .include [----]mms-config.
|
/external/mesa3d/src/mesa/swrast_setup/ |
D | descrip.mms | 15 .include [---]mms-config.
|
/external/mesa3d/src/mesa/math/ |
D | descrip.mms | 11 .include [---]mms-config.
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | descrip.mms | 18 .include [----]mms-config.
|
/external/mesa3d/src/mesa/vbo/ |
D | descrip.mms | 16 .include [---]mms-config.
|
/external/mesa3d/src/mesa/tnl/ |
D | descrip.mms | 16 .include [---]mms-config.
|
/external/mesa3d/src/mesa/program/ |
D | descrip.mms | 13 .include [---]mms-config.
|
/external/zlib/src/old/ |
D | descrip.mms | 1 # descrip.mms: MMS description file for building zlib on VMS
|
/external/zlib/src/ |
D | make_vms.com | 172 $! 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/ |
D | descrip.mms | 14 .include [---]mms-config.
|
/external/zlib/src/old/os2/ |
D | Makefile.os2 | 50 DISTFILES = README INDEX ChangeLog configure Make*[a-z0-9] *.[ch] descrip.mms \
|
/external/libpng/scripts/ |
D | README.txt | 56 descrip.mms => VMS makefile for MMS or MMK
|
D | makevms.com | 50 $! Build the thing plain or with mms/mmk
|
/external/mesa3d/src/mesa/main/ |
D | descrip.mms | 12 .include [---]mms-config.
|
12