Searched refs:ahead (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-loop-prefetch.c84 3) We determine how much ahead we need to prefetch. The number of
749 AHEAD is the number of iterations to prefetch ahead (which corresponds
756 unsigned ahead)
762 max_prefetches = (SIMULTANEOUS_PREFETCHES * unroll_factor) / ahead;
816 HEAD is the number of iterations to prefetch ahead. UNROLL_FACTOR
820 issue_prefetch_ref (struct mem_ref *ref, unsigned unroll_factor, unsigned ahead) argument
840 delta = (ahead + ap * ref->prefetch_mod) * ref->group->step;
857 HEAD is the number of iterations to prefetch ahead. UNROLL_FACTOR is the
862 unsigned unroll_factor, unsigned ahead)
869 issue_prefetch_ref (ref, unroll_factor, ahead);
755 schedule_prefetches(struct mem_ref_group *groups, unsigned unroll_factor, unsigned ahead) argument
861 issue_prefetches(struct mem_ref_group *groups, unsigned unroll_factor, unsigned ahead) argument
901 determine_unroll_factor(struct loop *loop, struct mem_ref_group *refs, unsigned ahead, unsigned ninsns, struct tree_niter_desc *desc) argument
959 unsigned ahead, ninsns, unroll_factor; local
[all...]
/freebsd-11-stable/sys/vm/
H A Dphys_pager.c193 int ahead; local
210 ahead = MIN(end - i, PHYSALLOC);
213 VM_ALLOC_COUNT(ahead));
H A Dvm_fault.c131 int ahead);
531 int ahead, alloc_req, behind, cluster_offset, error, era, faultcount; local
826 * the read-ahead window. The requested
828 * x (read ahead min + 1) + read ahead min"
847 * the read ahead count safely.
923 ahead = 0;
928 ahead = nera;
944 ahead = VM_FAULT_READ_DEFAULT - 1 -
947 ahead
1353 vm_fault_dontneed(const struct faultstate *fs, vm_offset_t vaddr, int ahead) argument
[all...]
/freebsd-11-stable/usr.bin/gzip/
H A Dunlz.c353 lz_peek(const struct lz_decoder *lz, unsigned ahead) argument
355 off_t diff = lz->pos - ahead - 1;
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm1259 cmp ecx, 1 ; if argc=1 branch ahead
1261 sub ecx, 2 ; if argc=2 branch ahead, subtract two from

Completed in 174 milliseconds