Home
last modified time | relevance | path

Searched refs:first_count (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/vm/
H A Dvm_fault.c198 vm_pindex_t first_count, int *mextcountp,
391 vm_pindex_t first_count; in vm_fault() local
446 &first_pindex, &first_count, in vm_fault()
493 &first_pindex, &first_count, in vm_fault()
947 if (nlim > first_count) /* user limit */ in vm_fault_bypass()
948 nlim = first_count; in vm_fault_bypass()
1029 vm_pindex_t first_count; in vm_fault_page() local
1100 &first_pindex, &first_count, in vm_fault_page()
1138 &first_pindex, &first_count, in vm_fault_page()
1396 vm_pindex_t first_count; in vm_fault_object_page() local
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dcombine.c10152 unsigned int first_count = INTVAL (XEXP (varop, 1)); in simplify_shift_const_1() local
10170 & ~(((unsigned HOST_WIDE_INT) 1 << first_count) - 1); in simplify_shift_const_1()
10176 count = first_count; in simplify_shift_const_1()
10191 > first_count)) in simplify_shift_const_1()
10194 count -= first_count; in simplify_shift_const_1()
10226 count += first_count; in simplify_shift_const_1()
10262 count += first_count; in simplify_shift_const_1()
10264 count -= first_count; in simplify_shift_const_1()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dcombine.c10759 unsigned int first_count = INTVAL (XEXP (varop, 1)); in simplify_shift_const_1() local
10777 & ~((HOST_WIDE_INT_1U << first_count) - 1); in simplify_shift_const_1()
10783 count = first_count; in simplify_shift_const_1()
10798 > first_count)) in simplify_shift_const_1()
10801 count -= first_count; in simplify_shift_const_1()
10833 count += first_count; in simplify_shift_const_1()
10870 count += first_count; in simplify_shift_const_1()
10872 count -= first_count; in simplify_shift_const_1()