Searched refs:markp (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/
H A Dtal-reent.c55 __gmp_tmp_reentrant_alloc (struct tmp_reentrant_t **markp, size_t size) argument
65 P->next = *markp;
66 *markp = P;
H A Dtal-debug.c62 struct tmp_debug_t **markp, struct tmp_debug_t *mark,
73 if (*markp != NULL)
85 *markp = mark;
93 struct tmp_debug_t **markp,
96 struct tmp_debug_t *mark = *markp;
118 struct tmp_debug_t **markp,
121 struct tmp_debug_t *mark = *markp;
149 *markp = NULL;
61 __gmp_tmp_debug_mark(const char *file, int line, struct tmp_debug_t **markp, struct tmp_debug_t *mark, const char *decl_name, const char *mark_name) argument
92 __gmp_tmp_debug_alloc(const char *file, int line, int dummy, struct tmp_debug_t **markp, const char *decl_name, size_t size) argument
117 __gmp_tmp_debug_free(const char *file, int line, int dummy, struct tmp_debug_t **markp, const char *decl_name, const char *free_name) argument
/netbsd-current/bin/sh/
H A Dmemalloc.c119 struct stackmark *markp; variable in typeref:struct:stackmark
175 mark->marknext = markp;
176 markp = mark;
184 markp = mark->marknext; /* delete mark from the list */
245 xmark = markp;

Completed in 162 milliseconds