Searched refs:innerloop (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/tests/progs/ |
H A D | slapd-search.c | 51 int innerloop, int force ); 299 int innerloop, int force ) in do_search() argument 309 msgids = (int *)calloc( sizeof(int), innerloop ); in do_search() 322 (long) pid, innerloop, in do_search() 334 if ( i < innerloop ) { in do_search() 344 (long) pid, innerloop, i, active, msgids[i], in do_search() 409 (long) pid, innerloop, j, active, msgid, in do_search() 423 (long) pid, innerloop, in do_search() 432 } while ( i < innerloop || active > 0 ); in do_search() 435 for ( ; i < innerloop; i++ ) { in do_search()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-vect-loop.c | 1180 class loop *innerloop = loop->inner; in vect_analyze_loop_form_1() local 1210 entryedge = loop_preheader_edge (innerloop); in vect_analyze_loop_form_1() 1212 || !single_exit (innerloop) in vect_analyze_loop_form_1() 1213 || single_exit (innerloop)->dest != EDGE_PRED (loop->latch, 0)->src) in vect_analyze_loop_form_1()
|
H A D | tree-vect-stmts.c | 11153 class loop *innerloop = LOOP_VINFO_LOOP ( in vect_transform_stmt() local 11172 if (!flow_bb_inside_loop_p (innerloop, gimple_bb (USE_STMT (use_p)))) in vect_transform_stmt()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-vect-loop.cc | 1376 class loop *innerloop = loop->inner; in vect_analyze_loop_form() local 1406 entryedge = loop_preheader_edge (innerloop); in vect_analyze_loop_form() 1408 || !single_exit (innerloop) in vect_analyze_loop_form() 1409 || single_exit (innerloop)->dest != EDGE_PRED (loop->latch, 0)->src) in vect_analyze_loop_form()
|
/netbsd-src/external/lgpl3/gmp/dist/ |
H A D | ChangeLog | 9829 * mpn/generic/powm.c: Honour SQR_BASECASE_THRESHOLD in innerloop
|