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

  /external/strace/
io.c 76 struct { u_int64_t base; u_int64_t len; } iov64; member in union:__anon15030
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)
util.c 679 struct { u_int64_t base; u_int64_t len; } *iov64; member in union:__anon15065
681 #define iov iovu.iov64
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)
    [all...]

Completed in 70 milliseconds