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

/haiku-fatelf/headers/build/gcc-2.95.3/
H A Dva-spur.h24 int __pnt; member in struct:__anon16
30 ((pvar).__pnt = 0, (pvar).__regs = __va_regs.__regs, \
42 if ((pvar).__pnt >= 20) { \
43 __va_result = ( (type *) ((pvar).__stack + (pvar).__pnt - 20)); \
44 (pvar).__pnt += (sizeof(type) + 7) & ~7; \
46 else if ((pvar).__pnt + sizeof(type) > 20) { \
48 (pvar).__pnt = 20 + ( (sizeof(type) + 7) & ~7); \
52 __u.i[0] = *(int *) ((pvar).__regs + (pvar).__pnt); \
53 __u.i[1] = *(int *) ((pvar).__regs + (pvar).__pnt + 4); \
55 (pvar).__pnt
[all...]

Completed in 164 milliseconds