Searched refs:n_descs (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c2170 // 'n_descs' is the number of descriptors we think are in the buffer. We
2177 Int n_descs = (size - 2) / sizeof(struct accessx_descriptor); local
2181 vg_assert(n_descs > 0);
2183 // Step through the descriptors, lowering 'n_descs' until we know we've
2188 if (i >= n_descs)
2203 if (u < n_descs)
2204 n_descs = u;
2208 vg_assert(n_descs <= VKI_ACCESSX_MAX_DESCRIPTORS);
2210 POST_MEM_WRITE( ARG3, n_descs * sizeof(vki_errno_t) );

Completed in 51 milliseconds