Home
last modified time | relevance | path

Searched defs:lvec (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/src/linux/
Dprocess_vm.c5 ssize_t process_vm_writev(pid_t pid, const struct iovec *lvec, unsigned long liovcnt, const struct … in process_vm_writev()
10 ssize_t process_vm_readv(pid_t pid, const struct iovec *lvec, unsigned long liovcnt, const struct i… in process_vm_readv()
/third_party/boost/libs/yap/example/autodiff_library/
DUaryOPNode.cpp316 double* lvec = NULL; in hess_forward() local
326 void UaryOPNode::hess_forward_calc0(unsigned int& len, double* lvec, double* ret_vec) in hess_forward_calc0()
DBinaryOPNode.cpp462 double* lvec = 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.c52 struct iovec *lvec; member