Searched defs:mm (Results 1 - 25 of 79) sorted by relevance

1234

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h64 RuntimeDyldMachO(RTDyldMemoryManager *mm) : RuntimeDyldImpl(mm) {} argument
H A DRuntimeDyldELF.h67 RuntimeDyldELF(RTDyldMemoryManager *mm) argument
68 : RuntimeDyldImpl(mm), LoadedObject(0) {}
H A DRuntimeDyldImpl.h262 RuntimeDyldImpl(RTDyldMemoryManager *mm) : MemMgr(mm), HasError(false) {} argument
/external/svox/pico/lib/
H A Dpicoknow.c44 extern picoknow_KnowledgeBase picoknow_newKnowledgeBase(picoos_MemoryManager mm) argument
49 this = picoos_allocate(mm,sizeof(*this));
63 extern void picoknow_disposeKnowledgeBase(picoos_MemoryManager mm, picoknow_KnowledgeBase * this) argument
71 (*this)->subDeallocate((*this),mm);
73 picoos_deallocate(mm,(void**)this);
H A Dpicokdbg.c90 picoos_MemoryManager mm) {
92 picoos_deallocate(mm, (void *) &this->subObj);
105 this->subObj = picoos_allocate(common->mm, sizeof(kdbg_subobj_t));
89 kdbgSubObjDeallocate(register picoknow_KnowledgeBase this, picoos_MemoryManager mm) argument
H A Dpicokpdf.c194 pdfmul->meanpowUm = picoos_allocate(common->mm,nummean*sizeof(picoos_uint8));
195 pdfmul->ivarpow = picoos_allocate(common->mm,nummean*sizeof(picoos_uint8));
197 picoos_deallocate(common->mm,(void *) &(pdfmul->meanpowUm));
198 picoos_deallocate(common->mm,(void *) &(pdfmul->ivarpow));
274 picoos_MemoryManager mm) {
281 picoos_deallocate(mm,(void *) &(pdfmul->meanpowUm));
282 picoos_deallocate(mm,(void *) &(pdfmul->ivarpow));
283 picoos_deallocate(mm, (void *) &(this->subObj));
289 picoos_MemoryManager mm) {
291 picoos_deallocate(mm, (voi
273 kpdfMULSubObjDeallocate(register picoknow_KnowledgeBase this, picoos_MemoryManager mm) argument
288 kpdfDURSubObjDeallocate(register picoknow_KnowledgeBase this, picoos_MemoryManager mm) argument
296 kpdfPHSSubObjDeallocate(register picoknow_KnowledgeBase this, picoos_MemoryManager mm) argument
[all...]
H A Dpicokfst.c185 picoos_MemoryManager mm)
188 picoos_deallocate(mm, (void *) &this->subObj);
209 this->subObj = picoos_allocate(common->mm, sizeof(kfst_subobj_t));
216 picoos_deallocate(common->mm,(void **)&this->subObj);
184 kfstSubObjDeallocate(register picoknow_KnowledgeBase this, picoos_MemoryManager mm) argument
/external/guava/guava/src/com/google/common/collect/
H A DInterners.java58 CustomInterner(GenericMapMaker<? super E, Object> mm) { argument
59 this.map = mm
/external/icu4c/layout/
H A DLigatureSubstProc.cpp66 le_int16 mm = -1; local
88 stack[++mm] = componentGlyph;
96 while (mm >= 0) {
101 componentStack[m] = stack[mm--];
/external/kernel-headers/original/asm-arm/
H A Dpgalloc.h29 #define pmd_alloc_one(mm,addr) ({ BUG(); ((pmd_t *)2); })
31 #define pgd_populate(mm,pmd,pte) BUG()
33 extern pgd_t *get_pgd_slow(struct mm_struct *mm);
36 #define pgd_alloc(mm) get_pgd_slow(mm)
56 pte_alloc_one_kernel(struct mm_struct *mm, unsigned long addr) argument
70 pte_alloc_one(struct mm_struct *mm, unsigned long addr) argument
108 * of the mm address space.
113 pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmdp, pte_t *ptep) argument
126 pmd_populate(struct mm_struct *mm, pmd_ argument
[all...]
H A Dcacheflush.h14 #include <linux/mm.h>
103 * The arch/arm/mm/cache-*.S and arch/arm/mm/proc-*.S files
117 * flush_cache_user_mm(mm)
264 static inline void flush_cache_mm(struct mm_struct *mm) argument
266 if (cpu_isset(smp_processor_id(), mm->cpu_vm_mask))
298 extern void flush_cache_mm(struct mm_struct *mm);
/external/kernel-headers/original/asm-generic/
H A Dtlb.h6 * Based on code from mm/memory.c Copyright Linus Torvalds and others.
36 /* struct mmu_gather is an opaque type used by the mm code for passing around
40 struct mm_struct *mm; member in struct:mmu_gather
43 unsigned int fullmm; /* non-zero means full mm flush */
54 tlb_gather_mmu(struct mm_struct *mm, unsigned int full_mm_flush) argument
58 tlb->mm = mm;
146 #define tlb_migrate_finish(mm) do {} while (0)
H A Dpgtable.h11 * We hold the mm semaphore for reading, and the pte lock.
132 static inline void ptep_set_wrprotect(struct mm_struct *mm, unsigned long address, pte_t *ptep) argument
135 set_pte_at(mm, address, ptep, pte_wrprotect(old_pte));
155 #define pgd_offset_gate(mm, addr) pgd_offset(mm, addr)
195 * Do the tests inline, but report and clear the bad entry in mm/memory.c.
/external/kernel-headers/original/asm-mips/
H A Dpgalloc.h13 #include <linux/mm.h>
16 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, argument
22 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, argument
36 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) argument
47 static inline pgd_t *pgd_alloc(struct mm_struct *mm) argument
62 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) argument
67 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm, argument
77 static inline struct page *pte_alloc_one(struct mm_struct *mm, argument
90 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) argument
95 static inline void pte_free(struct mm_struct *mm, pgtable_ argument
120 pmd_alloc_one(struct mm_struct *mm, unsigned long address) argument
130 pmd_free(struct mm_struct *mm, pmd_t *pmd) argument
[all...]
/external/libnfc-nci/src/include/
H A DNfcAdaptation.h57 operator ThreadMutex& () {return mm;}
58 operator pthread_mutex_t* () {return (pthread_mutex_t*)mm;}
60 ThreadMutex &mm; member in class:AutoThreadMutex
/external/valgrind/main/memcheck/tests/
H A Daddressable.c15 static char *mm(char *addr, int size, int prot) function
35 char *m = mm(0, pgsz * 5, PROT_READ);
43 char *m = mm(0, pgsz * 5, PROT_READ|PROT_WRITE);
57 char *m = mm(0, pgsz * 5, PROT_READ|PROT_WRITE);
60 mm(&m[pgsz], pgsz, PROT_READ);
67 char *m = mm(0, pgsz * 5, PROT_READ|PROT_WRITE);
80 char *m = mm(0, pgsz * 5, PROT_READ|PROT_WRITE);
/external/blktrace/
H A Dstats.h36 static inline void minmax_init(struct minmax *mm) argument
38 mm->min = -1ULL;
39 mm->max = 0;
40 mm->sum = 0;
41 mm->sos = 0;
42 mm->num = 0;
45 static inline void minmax_account(struct minmax *mm, __u64 value) argument
47 mm->sum += value;
48 mm->sos += value * value;
49 if (value < mm
67 minmax_to_be(struct minmax *mm) argument
76 minmax_avg(struct minmax *mm) argument
81 minmax_var(struct minmax *mm) argument
88 minmax_print(FILE *fp, const char *s, struct minmax *mm) argument
[all...]
/external/kernel-headers/original/asm-x86/
H A Dpgtable-2level.h18 static inline void native_set_pte_at(struct mm_struct *mm, unsigned long addr, argument
29 #define set_pte_at(mm,addr,ptep,pteval) native_set_pte_at(mm, addr, ptep, pteval)
34 #define set_pte_present(mm,addr,ptep,pteval) set_pte_at(mm,addr,ptep,pteval)
36 #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0)
39 static inline void native_pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *xp) argument
H A Dtlbflush_32.h4 #include <linux/mm.h>
75 * - flush_tlb() flushes the current mm struct TLBs
77 * - flush_tlb_mm(mm) flushes the specified mm context TLB's
81 * - flush_tlb_others(cpumask, mm, va) flushes a TLBs on other cpus
98 static inline void flush_tlb_mm(struct mm_struct *mm) argument
100 if (mm == current->active_mm)
119 struct mm_struct *mm, unsigned long va)
142 void native_flush_tlb_others(const cpumask_t *cpumask, struct mm_struct *mm,
158 #define flush_tlb_others(mask, mm, v
118 native_flush_tlb_others(const cpumask_t *cpumask, struct mm_struct *mm, unsigned long va) argument
[all...]
/external/linux-tools-perf/
H A Dperf.h134 static inline unsigned int perf_mmap__read_head(struct perf_mmap *mm) argument
136 struct perf_event_mmap_page *pc = mm->base;
/external/openssh/
H A Dmonitor_mm.c61 mm_make_entry(struct mm_master *mm, struct mmtree *head, argument
66 if (mm->mmalloc == NULL)
69 tmp = mm_xmalloc(mm->mmalloc, sizeof(struct mm_share));
76 mm, tmp2, address, (u_long)size);
87 struct mm_master *mm; local
90 mm = xmalloc(sizeof(struct mm_master));
92 mm = mm_xmalloc(mmalloc, sizeof(struct mm_master));
99 mm->mmalloc = mmalloc;
105 mm->address = address;
106 mm
136 mm_destroy(struct mm_master *mm) argument
156 mm_xmalloc(struct mm_master *mm, size_t size) argument
170 mm_malloc(struct mm_master *mm, size_t size) argument
212 mm_free(struct mm_master *mm, void *address) argument
287 mm_sync_list(struct mmtree *oldtree, struct mmtree *newtree, struct mm_master *mm, struct mm_master *mmold) argument
308 struct mm_master *mm; local
342 mm_memvalid(struct mm_master *mm, void *address, size_t size) argument
[all...]
/external/qemu/telephony/
H A Dtest2.c73 int nn, mm = 0; local
78 temp[mm++] = c;
80 strcat( temp+mm, "<LF>" );
81 mm += 4;
84 strcat( temp+mm, "<CR>" );
85 mm += 4;
88 sprintf( temp+mm, "\\x%02x", c );
89 mm += strlen( temp+mm );
92 temp[mm]
[all...]
/external/valgrind/main/tests/
H A Ds390x_features.c168 model_info *mm = models + n; local
169 size_t len = strlen(mm->cpuinfo_name);
170 if (strncmp(mm->cpuinfo_name, model_name, len) == 0 &&
174 if (mm < model) model = mm;
/external/kernel-headers/original/linux/
H A Dbinfmts.h26 struct mm_struct *mm; member in struct:linux_binprm
/external/oprofile/module/x86/
H A Dop_syscalls.c72 struct mm_struct * mm; local
77 mm, then mm_users must be at least 2; we should never have to
80 if (!(mm = task->mm))
83 lock_mmap(mm);
89 for (map = mm->mmap; map; map = map->vm_next) {
98 for (map = mm->mmap; map; map = map->vm_next) {
109 unlock_mmap(mm);

Completed in 447 milliseconds

1234