Searched refs:mms (Results 1 – 25 of 41) sorted by relevance
12
/external/openssh/ |
D | monitor_mm.c | 121 struct mm_share *mms, *next; in mm_freelist() local 123 for (mms = RB_ROOT(head); mms; mms = next) { in mm_freelist() 124 next = RB_NEXT(mmtree, head, mms); in mm_freelist() 125 RB_REMOVE(mmtree, head, mms); in mm_freelist() 127 xfree(mms); in mm_freelist() 129 mm_free(mmalloc, mms); in mm_freelist() 172 struct mm_share *mms, *tmp; in mm_malloc() local 181 RB_FOREACH(mms, mmtree, &mm->rb_free) { in mm_malloc() 182 if (mms->size >= size) in mm_malloc() 186 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/webkit/Tools/android/flex-2.5.4a/MISC/VMS/ |
D | README.VMS | 15 makefile will be found as descrip.mms in the current directory.) 22 2.5) possibly edit descrip.mms to uncomment `SET COMMAND' for GCCINIT, 76 build.com -- DCL command procedure as alternative to descrip.mms; 77 descrip.mms -- 2.5.x makefile for use with MMS or MMK (see step #1);
|
D | descrip.mms | 1 # descrip.mms -- makefile for building `flex' using MMS or MMK on VMS; 5 MAKEFILE = descrip.mms # from [.MISC.VMS] 39 # mms/macro=("xxxC=1","zzz_parser=1"), where "zzz_parser" is 306 # @- if f$search("descrip.mms").nes."" .and.- 307 # f$search("$(VMSDIR)descrip.mms").nes."" then $(REMOVE) descrip.mms;*
|
/external/zlib/src/amiga/ |
D | Makefile.pup | 45 descrip.mms *.[ch] 49 zlib/Make????.??? zlib/Makefile.?? zlib/descrip.mms zlib/*.[ch]
|
/external/qemu/distrib/jpeg-6b/ |
D | makvms.opt | 2 ! This file is needed by makefile.mms and makefile.vms,
|
D | makefile.manx | 67 maktjpeg.st makefile.manx makefile.sas makefile.mms 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.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/jpeg/ |
D | makvms.opt | 2 ! This file is needed by makefile.mms and 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.ansi | 66 maktjpeg.st makefile.manx makefile.sas makefile.mms makefile.vms \
|
D | makefile.dj | 66 maktjpeg.st makefile.manx makefile.sas makefile.mms makefile.vms \
|
D | makefile.sas | 75 maktjpeg.st makefile.manx makefile.sas makefile.mms makefile.vms \
|
D | makefile.wat | 65 maktjpeg.st makefile.manx makefile.sas makefile.mms makefile.vms &
|
/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/expat/ |
D | MANIFEST | 121 vms/descrip.mms
|
/external/libpng/scripts/ |
D | makevms.com | 50 $! Build the thing plain or with mms/mmk
|
D | README.txt | 63 descrip.mms => VMS makefile for MMS or MMK
|
/external/zlib/src/old/os2/ |
D | Makefile.os2 | 50 DISTFILES = README INDEX ChangeLog configure Make*[a-z0-9] *.[ch] descrip.mms \
|
12