Searched refs:m_tmp (Results 1 – 9 of 9) sorted by relevance
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
D | s-c.c | 561 mes_t *m_cur, *m_tmp; in main() local 612 m_tmp = malloc(sizeof(mes_t)); in main() 613 if (m_tmp == NULL) { in main() 617 m_tmp->nthreads = nth; in main() 618 m_tmp->next = NULL; in main() 621 dur = do_threads_test(nth, m_tmp); in main() 625 m_cur->next = m_tmp; in main() 626 m_cur = m_tmp; in main() 628 free(m_tmp); in main() 640 m_tmp = m_cur; in main() [all …]
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/fork/ |
D | s-c1.c | 116 mes_t *m_cur, *m_tmp; in main() local 273 m_tmp = malloc(sizeof(mes_t)); in main() 275 if (m_tmp == NULL) { in main() 281 m_tmp->nprocess = nprocesses; in main() 282 m_tmp->next = NULL; in main() 283 m_tmp->_data = 0; in main() 284 m_cur->next = m_tmp; in main()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/ |
D | s-c1.c | 122 mes_t *m_cur, *m_tmp; local 240 m_tmp = (mes_t *) malloc(sizeof(mes_t)); 242 if (m_tmp == NULL) { 254 m_tmp->nsem = nsem; 255 m_tmp->next = NULL; 256 m_tmp->prev = m_cur; 257 m_cur->next = m_tmp; 259 m_cur = m_tmp;
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/ |
D | s-c1.c | 121 mes_t *m_cur, *m_tmp; in main() local 244 m_tmp = malloc(sizeof(mes_t)); in main() 246 if (m_tmp == NULL) { in main() 258 m_tmp->nsem = nsem; in main() 259 m_tmp->next = NULL; in main() 260 m_tmp->prev = m_cur; in main() 261 m_cur->next = m_tmp; in main() 263 m_cur = m_tmp; in main()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/ |
D | s-c1.c | 152 mes_t *m_cur, *m_tmp; in main() local 301 m_tmp = malloc(sizeof(mes_t)); in main() 302 if (m_tmp == NULL) { in main() 307 m_tmp->nthreads = in main() 309 m_tmp->next = NULL; in main() 313 m_tmp-> in main() 316 m_cur->next = m_tmp; in main()
|
/external/eigen/Eigen/src/Eigenvalues/ |
D | GeneralizedEigenSolver.h | 140 m_tmp(size) in GeneralizedEigenSolver() 162 m_tmp(A.cols()) 282 ComplexVectorType m_tmp; variable 308 m_tmp.resize(size); in compute() 312 Map<VectorType> v(reinterpret_cast<Scalar*>(m_tmp.data()), size); in compute() 313 ComplexVectorType &cv = m_tmp; in compute()
|
D | EigenSolver.h | 113 …EigenSolver() : m_eivec(), m_eivalues(), m_isInitialized(false), m_realSchur(), m_matT(), m_tmp() … in EigenSolver() 128 m_tmp(size) in EigenSolver() 154 m_tmp(matrix.cols()) 320 ColumnVectorType m_tmp; variable 615 m_tmp.noalias() = m_eivec.leftCols(j+1) * m_matT.col(j).segment(0, j+1); in doComputeEigenvectors() 616 m_eivec.col(j) = m_tmp; in doComputeEigenvectors()
|
/external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
D | MatrixPower.h | 393 MatrixType m_tmp; variable 537 m_tmp = m_A.inverse(); in computeIntPower() 539 m_tmp = m_A; in computeIntPower() 543 res = m_tmp * res; in computeIntPower() 547 m_tmp *= m_tmp; in computeIntPower() 564 revertSchur(m_tmp, m_fT, m_U); in computeFracPower() 565 res = m_tmp * res; in computeFracPower()
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | pitch_filter.c | 164 int m_tmp = (lag_index < 0) ? -lag_index : 0; in FilterSegment() local 176 for (m = PITCH_FRACORDER-1; m >= m_tmp; --m) { in FilterSegment()
|