Home
last modified time | relevance | path

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

123

/external/openssh/
Dmonitor_mm.c121 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/
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/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,
/external/qemu/distrib/jpeg-6b/
Dmakvms.opt2 ! This file is needed by makefile.mms and makefile.vms,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
Ddescrip.mms14 .include [----]mms-config.
/external/mesa3d/src/mesa/drivers/common/
Ddescrip.mms14 .include [----]mms-config.
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/osmesa/
Ddescrip.mms18 .include [----]mms-config.
/external/mesa3d/src/mesa/swrast_setup/
Ddescrip.mms15 .include [---]mms-config.
/external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
Ddescrip.mms15 .include [---]mms-config.
/external/mesa3d/src/mesa/drivers/osmesa/
Ddescrip.mms18 .include [----]mms-config.
/external/mesa3d/src/mesa/math/
Ddescrip.mms11 .include [---]mms-config.
/external/chromium_org/third_party/mesa/src/src/mesa/math/
Ddescrip.mms11 .include [---]mms-config.
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
Ddescrip.mms18 .include [----]mms-config.
/external/mesa3d/src/mesa/drivers/x11/
Ddescrip.mms18 .include [----]mms-config.
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
Ddescrip.mms16 .include [---]mms-config.
/external/mesa3d/src/mesa/vbo/
Ddescrip.mms16 .include [---]mms-config.
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
Ddescrip.mms16 .include [---]mms-config.
/external/mesa3d/src/mesa/tnl/
Ddescrip.mms16 .include [---]mms-config.
/external/chromium_org/third_party/mesa/src/src/mesa/program/
Ddescrip.mms13 .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.

123