Searched refs:tmp_debug_t (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/lgpl3/gmp/dist/ |
H A D | tal-debug.c | 62 struct tmp_debug_t **markp, struct tmp_debug_t *mark, in __gmp_tmp_debug_mark() 93 struct tmp_debug_t **markp, in __gmp_tmp_debug_alloc() 96 struct tmp_debug_t *mark = *markp; in __gmp_tmp_debug_alloc() 118 struct tmp_debug_t **markp, in __gmp_tmp_debug_free() 121 struct tmp_debug_t *mark = *markp; in __gmp_tmp_debug_free()
|
H A D | gmp-impl.h | 428 struct tmp_debug_t { struct 438 __GMP_DECLSPEC void __gmp_tmp_debug_mark (const char *, int, struct tmp_debug_t **, argument 439 struct tmp_debug_t *, 442 struct tmp_debug_t **, const char *, 445 struct tmp_debug_t **, 461 struct tmp_debug_t __tmp_marker_struct; \ 463 struct tmp_debug_t *__tmp_marker = (struct tmp_debug_t *) 0
|