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

  /src/sys/arch/x68k/stand/loadbsd/
trampoline.h 27 void *tmp_stack; member in struct:tramparg
  /src/external/lgpl3/gmp/dist/
tal-notreent.c 35 struct tmp_stack struct
39 struct tmp_stack *prev;
41 typedef struct tmp_stack tmp_stack; typedef in typeref:struct:tmp_stack
47 static tmp_stack xxx = {&xxx, &xxx, 0};
48 static tmp_stack *current = &xxx;
51 #define HSIZ ROUND_UP_MULTIPLE (sizeof (tmp_stack), __TMP_ALIGN)
67 tmp_stack *header;
92 header = (tmp_stack *) chunk;
121 tmp_stack *tmp
    [all...]

Completed in 16 milliseconds