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

  /external/strace/
kexec.c 16 (current_wordsize == 4 ? sizeof(seg.seg32) : sizeof(seg.seg64))
18 (current_wordsize == 4 ? (uint64_t) seg.seg32.buf : seg.seg64.buf)
20 (current_wordsize == 4 ? (uint64_t) seg.seg32.bufsz : seg.seg64.bufsz)
22 (current_wordsize == 4 ? (uint64_t) seg.seg32.mem : seg.seg64.mem)
24 (current_wordsize == 4 ? (uint64_t) seg.seg32.memsz : seg.seg64.memsz)
desc.c 100 current_wordsize != sizeof(fl.l_start)) {
101 if (current_wordsize == 4) {
121 current_wordsize);
337 fdsize = (((nfds + 7) / 8) + current_wordsize-1) & -current_wordsize;
604 if (current_wordsize == 4) {
io.c 79 (current_wordsize == 4 ? sizeof(iov.iov32) : sizeof(iov.iov64))
81 (current_wordsize == 4 ? (uint64_t) iov.iov32.base : iov.iov64.base)
83 (current_wordsize == 4 ? (uint64_t) iov.iov32.len : iov.iov64.len)
264 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 */
signal.c 258 /* Here len is usually equals NSIG / 8 or current_wordsize.
580 if (current_wordsize != sizeof(sa.__sa_handler) && current_wordsize == 4) {
979 if (current_wordsize != sizeof(ss.ss_sp) && current_wordsize == 4) {
1049 print_sigset_addr_len(tcp, tcp->u_arg[1], current_wordsize);
1056 print_sigset_addr_len(tcp, tcp->u_arg[2], current_wordsize);
1096 print_sigset_addr_len(tcp, tcp->u_arg[0], current_wordsize);
1160 if (current_wordsize != sizeof(sa.sa_flags) && current_wordsize == 4)
    [all...]
util.c 168 * current_wordsize wide words: for example, is current_wordsize is 4,
180 unsigned pos_xor_mask = little_endian ? 0 : current_wordsize-1;
232 if (current_wordsize > 4) {
683 (current_wordsize == 4 ? sizeof(*iovu.iov32) : sizeof(*iovu.iov64))
685 (current_wordsize == 4 ? (uint64_t) iovu.iov32[i].base : iovu.iov64[i].base)
687 (current_wordsize == 4 ? (uint64_t) iovu.iov32[i].len : iovu.iov64[i].len)
849 if (current_wordsize < sizeof(addr))
850 addr &= (1ul << 8 * current_wordsize) - 1;
980 if (current_wordsize < sizeof(addr)
    [all...]
pathtrace.c 289 fdsize = (((nfds + 7) / 8) + current_wordsize-1) & -current_wordsize;
time.c 82 || current_wordsize == 4
138 if (current_wordsize == 4) {
296 || current_wordsize == 4
460 if (current_wordsize == 4)
654 if (current_wordsize == 4) {
defs.h 781 # define current_wordsize PERSONALITY0_WORDSIZE macro
784 # define current_wordsize PERSONALITY0_WORDSIZE macro
786 extern unsigned current_wordsize;
795 # define widen_to_long(v) (current_wordsize == 4 ? (long)(int32_t)(v) : (long)(v))
count.c 244 current_wordsize * 8);
syscall.c 271 # ifndef current_wordsize
272 unsigned current_wordsize; variable
320 # ifndef current_wordsize
321 current_wordsize = personality_wordsize[personality];
590 size = current_wordsize;
    [all...]
net.c 401 if (current_wordsize == 4) {
433 if (current_wordsize == 4) {
file.c     [all...]
process.c 730 unsigned wordsize = current_wordsize;
    [all...]

Completed in 521 milliseconds