HomeSort by: relevance | last modified time | path
    Searched defs:state_index (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/ir/
sir.h 68 u_int state_index; member in struct:framestate
  /src/external/gpl3/binutils/dist/gas/config/
tc-i386-intel.c 404 const reg_entry *state_index = intel_state.index; local
438 if (!ret || !i386_intel_check(the_reg, base, state_index))
580 state_index = intel_state.index;
582 if (!i386_intel_check (the_reg, base, state_index)
589 ? state_index : intel_state.index)))
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-i386-intel.c 404 const reg_entry *state_index = intel_state.index; local
438 if (!ret || !i386_intel_check(the_reg, base, state_index))
580 state_index = intel_state.index;
582 if (!i386_intel_check (the_reg, base, state_index)
589 ? state_index : intel_state.index)))
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_combios.c 2648 int state_index = 0; local
2741 rdev->pm.power_state[state_index].num_clock_modes = 1;
2742 rdev->pm.power_state[state_index].clock_info[0].mclk = RBIOS32(offset + 0x5 + 0x2);
2743 rdev->pm.power_state[state_index].clock_info[0].sclk = RBIOS32(offset + 0x5 + 0x6);
2744 if ((rdev->pm.power_state[state_index].clock_info[0].mclk == 0) ||
2745 (rdev->pm.power_state[state_index].clock_info[0].sclk == 0))
2747 rdev->pm.power_state[state_index].type =
2752 rdev->pm.power_state[state_index].misc = misc;
2753 rdev->pm.power_state[state_index].misc2 = misc2;
2755 rdev->pm.power_state[state_index].clock_info[0].voltage.type = VOLTAGE_GPIO
    [all...]
radeon_atombios.c 2049 int state_index,
2052 rdev->pm.power_state[state_index].misc = misc;
2053 rdev->pm.power_state[state_index].misc2 = misc2;
2056 rdev->pm.power_state[state_index].type =
2059 rdev->pm.power_state[state_index].type =
2062 rdev->pm.power_state[state_index].type =
2065 rdev->pm.power_state[state_index].type =
2068 rdev->pm.power_state[state_index].type =
2070 rdev->pm.power_state[state_index].flags &=
2074 rdev->pm.power_state[state_index].type
2093 int state_index = 0; local
2575 int state_index = 0, mode_index = 0; local
2665 int state_index = 0, mode_index = 0; local
2762 int state_index = 0; local
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
dfa.c 1462 state_index (struct dfa *d, position_set const *s, int newline, int letter) function
1871 state_index(d, &merged, wants_newline, 0);
2085 state = state_index(d, &follows, 0, 0);
2087 state_newline = state_index(d, &follows, 1, 0);
2091 state_letter = state_index(d, &follows, 0, 1);
2172 state = state_index(d, &follows, 0, 0);
2174 state_newline = state_index(d, &follows, 1, 0);
2178 state_letter = state_index(d, &follows, 0, 1);
2694 s1 = state_index(d, &follows, wc == L'\n', iswalnum(wc));
2712 s1 = state_index(d, &follows, wc == L'\n', iswalnum(wc))
    [all...]
  /src/external/gpl2/grep/dist/src/
dfa.c 1483 state_index (struct dfa *d, position_set const *s, int newline, int letter) function
1892 state_index(d, &merged, wants_newline, 0);
2106 state = state_index(d, &follows, 0, 0);
2108 state_newline = state_index(d, &follows, 1, 0);
2112 state_letter = state_index(d, &follows, 0, 1);
2193 state = state_index(d, &follows, 0, 0);
2195 state_newline = state_index(d, &follows, 1, 0);
2199 state_letter = state_index(d, &follows, 0, 1);
2715 s1 = state_index(d, &follows, wc == L'\n', iswalnum(wc));
2733 s1 = state_index(d, &follows, wc == L'\n', iswalnum(wc))
    [all...]

Completed in 38 milliseconds