OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iov32
(Results
1 - 1
of
1
) sorted by null
/external/strace/
util.c
802
struct { uint32_t base; uint32_t len; } *
iov32
;
member in union:__anon35577
807
(current_wordsize == 4 ? sizeof(*iovu.
iov32
) : sizeof(*iovu.iov64))
809
(current_wordsize == 4 ? (uint64_t) iovu.
iov32
[i].base : iovu.iov64[i].base)
811
(current_wordsize == 4 ? (uint64_t) iovu.
iov32
[i].len : iovu.iov64[i].len)
Completed in 4136 milliseconds