HomeSort by relevance Sort by last modified time
    Searched refs:widen_to_long (Results 1 - 2 of 2) sorted by null

  /external/strace/
defs.h 792 * We probably need to use widen_to_long() instead:
795 # define widen_to_long(v) (current_wordsize == 4 ? (long)(int32_t)(v) : (long)(v)) macro
797 # define widen_to_long(v) ((long)(v)) macro
signal.c 1069 widen_to_long(tcp->u_arg[0]),
1081 widen_to_long(tcp->u_arg[0]),
1082 widen_to_long(tcp->u_arg[1]),
    [all...]

Completed in 157 milliseconds