Searched refs:n_old (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/openmp/runtime/src/ |
D | kmp_affinity.cpp | 3420 int nPkg = 0, nCo = 0, n_new = 0, n_old = 0, nCpP = 0, nTpC = 0; // counters in __kmp_apply_thread_places() local 3559 n_old += __kmp_hwloc_skip_PUs_obj(tp, hS); // skip socket in __kmp_apply_thread_places() 3581 n_old += __kmp_hwloc_skip_PUs_obj(tp, hN); // skip node in __kmp_apply_thread_places() 3600 n_old += __kmp_hwloc_skip_PUs_obj(tp, hL); // skip tile in __kmp_apply_thread_places() 3620 n_old += __kmp_hwloc_skip_PUs_obj(tp, hC); // skip core in __kmp_apply_thread_places() 3643 ++n_old; in __kmp_apply_thread_places() 3650 newAddr[n_new] = (*pAddr)[n_old]; in __kmp_apply_thread_places() 3652 ++n_old; in __kmp_apply_thread_places() 3682 n_old += __kmp_hwloc_skip_PUs_obj(tp, hC); // skip core in __kmp_apply_thread_places() 3704 ++n_old; in __kmp_apply_thread_places() [all …]
|
/external/ImageMagick/MagickWand/ |
D | drawing-wand.c | 5547 n_old; in DrawSetStrokeDashArray() local 5556 n_old=0; in DrawSetStrokeDashArray() 5561 n_old++; in DrawSetStrokeDashArray() 5562 if ((n_old == 0) && (n_new == 0)) in DrawSetStrokeDashArray() 5565 if (n_old != n_new) in DrawSetStrokeDashArray()
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_coalesce.c | 477 int k, n_old, n_new; in number_of_constraints_increases() local 479 n_old = 2 * info[i].bmap->n_eq + info[i].bmap->n_ineq; in number_of_constraints_increases() 480 n_old += 2 * info[j].bmap->n_eq + info[j].bmap->n_ineq; in number_of_constraints_increases() 487 return n_new > n_old; in number_of_constraints_increases()
|
/external/libxml2/ |
D | testapi.c | 10915 int n_old; in test_xmlListCopy() local 10918 for (n_old = 0;n_old < gen_nb_const_xmlListPtr;n_old++) { in test_xmlListCopy() 10921 old = gen_const_xmlListPtr(n_old, 1); in test_xmlListCopy() 10927 des_const_xmlListPtr(n_old, (const xmlListPtr)old, 1); in test_xmlListCopy() 10934 printf(" %d", n_old); in test_xmlListCopy() 23131 int n_old; in test_xmlReplaceNode() local 23135 for (n_old = 0;n_old < gen_nb_xmlNodePtr;n_old++) { in test_xmlReplaceNode() 23138 old = gen_xmlNodePtr(n_old, 0); in test_xmlReplaceNode() 23151 des_xmlNodePtr(n_old, old, 0); in test_xmlReplaceNode() 23158 printf(" %d", n_old); in test_xmlReplaceNode()
|