HomeSort by: relevance | last modified time | path
    Searched refs:tmp_debug_t (Results 1 - 2 of 2) sorted by relevancy

  /src/external/lgpl3/gmp/dist/
tal-debug.c 45 A marker is a "struct tmp_debug_t *" so that TMP_DECL can initialize it
54 It'd be possible to keep a global list of active "struct tmp_debug_t"
62 struct tmp_debug_t **markp, struct tmp_debug_t *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;
gmp-impl.h 428 struct tmp_debug_t { struct
438 __GMP_DECLSPEC void __gmp_tmp_debug_mark (const char *, int, struct tmp_debug_t **,
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

Completed in 20 milliseconds