Searched refs:state_index (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_atombios.c1965 int state_index,
1968 rdev->pm.power_state[state_index].misc = misc;
1969 rdev->pm.power_state[state_index].misc2 = misc2;
1972 rdev->pm.power_state[state_index].type =
1975 rdev->pm.power_state[state_index].type =
1978 rdev->pm.power_state[state_index].type =
1981 rdev->pm.power_state[state_index].type =
1984 rdev->pm.power_state[state_index].type =
1986 rdev->pm.power_state[state_index].flags &=
1990 rdev->pm.power_state[state_index]
1964 radeon_atombios_parse_misc_flags_1_3(struct radeon_device *rdev, int state_index, u32 misc, u32 misc2) argument
2009 int state_index = 0; local
2283 radeon_atombios_parse_pplib_non_clock_info(struct radeon_device *rdev, int state_index, int mode_index, struct _ATOM_PPLIB_NONCLOCK_INFO *non_clock_info) argument
2349 radeon_atombios_parse_pplib_clock_info(struct radeon_device *rdev, int state_index, int mode_index, union pplib_clock_info *clock_info) argument
2439 int state_index = 0, mode_index = 0; local
2528 int state_index = 0, mode_index = 0; local
2624 int state_index = 0; local
[all...]
H A Dradeon_combios.c2718 int state_index = 0; local
2816 rdev->pm.power_state[state_index].num_clock_modes = 1;
2817 rdev->pm.power_state[state_index].clock_info[0].mclk = RBIOS32(offset + 0x5 + 0x2);
2818 rdev->pm.power_state[state_index].clock_info[0].sclk = RBIOS32(offset + 0x5 + 0x6);
2819 if ((rdev->pm.power_state[state_index].clock_info[0].mclk == 0) ||
2820 (rdev->pm.power_state[state_index].clock_info[0].sclk == 0))
2822 rdev->pm.power_state[state_index].type =
2827 rdev->pm.power_state[state_index].misc = misc;
2828 rdev->pm.power_state[state_index].misc2 = misc2;
2830 rdev->pm.power_state[state_index]
[all...]
/freebsd-11-stable/crypto/openssl/crypto/rand/
H A Dmd_rand.c139 static size_t state_num = 0, state_index = 0; variable
185 state_index = 0;
231 st_idx = state_index;
243 /* state_index <= state_num <= STATE_SIZE */
244 state_index += num;
245 if (state_index >= STATE_SIZE) {
246 state_index %= STATE_SIZE;
249 if (state_index > state_num)
250 state_num = state_index;
252 /* state_index <
[all...]
/freebsd-11-stable/gnu/usr.bin/grep/
H A Ddfa.c1481 state_index (struct dfa *d, position_set const *s, int newline, int letter) function
1890 state_index(d, &merged, wants_newline, 0);
2104 state = state_index(d, &follows, 0, 0);
2106 state_newline = state_index(d, &follows, 1, 0);
2110 state_letter = state_index(d, &follows, 0, 1);
2191 state = state_index(d, &follows, 0, 0);
2193 state_newline = state_index(d, &follows, 1, 0);
2197 state_letter = state_index(d, &follows, 0, 1);
2715 s1 = state_index(d, &follows, wc == L'\n', iswalnum(wc));
2733 s1 = state_index(
[all...]

Completed in 96 milliseconds