Searched defs:__va_next_o_limit (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dva-sparc.h41 __va_greg * __va_next_o_limit; /* past last available %o* register */ member in struct:__anon9225
79 AP.__va_next_o_limit = (AP.__va_next_o + \
81 AP.__va_next_fp = (__va_freg *) AP.__va_next_o_limit; \
109 AP.__va_next_o_limit = (AP.__va_next_o + \
111 AP.__va_next_fp = (__va_freg *) AP.__va_next_o_limit; \
123 AP.__va_next_o_limit = (AP.__va_next_o + \
125 AP.__va_next_fp = (__va_freg *) AP.__va_next_o_limit; \
211 if (pvar.__va_next_o < pvar.__va_next_o_limit) \
221 if (pvar.__va_next_o < pvar.__va_next_o_limit) \

Completed in 56 milliseconds