Searched refs:mms (Results 1 – 25 of 61) sorted by relevance
123
/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/chromium_org/third_party/mesa/src/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/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,
|
/external/qemu/distrib/jpeg-6b/ |
D | makvms.opt | 2 ! This file is needed by makefile.mms and makefile.vms,
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/ |
D | descrip.mms | 14 .include [----]mms-config.
|
/external/mesa3d/src/mesa/drivers/common/ |
D | descrip.mms | 14 .include [----]mms-config.
|
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/ |
D | descrip.mms | 15 .include [---]mms-config.
|
/external/mesa3d/src/mesa/drivers/osmesa/ |
D | descrip.mms | 18 .include [----]mms-config.
|
/external/mesa3d/src/mesa/math/ |
D | descrip.mms | 11 .include [---]mms-config.
|
/external/chromium_org/third_party/mesa/src/src/mesa/math/ |
D | descrip.mms | 11 .include [---]mms-config.
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
D | descrip.mms | 18 .include [----]mms-config.
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | descrip.mms | 18 .include [----]mms-config.
|
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/ |
D | descrip.mms | 16 .include [---]mms-config.
|
/external/mesa3d/src/mesa/vbo/ |
D | descrip.mms | 16 .include [---]mms-config.
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
D | descrip.mms | 16 .include [---]mms-config.
|
/external/mesa3d/src/mesa/tnl/ |
D | descrip.mms | 16 .include [---]mms-config.
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
D | descrip.mms | 13 .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.
|
123