Searched refs:scopy (Results 1 – 3 of 3) sorted by relevance
/external/oprofile/libpopt/ |
D | popthelp.c | 340 { const char * scopy = argDescrip; in singleOptionHelp() local 346 n = mbsrtowcs (NULL, &scopy, strlen(scopy), &t); in singleOptionHelp() 439 const char * scopy = s; in maxArgWidth() local 447 n = mbsrtowcs (NULL, &scopy, strlen(scopy), &t); in maxArgWidth() 615 const char * scopy = argDescrip; in singleOptionUsage() local 623 n = mbsrtowcs (NULL, &scopy, strlen(scopy), &t); in singleOptionUsage()
|
/external/eigen/Eigen/src/misc/ |
D | blas.h | 43 int BLASFUNC(scopy) (int *, float *, int *, float *, int *);
|
/external/eigen/bench/btl/libs/BLAS/ |
D | blas.h | 64 int BLASFUNC(scopy) (int *, float *, int *, float *, int *);
|