Searched refs:widen_to_long (Results 1 – 2 of 2) sorted by relevance
454 widen_to_long(tcp->u_arg[0]), in SYS_FUNC()463 widen_to_long(tcp->u_arg[0]), in SYS_FUNC()464 widen_to_long(tcp->u_arg[1]), in SYS_FUNC()
712 # define widen_to_long(v) (current_wordsize == 4 ? (long)(int32_t)(v) : (long)(v)) macro714 # define widen_to_long(v) ((long)(v)) macro