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

/illumos-gate/usr/src/ucbcmd/sbcp/
H A Dsbcp.s40 #define FUNC(x) \ define
130 FUNC(trap0)
160 FUNC(trap0rtn)
178 FUNC(nullsys)
186 FUNC(nosys)
/illumos-gate/usr/src/lib/libsaveargs/tests/testmatch/
H A Ddata.s16 #define FUNC(x) \ define
44 FUNC(gcc_mov_align)
56 FUNC(gcc_mov_basic)
67 FUNC(gcc_mov_noorder)
78 FUNC(gcc_mov_big_struct_ret)
89 FUNC(gcc_mov_struct_noorder)
100 FUNC(gcc_mov_big_struct_ret_and_spill)
112 FUNC(gcc_mov_small_struct_ret)
123 FUNC(gcc_mov_small_struct_ret_and_spill)
136 FUNC(gcc_mov_stack_spil
[all...]
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_core.c1642 #define FUNC strtoull /* Function to use */ macro
1643 #define FUNC_MAX ULLONG_MAX /* Largest value returned by FUNC */
1645 uint64_t value; /* Variable of FUNC return type */
1647 #define FUNC strtoul
1659 value = FUNC(str, endptr, 0);
1669 * the FUNC return type is a 64-bit value, while an Xword is
1670 * 32-bit. It is possible for FUNC to be able to convert a value
1681 #undef FUNC macro

Completed in 66 milliseconds