Home
last modified time | relevance | path

Searched refs:scan_index (Results 1 – 25 of 521) sorted by relevance

12345678910>>...21

/dports/math/yices/yices-2.6.2/src/utils/
H A Dcommand_line.c71 p->scan_index = 1; in init_cmdline_parser()
74 p->scan_index = 0; in init_cmdline_parser()
191 i = p->scan_index; in parse_optional_integer()
262 i = p->scan_index; in parse_optional_double()
327 i = p->scan_index; in parse_optional_string()
371 i = p->scan_index; in check_option_parameter()
394 i = p->scan_index; in check_option_parameter()
419 i = p->scan_index; in check_option_parameter()
478 i = p->scan_index; in parse_long_option()
524 i = p->scan_index; in cmdline_parse_element()
[all …]
/dports/devel/aegis/aegis-4.25.D510/libaegis/
H A Dinterval.cc96 scan_index(0), in interval()
134 scan_index = 0; in clear()
169 scan_index(0), in interval()
183 scan_index(0), in interval()
671 assert(!scan_index); in scan_begin()
672 scan_index = 1; in scan_begin()
704 assert(scan_index & 1); in scan_next()
705 if (scan_index >= length) in scan_next()
709 scan_index += 2; in scan_next()
738 assert(scan_index & 1); in scan_end()
[all …]
/dports/devel/srecord/srecord-1.64/srecord/
H A Dinterval.cc50 scan_index = 0; in interval()
96 scan_index = 0; in interval()
118 scan_index = 0; in interval()
132 scan_index = 0; in interval()
159 scan_index = 0; in operator =()
632 scan_index = 1; in scan_begin()
665 if (scan_index >= length) in scan_next()
667 if (scan_next_datum >= promote(data[scan_index], scan_index)) in scan_next()
669 scan_index += 2; in scan_next()
670 if (scan_index >= length) in scan_next()
[all …]
/dports/games/freedroidrpg/freedroidrpg-0.16.1/src/
H A Dpathfinder.c292 int scan_index; in streamline_intermediate_course() local
312 for (scan_index = start_index + 1; scan_index < maxwp; scan_index++) { in streamline_intermediate_course()
316 if (waypoints[scan_index].x == (-1)) in streamline_intermediate_course()
322 …ypoints[start_index].x, waypoints[start_index].y, waypoints[scan_index].x, waypoints[scan_index].y, in streamline_intermediate_course()
325 … || way_free_of_droids(waypoints[start_index].x, waypoints[start_index].y, waypoints[scan_index].x, in streamline_intermediate_course()
326 waypoints[scan_index].y, curpos->z, ctx->frw_ctx)) in streamline_intermediate_course()
328 last_index = scan_index; in streamline_intermediate_course()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DKeyboardLayouts.cs74 public KeyboardLayout (int lcid, string name, ScanTableIndex scan_index, in KeyboardLayout() argument
79 ScanIndex = scan_index; in KeyboardLayout()
84 public KeyboardLayout (int lcid, string name, int scan_index, in KeyboardLayout() argument
85 int vkey_index, uint [][] keys) : this (lcid, name, (ScanTableIndex) scan_index, in KeyboardLayout()
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/driver-api/iio/
H A Dbuffers.rst37 * :file:`index`, the scan_index of the channel.
79 int scan_index
99 .scan_index = 0,
108 /* similar for Y (with channel2 = IIO_MOD_Y, scan_index = 1)
109 * and Z (with channel2 = IIO_MOD_Z, scan_index = 2) axis
113 Here **scan_index** defines the order in which the enabled channels are placed
114 inside the buffer. Channels with a lower **scan_index** will be placed before
116 **scan_index**.
118 Setting **scan_index** to -1 can be used to indicate that the specific channel
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/driver-api/iio/
H A Dbuffers.rst37 * :file:`index`, the scan_index of the channel.
79 int scan_index
99 .scan_index = 0,
108 /* similar for Y (with channel2 = IIO_MOD_Y, scan_index = 1)
109 * and Z (with channel2 = IIO_MOD_Z, scan_index = 2) axis
113 Here **scan_index** defines the order in which the enabled channels are placed
114 inside the buffer. Channels with a lower **scan_index** will be placed before
116 **scan_index**.
118 Setting **scan_index** to -1 can be used to indicate that the specific channel
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/driver-api/iio/
H A Dbuffers.rst37 * :file:`index`, the scan_index of the channel.
79 int scan_index
99 .scan_index = 0,
108 /* similar for Y (with channel2 = IIO_MOD_Y, scan_index = 1)
109 * and Z (with channel2 = IIO_MOD_Z, scan_index = 2) axis
113 Here **scan_index** defines the order in which the enabled channels are placed
114 inside the buffer. Channels with a lower **scan_index** will be placed before
116 **scan_index**.
118 Setting **scan_index** to -1 can be used to indicate that the specific channel
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/iio/accel/
H A Dhid-sensor-accel-3d.c61 .scan_index = CHANNEL_SCAN_INDEX_X,
71 .scan_index = CHANNEL_SCAN_INDEX_Y,
81 .scan_index = CHANNEL_SCAN_INDEX_Z,
97 .scan_index = CHANNEL_SCAN_INDEX_X,
107 .scan_index = CHANNEL_SCAN_INDEX_Y,
117 .scan_index = CHANNEL_SCAN_INDEX_Z,
152 report_id = accel_state->accel[chan->scan_index].report_id; in accel_3d_read_raw()
153 min = accel_state->accel[chan->scan_index].logical_minimum; in accel_3d_read_raw()
154 address = accel_3d_addresses[chan->scan_index]; in accel_3d_read_raw()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/iio/accel/
H A Dhid-sensor-accel-3d.c61 .scan_index = CHANNEL_SCAN_INDEX_X,
71 .scan_index = CHANNEL_SCAN_INDEX_Y,
81 .scan_index = CHANNEL_SCAN_INDEX_Z,
97 .scan_index = CHANNEL_SCAN_INDEX_X,
107 .scan_index = CHANNEL_SCAN_INDEX_Y,
117 .scan_index = CHANNEL_SCAN_INDEX_Z,
152 report_id = accel_state->accel[chan->scan_index].report_id; in accel_3d_read_raw()
153 min = accel_state->accel[chan->scan_index].logical_minimum; in accel_3d_read_raw()
154 address = accel_3d_addresses[chan->scan_index]; in accel_3d_read_raw()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/iio/accel/
H A Dhid-sensor-accel-3d.c61 .scan_index = CHANNEL_SCAN_INDEX_X,
71 .scan_index = CHANNEL_SCAN_INDEX_Y,
81 .scan_index = CHANNEL_SCAN_INDEX_Z,
97 .scan_index = CHANNEL_SCAN_INDEX_X,
107 .scan_index = CHANNEL_SCAN_INDEX_Y,
117 .scan_index = CHANNEL_SCAN_INDEX_Z,
152 report_id = accel_state->accel[chan->scan_index].report_id; in accel_3d_read_raw()
153 min = accel_state->accel[chan->scan_index].logical_minimum; in accel_3d_read_raw()
154 address = accel_3d_addresses[chan->scan_index]; in accel_3d_read_raw()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/iio/dummy/
H A Diio_simple_dummy.c129 .scan_index = DUMMY_INDEX_VOLTAGE_0,
168 .scan_index = DUMMY_INDEX_DIFFVOLTAGE_1M2,
186 .scan_index = DUMMY_INDEX_DIFFVOLTAGE_3M4,
213 .scan_index = DUMMY_INDEX_ACCELX,
230 .scan_index = -1, /* No buffer support */
240 .scan_index = -1, /* No buffer support */
251 .scan_index = -1, /* No buffer support */
262 .scan_index = -1, /* No buffer support */
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/iio/dummy/
H A Diio_simple_dummy.c129 .scan_index = DUMMY_INDEX_VOLTAGE_0,
168 .scan_index = DUMMY_INDEX_DIFFVOLTAGE_1M2,
186 .scan_index = DUMMY_INDEX_DIFFVOLTAGE_3M4,
213 .scan_index = DUMMY_INDEX_ACCELX,
230 .scan_index = -1, /* No buffer support */
240 .scan_index = -1, /* No buffer support */
251 .scan_index = -1, /* No buffer support */
262 .scan_index = -1, /* No buffer support */
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/iio/dummy/
H A Diio_simple_dummy.c129 .scan_index = DUMMY_INDEX_VOLTAGE_0,
168 .scan_index = DUMMY_INDEX_DIFFVOLTAGE_1M2,
186 .scan_index = DUMMY_INDEX_DIFFVOLTAGE_3M4,
213 .scan_index = DUMMY_INDEX_ACCELX,
230 .scan_index = -1, /* No buffer support */
240 .scan_index = -1, /* No buffer support */
251 .scan_index = -1, /* No buffer support */
262 .scan_index = -1, /* No buffer support */
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/vbo/
H A Dvbo_primitive_restart.c87 GLuint scan_index; in find_sub_primitives() local
108 scan_index = IB_INDEX_READ(TYPE, i); \ in find_sub_primitives()
109 if (scan_index == restart_index) { \ in find_sub_primitives()
122 UPDATE_MIN2(sub_prims[scan_num].min_index, scan_index); \ in find_sub_primitives()
123 UPDATE_MAX2(sub_prims[scan_num].max_index, scan_index); \ in find_sub_primitives()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/iio/adc/
H A Dingenic-adc.c388 .scan_index = -1,
399 .scan_index = -1,
408 .scan_index = 0,
419 .scan_index = 1,
430 .scan_index = 2,
441 .scan_index = 3,
452 .scan_index = 4,
463 .scan_index = 5,
477 .scan_index = -1,
488 .scan_index = -1,
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/iio/adc/
H A Dingenic-adc.c388 .scan_index = -1,
399 .scan_index = -1,
408 .scan_index = 0,
419 .scan_index = 1,
430 .scan_index = 2,
441 .scan_index = 3,
452 .scan_index = 4,
463 .scan_index = 5,
477 .scan_index = -1,
488 .scan_index = -1,
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/iio/adc/
H A Dingenic-adc.c388 .scan_index = -1,
399 .scan_index = -1,
408 .scan_index = 0,
419 .scan_index = 1,
430 .scan_index = 2,
441 .scan_index = 3,
452 .scan_index = 4,
463 .scan_index = 5,
477 .scan_index = -1,
488 .scan_index = -1,
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/iio/position/
H A Dhid-sensor-custom-intel-hinge.c64 .scan_index = CHANNEL_SCAN_INDEX_HINGE_ANGLE,
77 .scan_index = CHANNEL_SCAN_INDEX_SCREEN_ANGLE,
90 .scan_index = CHANNEL_SCAN_INDEX_KEYBOARD_ANGLE,
120 report_id = st->hinge[chan->scan_index].report_id; in hinge_read_raw()
121 min = st->hinge[chan->scan_index].logical_minimum; in hinge_read_raw()
129 hinge_addresses[chan->scan_index], in hinge_read_raw()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/iio/gyro/
H A Dhid-sensor-gyro-3d.c63 .scan_index = CHANNEL_SCAN_INDEX_X,
73 .scan_index = CHANNEL_SCAN_INDEX_Y,
83 .scan_index = CHANNEL_SCAN_INDEX_Z,
116 report_id = gyro_state->gyro[chan->scan_index].report_id; in gyro_3d_read_raw()
117 min = gyro_state->gyro[chan->scan_index].logical_minimum; in gyro_3d_read_raw()
118 address = gyro_3d_addresses[chan->scan_index]; in gyro_3d_read_raw()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/iio/position/
H A Dhid-sensor-custom-intel-hinge.c64 .scan_index = CHANNEL_SCAN_INDEX_HINGE_ANGLE,
77 .scan_index = CHANNEL_SCAN_INDEX_SCREEN_ANGLE,
90 .scan_index = CHANNEL_SCAN_INDEX_KEYBOARD_ANGLE,
120 report_id = st->hinge[chan->scan_index].report_id; in hinge_read_raw()
121 min = st->hinge[chan->scan_index].logical_minimum; in hinge_read_raw()
129 hinge_addresses[chan->scan_index], in hinge_read_raw()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/iio/gyro/
H A Dhid-sensor-gyro-3d.c63 .scan_index = CHANNEL_SCAN_INDEX_X,
73 .scan_index = CHANNEL_SCAN_INDEX_Y,
83 .scan_index = CHANNEL_SCAN_INDEX_Z,
116 report_id = gyro_state->gyro[chan->scan_index].report_id; in gyro_3d_read_raw()
117 min = gyro_state->gyro[chan->scan_index].logical_minimum; in gyro_3d_read_raw()
118 address = gyro_3d_addresses[chan->scan_index]; in gyro_3d_read_raw()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/iio/position/
H A Dhid-sensor-custom-intel-hinge.c64 .scan_index = CHANNEL_SCAN_INDEX_HINGE_ANGLE,
77 .scan_index = CHANNEL_SCAN_INDEX_SCREEN_ANGLE,
90 .scan_index = CHANNEL_SCAN_INDEX_KEYBOARD_ANGLE,
120 report_id = st->hinge[chan->scan_index].report_id; in hinge_read_raw()
121 min = st->hinge[chan->scan_index].logical_minimum; in hinge_read_raw()
129 hinge_addresses[chan->scan_index], in hinge_read_raw()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/iio/gyro/
H A Dhid-sensor-gyro-3d.c63 .scan_index = CHANNEL_SCAN_INDEX_X,
73 .scan_index = CHANNEL_SCAN_INDEX_Y,
83 .scan_index = CHANNEL_SCAN_INDEX_Z,
116 report_id = gyro_state->gyro[chan->scan_index].report_id; in gyro_3d_read_raw()
117 min = gyro_state->gyro[chan->scan_index].logical_minimum; in gyro_3d_read_raw()
118 address = gyro_3d_addresses[chan->scan_index]; in gyro_3d_read_raw()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/iio/chemical/
H A Datlas-sensor.c120 .scan_index = 0,
135 .scan_index = -1
147 .scan_index = _idx + 1, \
162 .scan_index = 0,
179 .scan_index = -1
189 .scan_index = 0,
206 .scan_index = 0,
221 .scan_index = -1
230 .scan_index = 0,

12345678910>>...21