Home
last modified time | relevance | path

Searched refs:msp (Results 1 – 25 of 33) sorted by relevance

12

/external/dlmalloc/
Dmalloc.h550 size_t destroy_mspace(mspace msp);
574 int mspace_track_large_chunks(mspace msp, int enable);
581 struct mallinfo mspace_mallinfo(mspace msp);
593 void* mspace_malloc(mspace msp, size_t bytes);
594 void mspace_free(mspace msp, void* mem);
595 void* mspace_calloc(mspace msp, size_t n_elements, size_t elem_size);
596 void* mspace_realloc(mspace msp, void* mem, size_t newsize);
597 void* mspace_realloc_in_place(mspace msp, void* mem, size_t newsize);
598 void* mspace_memalign(mspace msp, size_t alignment, size_t bytes);
599 void** mspace_independent_calloc(mspace msp, size_t n_elements,
[all …]
Dmalloc.c1293 DLMALLOC_EXPORT size_t destroy_mspace(mspace msp);
1317 DLMALLOC_EXPORT int mspace_track_large_chunks(mspace msp, int enable);
1324 DLMALLOC_EXPORT void* mspace_malloc(mspace msp, size_t bytes);
1334 DLMALLOC_EXPORT void mspace_free(mspace msp, void* mem);
1345 DLMALLOC_EXPORT void* mspace_realloc(mspace msp, void* mem, size_t newsize);
1351 DLMALLOC_EXPORT void* mspace_calloc(mspace msp, size_t n_elements, size_t elem_size);
1357 DLMALLOC_EXPORT void* mspace_memalign(mspace msp, size_t alignment, size_t bytes);
1363 DLMALLOC_EXPORT void** mspace_independent_calloc(mspace msp, size_t n_elements,
1370 DLMALLOC_EXPORT void** mspace_independent_comalloc(mspace msp, size_t n_elements,
1377 DLMALLOC_EXPORT size_t mspace_footprint(mspace msp);
[all …]
/external/libgsm/src/
Dpreprocess.c49 word msp, lsp; variable
91 msp = SASR( L_z2, 15 );
92 lsp = L_z2-((longword)msp<<15); /* gsm_L_sub(L_z2,(msp<<15)); */
95 L_temp = (longword)msp * 32735; /* GSM_L_MULT(msp,32735) >> 1;*/
105 msp = GSM_MULT_R( mp, -28180 );
107 *so++ = GSM_ADD( mp, msp );
/external/blktrace/
Dblkparse.c2318 static void ms_sort(struct ms_stream *msp);
2319 static int ms_prime(struct ms_stream *msp);
2321 static inline struct trace *ms_peek(struct ms_stream *msp) in ms_peek() argument
2323 return (msp == NULL) ? NULL : msp->first; in ms_peek()
2326 static inline __u64 ms_peek_time(struct ms_stream *msp) in ms_peek_time() argument
2328 return ms_peek(msp)->bit->time; in ms_peek_time()
2331 static inline void ms_resort(struct ms_stream *msp) in ms_resort() argument
2333 if (msp->next && ms_peek_time(msp) > ms_peek_time(msp->next)) { in ms_resort()
2334 ms_head = msp->next; in ms_resort()
2335 msp->next = NULL; in ms_resort()
[all …]
/external/swiftshader/third_party/LLVM/test/MC/ARM/
Dthumb2-mclass.s19 mrs r0, msp
34 @ CHECK: mrs r0, msp @ encoding: [0xef,0xf3,0x08,0x80]
53 msr msp, r0
68 @ CHECK: msr msp, r0 @ encoding: [0x80,0xf3,0x08,0x80]
/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c1037 size_t destroy_mspace(mspace msp);
1054 void* mspace_malloc(mspace msp, size_t bytes);
1064 void mspace_free(mspace msp, void* mem);
1075 void* mspace_realloc(mspace msp, void* mem, size_t newsize);
1081 void* mspace_calloc(mspace msp, size_t n_elements, size_t elem_size);
1087 void* mspace_memalign(mspace msp, size_t alignment, size_t bytes);
1093 void** mspace_independent_calloc(mspace msp, size_t n_elements,
1100 void** mspace_independent_comalloc(mspace msp, size_t n_elements,
1107 size_t mspace_footprint(mspace msp);
1113 size_t mspace_max_footprint(mspace msp);
[all …]
/external/libffi/src/
Ddlmalloc.c1032 size_t destroy_mspace(mspace msp);
1049 void* mspace_malloc(mspace msp, size_t bytes);
1059 void mspace_free(mspace msp, void* mem);
1070 void* mspace_realloc(mspace msp, void* mem, size_t newsize);
1076 void* mspace_calloc(mspace msp, size_t n_elements, size_t elem_size);
1082 void* mspace_memalign(mspace msp, size_t alignment, size_t bytes);
1088 void** mspace_independent_calloc(mspace msp, size_t n_elements,
1095 void** mspace_independent_comalloc(mspace msp, size_t n_elements,
1102 size_t mspace_footprint(mspace msp);
1108 size_t mspace_max_footprint(mspace msp);
[all …]
/external/llvm/test/MC/ARM/
Dthumb2-mclass.s20 mrs r0, msp
32 @ CHECK: mrs r0, msp @ encoding: [0xef,0xf3,0x08,0x80]
52 msr msp, r0
76 @ CHECK: msr msp, r0 @ encoding: [0x80,0xf3,0x08,0x88]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Dthumb2-mclass.s20 mrs r0, msp
32 @ CHECK: mrs r0, msp @ encoding: [0xef,0xf3,0x08,0x80]
52 msr msp, r0
76 @ CHECK: msr msp, r0 @ encoding: [0x80,0xf3,0x08,0x88]
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/ARM/
Dmacho-v7m.test8 msr msp, r0
12 @ CHECK: msr msp, r0
/external/llvm/test/tools/llvm-objdump/ARM/
Dmacho-v7m.test8 msr msp, r0
12 @ CHECK: msr msp, r0
/external/capstone/suite/MC/ARM/
Dthumb2-mclass.s.cs9 0xef,0xf3,0x08,0x80 = mrs r0, msp
35 0x80,0xf3,0x08,0x88 = msr msp, r0
/external/llvm/test/MC/Disassembler/ARM/
Dthumb-MSR-MClass.txt14 # CHECK: mrs r0, msp
77 # CHECK: msr msp, r0
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/ARM/
Dthumb-MSR-MClass.txt14 # CHECK: mrs r0, msp
77 # CHECK: msr msp, r0
/external/llvm/test/CodeGen/ARM/
Dspecial-reg-mcore.ll18 ; MCORE: mrs r1, msp
78 ; MCORE: msr msp, r0
137 !19 = !{!"msp"}
Dspecial-reg-v8m-base.ll16 ; CHECK: mrs r1, msp
80 ; CHECK: msr msp, r0
131 !19 = !{!"msp"}
Dspecial-reg-v8m-main.ll16 ; MAINLINE: mrs r1, msp
112 ; MAINLINE: msr msp, r0
195 !19 = !{!"msp"}
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dspecial-reg-v8m-base.ll16 ; CHECK: mrs r1, msp
80 ; CHECK: msr msp, r0
131 !19 = !{!"msp"}
Dspecial-reg-mcore.ll18 ; MCORE: mrs r1, msp @ encoding: [0xef,0xf3,0x08,0x81]
78 ; MCORE: msr msp, r0 @ encoding: [0x80,0xf3,0x08,0x88]
137 !19 = !{!"msp"}
Dspecial-reg-v8m-main.ll16 ; MAINLINE: mrs r1, msp
109 ; MAINLINE: msr msp, r0
190 !19 = !{!"msp"}
/external/virglrenderer/src/
Dvrend_formats.c497 float msp[2]; in vrend_renderer_query_multisample_caps() local
499 glGetMultisamplefv(GL_SAMPLE_POSITION, k, msp); in vrend_renderer_query_multisample_caps()
500 compressed = ((unsigned)(floor(msp[0] * 16.0f)) & 0xf) << 4; in vrend_renderer_query_multisample_caps()
501 compressed |= ((unsigned)(floor(msp[1] * 16.0f)) & 0xf); in vrend_renderer_query_multisample_caps()
/external/pdfium/
Dpdfiumfpdfapi.bp44 "core/fpdfapi/cmaps/Japan1/90msp-RKSJ-H_2.cpp",
45 "core/fpdfapi/cmaps/Japan1/90msp-RKSJ-V_2.cpp",
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
DARMGenSystemRegister.inc60 msp = 2056,
273 { "msp", 0x808, 0x108, 0x808, {} }, // 19
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMSystemRegister.td70 def : MClassSysReg<0, 0, 1, 0x808, "msp">;
/external/tcpdump/
DCHANGES1050 (martin@msp.se)
1122 (martin@msp.se). Also print code value when unknown for icmp redirect

12