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

  /external/strace/
kexec.c 22 (current_wordsize == 4 ? sizeof(seg.seg32) : sizeof(seg.seg64))
24 (current_wordsize == 4 ? (uint64_t) seg.seg32.buf : seg.seg64.buf)
26 (current_wordsize == 4 ? (uint64_t) seg.seg32.bufsz : seg.seg64.bufsz)
28 (current_wordsize == 4 ? (uint64_t) seg.seg32.mem : seg.seg64.mem)
30 (current_wordsize == 4 ? (uint64_t) seg.seg32.memsz : seg.seg64.memsz)
sigaltstack.c 16 if (current_wordsize != sizeof(ss.ss_sp) && current_wordsize == 4) {
utime.c 16 wordsize = current_wordsize;
io.c 74 (current_wordsize == 4 ? sizeof(iov.iov32) : sizeof(iov.iov64))
76 (current_wordsize == 4 ? (uint64_t) iov.iov32.base : iov.iov64.base)
78 (current_wordsize == 4 ? (uint64_t) iov.iov32.len : iov.iov64.len)
215 if (current_wordsize == sizeof(long))
221 ((unsigned long) tcp->u_arg[arg + 1] << current_wordsize * 8)
276 if (current_wordsize == 4) {
execve.c 13 unsigned wordsize = current_wordsize;
signal.c 234 /* Here len is usually equals NSIG / 8 or current_wordsize.
309 if (current_wordsize != sizeof(sa.__sa_handler) && current_wordsize == 4) {
456 print_sigset_addr_len(tcp, tcp->u_arg[1], current_wordsize);
463 print_sigset_addr_len(tcp, tcp->u_arg[2], current_wordsize);
500 print_sigset_addr_len(tcp, tcp->u_arg[0], current_wordsize);
567 if (current_wordsize != sizeof(sa.sa_flags) && current_wordsize == 4) {
desc.c 100 current_wordsize != sizeof(fl.l_start)) {
101 if (current_wordsize == 4) {
121 current_wordsize);
329 fdsize = (((nfds + 7) / 8) + current_wordsize-1) & -current_wordsize;
587 if (current_wordsize == 4) {
resource.c 81 #if !defined(current_wordsize) || current_wordsize == 4
126 * When current_personality is X32, current_wordsize
131 if (current_wordsize == 4)
139 #else /* defined(current_wordsize) && current_wordsize != 4 */
defs.h 625 # define current_wordsize PERSONALITY0_WORDSIZE macro
628 # define current_wordsize PERSONALITY0_WORDSIZE macro
630 extern unsigned current_wordsize;
639 # define widen_to_long(v) (current_wordsize == 4 ? (long)(int32_t)(v) : (long)(v))
syscall.c 251 # ifndef current_wordsize
252 unsigned current_wordsize; variable
300 # ifndef current_wordsize
301 current_wordsize = personality_wordsize[personality];
572 if (sizeof(tcp->u_arg[0]) == current_wordsize) {
1006 if (current_wordsize < sizeof(long))
1111 if (current_wordsize < sizeof(val)) {
1117 * current_wordsize is 4 even in personality 0 (native X32)
1119 * can't check current_wordsize here!
1142 #ifdef current_wordsize
    [all...]
util.c 165 * current_wordsize wide words: for example, is current_wordsize is 4,
177 unsigned pos_xor_mask = little_endian ? 0 : current_wordsize-1;
229 if (current_wordsize > 4) {
817 (current_wordsize == 4 ? sizeof(*iovu.iov32) : sizeof(*iovu.iov64))
819 (current_wordsize == 4 ? (uint64_t) iovu.iov32[i].base : iovu.iov64[i].base)
821 (current_wordsize == 4 ? (uint64_t) iovu.iov32[i].len : iovu.iov64[i].len)
997 if (current_wordsize < sizeof(addr))
998 addr &= (1ul << 8 * current_wordsize) - 1;
1125 if (current_wordsize < sizeof(addr)
    [all...]
net.c 458 (current_wordsize < sizeof(long)) ? sizeof(struct cmsghdr32) :
475 (current_wordsize < sizeof(long)) ? u.cmsg32->cmsg_len :
480 (current_wordsize < sizeof(long)) ? u.cmsg32->cmsg_level :
485 (current_wordsize < sizeof(long)) ? u.cmsg32->cmsg_type :
523 cmsg_len = (cmsg_len + current_wordsize - 1) &
524 (size_t) ~(current_wordsize - 1);
601 if (current_wordsize == 4) {
618 if (current_wordsize == 4) {
    [all...]
pathtrace.c 289 fdsize = (((nfds + 7) / 8) + current_wordsize-1) & -current_wordsize;
seccomp.c 196 if (current_wordsize == 4) {
count.c 244 current_wordsize * 8);
time.c 48 # define current_time_t_is_compat (current_wordsize == 4)
623 if (current_wordsize == 4) {
ipc.c 286 if (current_wordsize == sizeof(int)) {

Completed in 114 milliseconds