Home
last modified time | relevance | path

Searched defs:rvec (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/src/linux/
Dprocess_vm.c5 …tev(pid_t pid, const struct iovec *lvec, unsigned long liovcnt, const struct iovec *rvec, unsigned… in process_vm_writev()
10 …adv(pid_t pid, const struct iovec *lvec, unsigned long liovcnt, const struct iovec *rvec, unsigned… in process_vm_readv()
/third_party/boost/libs/ptr_container/test/
Diterator_test.cpp41 const ptr_vector<int>& rvec = vec; in test_iterator() local
/third_party/boost/libs/yap/example/autodiff_library/
DBinaryOPNode.cpp463 double* rvec = NULL; in hess_forward() local
478 void BinaryOPNode::hess_forward_calc0(unsigned int& len, double* lvec, double* rvec, double* ret_ve… in hess_forward_calc0()
/third_party/ltp/testcases/kernel/syscalls/cma/
Dprocess_vm01.c54 struct iovec *rvec; member
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cTextureGatherTests.cpp1686 Vec4 rvec(rdata[0], rdata[1], rdata[2], rdata[3]); in Run() local