Searched refs:tmpseq (Results 1 – 3 of 3) sorted by relevance
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | omp-grid.c | 1341 gimple_seq tmpseq = NULL; in grid_attempt_target_gridification() local 1342 gimplify_expr (&gs, &tmpseq, NULL, is_gimple_val, fb_rvalue); in grid_attempt_target_gridification() 1343 if (!gimple_seq_empty_p (tmpseq)) in grid_attempt_target_gridification() 1344 gsi_insert_seq_before (gsi, tmpseq, GSI_SAME_STMT); in grid_attempt_target_gridification() 1350 tmpseq = NULL; in grid_attempt_target_gridification() 1351 gimplify_expr (&ws, &tmpseq, NULL, is_gimple_val, fb_rvalue); in grid_attempt_target_gridification() 1352 if (!gimple_seq_empty_p (tmpseq)) in grid_attempt_target_gridification() 1353 gsi_insert_seq_before (gsi, tmpseq, GSI_SAME_STMT); in grid_attempt_target_gridification()
|
| /dflybsd-src/sys/kern/ |
| H A D | vfs_vnops.c | 516 int tmpseq = fp->f_seqcount; in sequential_heuristic() local 518 tmpseq += howmany(uio->uio_resid, MAXBSIZE); in sequential_heuristic() 519 if (tmpseq > IO_SEQMAX) in sequential_heuristic() 520 tmpseq = IO_SEQMAX; in sequential_heuristic() 521 fp->f_seqcount = tmpseq; in sequential_heuristic()
|
| /dflybsd-src/sys/vfs/devfs/ |
| H A D | devfs_vnops.c | 2292 int tmpseq = fp->f_seqcount; in sequential_heuristic() local 2294 tmpseq += howmany(uio->uio_resid, MAXBSIZE); in sequential_heuristic() 2295 if (tmpseq > IO_SEQMAX) in sequential_heuristic() 2296 tmpseq = IO_SEQMAX; in sequential_heuristic() 2297 fp->f_seqcount = tmpseq; in sequential_heuristic()
|