Searched defs:shuffle_scno (Results 1 - 1 of 1) sorted by path

/external/strace/
H A Dsyscall.c931 * The shuffling should be reversible: shuffle_scno(shuffle_scno(n)) == n.
935 shuffle_scno(unsigned long scno) function
963 # define shuffle_scno(scno) ((long)(scno)) macro
971 sprintf(buf, "syscall_%lu", shuffle_scno(tcp->scno));
1354 scno = shuffle_scno(scno);
1394 scno = shuffle_scno(scno);

Completed in 276 milliseconds