Home
last modified time | relevance | path

Searched refs:jstart (Results 1 – 2 of 2) sorted by relevance

/external/toybox/toys/pending/
Dcrond.c329 JOB *jstart, *jlist = (JOB *)list->job; in remove_completed_jobs() local
332 jstart = jlist; in remove_completed_jobs()
340 if (jlist == jstart) { // if 1st node has to delete. in remove_completed_jobs()
341 jstart = jstart->next; in remove_completed_jobs()
346 if (jlist == jstart) break; in remove_completed_jobs()
507 JOB *job, *jstart; in count_running_jobs() local
511 job = jstart = (JOB *)cfile->job; in count_running_jobs()
529 if ((job = job->next) == jstart) break; in count_running_jobs()
540 JOB *job, *jstart; in execute_jobs() local
543 job = jstart = (JOB *)cfile->job; in execute_jobs()
[all …]
/external/eigen/Eigen/src/SparseLU/
DSparseLU_Utils.h54 Index fsupc, i, j, k, jstart; in fixupL() local
63 jstart = glu.xlsub(fsupc); in fixupL()
65 for (j = jstart; j < glu.xlsub(fsupc + 1); j++) in fixupL()