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

  /external/strace/
signal.c 454 widen_to_long(tcp->u_arg[0]),
463 widen_to_long(tcp->u_arg[0]),
464 widen_to_long(tcp->u_arg[1]),
defs.h 709 * We probably need to use widen_to_long() instead:
712 # define widen_to_long(v) (current_wordsize == 4 ? (long)(int32_t)(v) : (long)(v)) macro
714 # define widen_to_long(v) ((long)(v)) macro

Completed in 106 milliseconds