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

123

/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
H A Dpicoklex.c183 picoos_MemoryManager mm)
186 picoos_deallocate(mm, (void *) &this->subObj);
205 this->subObj = picoos_allocate(common->mm, sizeof(klex_subobj_t));
182 klexSubObjDeallocate(register picoknow_KnowledgeBase this, picoos_MemoryManager mm) argument
H A Dpicowa.c151 picoos_MemoryManager mm) {
153 picoos_deallocate(this->common->mm, (void *) &this->subObj);
155 mm = mm; /* avoid warning "var not used in this function"*/
160 picodata_ProcessingUnit picowa_newWordAnaUnit(picoos_MemoryManager mm, argument
167 this = picodata_newProcessingUnit(mm, common, cbIn, cbOut, voice);
177 this->subObj = picoos_allocate(mm, sizeof(wa_subobj_t));
179 picoos_deallocate(mm, (void *)&this);
150 waSubObjDeallocate(register picodata_ProcessingUnit this, picoos_MemoryManager mm) argument
H A Dpicoctrl.c263 picoos_MemoryManager mm) {
271 mm = mm; /* fix warning "var not used in this function"*/
274 picodata_disposeProcessingUnit(this->common->mm,&ctrl->procUnit[i]);
275 picodata_disposeCharBuffer(this->common->mm, &ctrl->procCbOut[i]);
278 picoos_deallocate(this->common->mm, (void *) &this->subObj);
325 ctrl->procCbOut[newPU] = picodata_newCharBuffer(this->common->mm,
339 ctrl->procUnit[newPU] = picotok_newTokenizeUnit(this->common->mm,
344 ctrl->procUnit[newPU] = picopr_newPreprocUnit(this->common->mm,
349 ctrl->procUnit[newPU] = picowa_newWordAnaUnit(this->common->mm,
262 ctrlSubObjDeallocate(register picodata_ProcessingUnit this, picoos_MemoryManager mm) argument
420 picoctrl_newControl(picoos_MemoryManager mm, picoos_Common common, picodata_CharBuffer cbIn, picodata_CharBuffer cbOut, picorsrc_Voice voice) argument
484 picoctrl_disposeControl(picoos_MemoryManager mm, picodata_ProcessingUnit * this) argument
574 picoctrl_newEngine(picoos_MemoryManager mm, picorsrc_ResourceManager rm, const picoos_char * voiceName) argument
663 picoctrl_disposeEngine(picoos_MemoryManager mm, picorsrc_ResourceManager rm, picoctrl_Engine * this) argument
[all...]
H A Dpicoos.h126 picoos_MemoryManager mm; member in struct:picoos_common
130 picoos_Common picoos_newCommon(picoos_MemoryManager mm);
132 void picoos_disposeCommon(picoos_MemoryManager mm, picoos_Common * this);
161 void picoos_disposeMemoryManager(picoos_MemoryManager * mm);
174 void *picoos_allocProtMem(picoos_MemoryManager mm, picoos_objsize_t byteSize);
179 void picoos_deallocProtMem(picoos_MemoryManager mm, void **addr);
187 picoos_MemoryManager mm,
221 picoos_ExceptionManager picoos_newExceptionManager(picoos_MemoryManager mm);
223 void picoos_disposeExceptionManager(picoos_MemoryManager 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);
H A Dtlbflush.h179 * The arch/arm/mm/tlb-*.S files implement these methods.
190 * flush_tlb_mm(mm)
194 * - mm - mm_struct describing address space
196 * flush_tlb_range(mm,start,end)
200 * - mm - mm_struct describing address space
262 static inline void local_flush_tlb_mm(struct mm_struct *mm) argument
265 const int asid = ASID(mm);
271 if (cpu_isset(smp_processor_id(), mm->cpu_vm_mask)) {
411 extern void flush_tlb_mm(struct mm_struct *mm);
428 #define flush_tlb_pgtables(mm,star
[all...]
/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/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/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/kernel-headers/original/linux/
H A Dbinfmts.h26 struct mm_struct *mm; member in struct:linux_binprm
H A Dmempolicy.h118 * Maintain the policies in a pseudo mm that contains vmas. The vmas
119 * carry the policy. As a special twist the pseudo mm is indexed in pages, not
149 extern void mpol_rebind_mm(struct mm_struct *mm, nodemask_t *new);
173 int do_migrate_pages(struct mm_struct *mm,
248 static inline void mpol_rebind_mm(struct mm_struct *mm, nodemask_t *new) argument
264 static inline int do_migrate_pages(struct mm_struct *mm, argument
/external/opencore/codecs_v2/video/m4v_h263/enc/src/
H A Dsad_inline.h371 register int32 mm = mask; local
385 "r"(mm));
396 register int32 mm = mask; local
409 "r"(mm));
/external/webkit/JavaScriptCore/wtf/wince/
H A DMemoryManager.cpp39 static MemoryManager mm; local
40 return &mm;
/external/openssl/crypto/
H A Dmem_dbg.c419 MEM *m,*mm; local
486 if ((mm=(MEM *)lh_insert(mh,(char *)m)) != NULL)
489 if (mm->app_info != NULL)
491 mm->app_info->references--;
493 OPENSSL_free(mm);
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h524 mm, /* minute */ member in struct:__anon827
/external/freetype/src/psaux/
H A Dt1decode.c806 FT_UInt num_points, nn, mm; local
848 for ( mm = 1; mm < blend->num_designs; mm++ )
849 tmp += FT_MulFix( *delta++, blend->weight_vector[mm] );

Completed in 216 milliseconds

123