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

  /external/strace/linux/arm/
get_scno.c 69 scno = shuffle_scno(scno);
80 shuffle_scno(scno));
  /external/strace/linux/aarch64/
get_scno.c 17 scno = shuffle_scno(scno);
  /external/strace/
syscall.c 727 * The shuffling should be an involution: shuffle_scno(shuffle_scno(n)) == n.
731 shuffle_scno(unsigned long scno) function
759 # define shuffle_scno(scno) ((long)(scno)) macro
770 sprintf(buf, "syscall_%lu", shuffle_scno(scno));
    [all...]

Completed in 70 milliseconds