Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/usb/dwc2/
H A Ddwc2_hcdqueue.c750 int first_count; in dwc2_uframe_schedule_split() local
895 first_count = 4; in dwc2_uframe_schedule_split()
904 first_count = first_data_bytes; in dwc2_uframe_schedule_split()
929 first_count = 4; in dwc2_uframe_schedule_split()
934 first_count = first_data_bytes; in dwc2_uframe_schedule_split()
942 qh->hs_transfers[0].duration_us = HS_USECS_ISO(first_count); in dwc2_uframe_schedule_split()
/openbsd-src/gnu/gcc/gcc/
H A Dcombine.c8779 unsigned int first_count = INTVAL (XEXP (varop, 1)); in simplify_shift_const_1() local
8797 & ~(((HOST_WIDE_INT) 1 << first_count) - 1)); in simplify_shift_const_1()
8803 count = first_count; in simplify_shift_const_1()
8818 > first_count)) in simplify_shift_const_1()
8821 count -= first_count; in simplify_shift_const_1()
8853 count += first_count; in simplify_shift_const_1()
8889 count += first_count; in simplify_shift_const_1()
8891 count -= first_count; in simplify_shift_const_1()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcombine.c9535 unsigned int first_count = INTVAL (XEXP (varop, 1)); local
9554 & ~(((HOST_WIDE_INT) 1 << first_count) - 1));
9560 count = first_count;
9575 > first_count))
9579 signed_count = count - first_count;
9610 count += first_count;
9647 signed_count += first_count;
9649 signed_count -= first_count;