Home
last modified time | relevance | path

Searched refs:vals (Results 151 - 175 of 508) sorted by relevance

12345678910>>...21

/third_party/mbedtls/scripts/mbedtls_dev/
H A Dc_wrapper_generator.py444 fmt, vals = self._printf_parameters(arg_info.type, arg_name)
447 values += vals
450 fmt, vals = self._printf_parameters(function.return_type, ret_name)
453 values += vals
/kernel/linux/linux-6.6/tools/objtool/include/objtool/
H A Dcfi.h30 struct cfi_reg vals[CFI_NUM_REGS]; member
/third_party/ffmpeg/libavcodec/
H A Dlsp.h116 void ff_sort_nearly_sorted_floats(float *vals, int len);
/kernel/linux/linux-6.6/drivers/iio/dac/
H A Dad3552r.c778 static int ad3552r_find_range(u16 id, s32 *vals) in ad3552r_find_range() argument
792 if (vals[0] == ranges[i][0] * 1000 && in ad3552r_find_range()
793 vals[1] == ranges[i][1] * 1000) in ad3552r_find_range()
886 u32 vals[2], val, ch; in ad3552r_configure_device() local
968 vals, in ad3552r_configure_device()
976 err = ad3552r_find_range(dac->chip_id, vals); in ad3552r_configure_device()
/third_party/node/deps/v8/src/baseline/arm64/
H A Dbaseline-assembler-arm64-inl.h411 int BaselineAssembler::Push(T... vals) { in Push() argument
414 int push_count = detail::CountPushHelper<T...>::Count(vals...); in Push()
416 detail::PushAll(this, vals...); in Push()
418 detail::PushAll(this, padreg, vals...); in Push()
424 void BaselineAssembler::PushReverse(T... vals) { in PushReverse() argument
425 detail::PushAllReverse(this, vals...); in PushReverse()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dconnect.c902 bool srv_sign_required = server->sec_mode & server->vals->signing_required; in cifs_enable_signing()
903 bool srv_sign_enabled = server->sec_mode & server->vals->signing_enabled; in cifs_enable_signing()
1506 if (strcmp(ctx->vals->version_string, SMB3ANY_VERSION_STRING) == 0) { in match_server()
1507 if (server->vals->protocol_id < SMB30_PROT_ID) in match_server()
1509 } else if (strcmp(ctx->vals->version_string, in match_server()
1511 if (server->vals->protocol_id < SMB21_PROT_ID) in match_server()
1513 } else if ((server->vals != ctx->vals) || (server->ops != ctx->ops)) in match_server()
1697 tcp_ses->vals = ctx->vals; in cifs_get_tcp_session()
[all...]
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dov2640.c655 const struct regval_list *vals) in ov2640_write_array()
659 while ((vals->reg_num != 0xff) || (vals->value != 0xff)) { in ov2640_write_array()
661 vals->reg_num, vals->value); in ov2640_write_array()
663 vals->reg_num, vals->value); in ov2640_write_array()
667 vals++; in ov2640_write_array()
654 ov2640_write_array(struct i2c_client *client, const struct regval_list *vals) ov2640_write_array() argument
/kernel/linux/linux-5.10/drivers/input/
H A Devdev.c245 const struct input_value *vals, unsigned int count, in evdev_pass_values()
263 for (v = vals; v != vals + count; v++) { in evdev_pass_values()
292 const struct input_value *vals, unsigned int count) in evdev_events()
303 evdev_pass_values(client, vals, count, ev_time); in evdev_events()
306 evdev_pass_values(client, vals, count, ev_time); in evdev_events()
317 struct input_value vals[] = { { type, code, value } }; in evdev_event() local
319 evdev_events(handle, vals, 1); in evdev_event()
244 evdev_pass_values(struct evdev_client *client, const struct input_value *vals, unsigned int count, ktime_t *ev_time) evdev_pass_values() argument
291 evdev_events(struct input_handle *handle, const struct input_value *vals, unsigned int count) evdev_events() argument
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dov2640.c653 const struct regval_list *vals) in ov2640_write_array()
657 while ((vals->reg_num != 0xff) || (vals->value != 0xff)) { in ov2640_write_array()
659 vals->reg_num, vals->value); in ov2640_write_array()
661 vals->reg_num, vals->value); in ov2640_write_array()
665 vals++; in ov2640_write_array()
652 ov2640_write_array(struct i2c_client *client, const struct regval_list *vals) ov2640_write_array() argument
/kernel/linux/linux-6.6/drivers/iio/accel/
H A Dbma400_core.c275 int ret, reg_val, raw, vals[2]; in in_accel_gesture_tap_maxtomin_time_show() local
282 vals[0] = 0; in in_accel_gesture_tap_maxtomin_time_show()
283 vals[1] = tap_max2min_time[raw]; in in_accel_gesture_tap_maxtomin_time_show()
285 return iio_format_value(buf, IIO_VAL_INT_PLUS_MICRO, 2, vals); in in_accel_gesture_tap_maxtomin_time_show()
1021 const int **vals, int *type, int *length, in bma400_read_avail()
1027 *vals = bma400_scales; in bma400_read_avail()
1032 *vals = bma400_osr_range; in bma400_read_avail()
1037 *vals = bma400_sample_freqs; in bma400_read_avail()
1019 bma400_read_avail(struct iio_dev *indio_dev, struct iio_chan_spec const *chan, const int **vals, int *type, int *length, long mask) bma400_read_avail() argument
/kernel/linux/linux-6.6/drivers/input/
H A Devdev.c245 const struct input_value *vals, unsigned int count, in evdev_pass_values()
263 for (v = vals; v != vals + count; v++) { in evdev_pass_values()
292 const struct input_value *vals, unsigned int count) in evdev_events()
303 evdev_pass_values(client, vals, count, ev_time); in evdev_events()
306 evdev_pass_values(client, vals, count, ev_time); in evdev_events()
317 struct input_value vals[] = { { type, code, value } }; in evdev_event() local
319 evdev_events(handle, vals, 1); in evdev_event()
244 evdev_pass_values(struct evdev_client *client, const struct input_value *vals, unsigned int count, ktime_t *ev_time) evdev_pass_values() argument
291 evdev_events(struct input_handle *handle, const struct input_value *vals, unsigned int count) evdev_events() argument
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Darizona-jack.c1164 u32 *vals; in arizona_extcon_get_micd_configs() local
1170 vals = kcalloc(nconfs, sizeof(u32), GFP_KERNEL); in arizona_extcon_get_micd_configs()
1171 if (!vals) in arizona_extcon_get_micd_configs()
1174 ret = device_property_read_u32_array(arizona->dev, prop, vals, nconfs); in arizona_extcon_get_micd_configs()
1187 micd_configs[i].src = vals[j++] ? ARIZONA_ACCDET_SRC : 0; in arizona_extcon_get_micd_configs()
1188 micd_configs[i].bias = vals[j++]; in arizona_extcon_get_micd_configs()
1189 micd_configs[i].gpio = vals[j++]; in arizona_extcon_get_micd_configs()
1196 kfree(vals); in arizona_extcon_get_micd_configs()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcbiapts.c765 int32_t vals[10]; in TestBreakIteratorStatusVec() local
787 memset(vals, -1, sizeof(vals)); in TestBreakIteratorStatusVec()
788 numVals = ubrk_getRuleStatusVec(bi, vals, 10, &status); in TestBreakIteratorStatusVec()
791 TEST_ASSERT(vals[0] == 100); in TestBreakIteratorStatusVec()
792 TEST_ASSERT(vals[1] == 300); in TestBreakIteratorStatusVec()
793 TEST_ASSERT(vals[2] == -1); in TestBreakIteratorStatusVec()
795 numVals = ubrk_getRuleStatusVec(bi, vals, 0, &status); in TestBreakIteratorStatusVec()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DPluralRules.java1359 long[] vals = null; in parseConstraint()
1457 vals = null; in parseConstraint()
1459 vals = new long[valueList.size()]; in parseConstraint()
1460 for (int k = 0; k < vals.length; ++k) { in parseConstraint()
1461 vals[k] = valueList.get(k); in parseConstraint()
1471 new RangeConstraint(mod, inRange, operand, integersOnly, lowBound, highBound, vals); in parseConstraint()
1622 double lowBound, double highBound, long[] vals) { in RangeConstraint()
1628 this.range_list = vals; in RangeConstraint()
1621 RangeConstraint(int mod, boolean inRange, Operand operand, boolean integersOnly, double lowBound, double highBound, long[] vals) RangeConstraint() argument
/third_party/rust/crates/clap/src/builder/
H A Darg.rs1522 /// Arg::new("vals")
1673 pub fn default_values(mut self, vals: impl IntoIterator<Item = impl Into<OsStr>>) -> Self { in default_values()
1674 self.default_vals = vals.into_iter().map(|s| s.into()).collect(); in default_values()
1685 pub fn default_values_os(self, vals: impl IntoIterator<Item = impl Into<OsStr>>) -> Self { in default_values_os()
1686 self.default_values(vals) in default_values_os()
1808 pub fn default_missing_values(self, vals: impl IntoIterator<Item = impl Into<OsStr>>) -> Self { in default_missing_values()
1809 self.default_missing_values_os(vals) in default_missing_values()
1822 vals: impl IntoIterator<Item = impl Into<OsStr>>, in default_missing_values_os()
1824 self.default_missing_vals = vals.into_iter().map(|s| s.into()).collect(); in default_missing_values_os()
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpiolib-cdev.c199 DECLARE_BITMAP(vals, GPIOHANDLES_MAX); in linehandle_ioctl()
211 NULL, vals); in linehandle_ioctl()
217 ghd.values[i] = test_bit(i, vals); in linehandle_ioctl()
236 __assign_bit(i, vals, ghd.values[i]); in linehandle_ioctl()
244 vals); in linehandle_ioctl()
980 DECLARE_BITMAP(vals, GPIO_V2_LINES_MAX); in linereq_get_values()
1012 descs, NULL, vals); in linereq_get_values()
1025 val = test_bit(didx, vals); in linereq_get_values()
1041 DECLARE_BITMAP(vals, GPIO_V2_LINES_MAX); in linereq_set_values_unlocked()
1046 bitmap_zero(vals, GPIO_V2_LINES_MA in linereq_set_values_unlocked()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_maps.c529 __u32 vals[MAP_SIZE + MAP_SIZE/2], val; in test_queuemap() local
534 vals[i] = rand(); in test_queuemap()
555 assert(bpf_map_update_elem(fd, NULL, &vals[i], 0) == 0); in test_queuemap()
562 assert(bpf_map_lookup_elem(fd, NULL, &val) == 0 && val == vals[0]); in test_queuemap()
566 assert(bpf_map_update_elem(fd, NULL, &vals[i], BPF_EXIST) == 0); in test_queuemap()
571 val == vals[i]); in test_queuemap()
587 __u32 vals[MAP_SIZE + MAP_SIZE/2], val; in test_stackmap() local
592 vals[i] = rand(); in test_stackmap()
613 assert(bpf_map_update_elem(fd, NULL, &vals[i], 0) == 0); in test_stackmap()
620 assert(bpf_map_lookup_elem(fd, NULL, &val) == 0 && val == vals[ in test_stackmap()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_maps.c542 __u32 vals[MAP_SIZE + MAP_SIZE/2], val; in test_queuemap() local
547 vals[i] = rand(); in test_queuemap()
566 assert(bpf_map_update_elem(fd, NULL, &vals[i], 0) == 0); in test_queuemap()
573 assert(bpf_map_lookup_elem(fd, NULL, &val) == 0 && val == vals[0]); in test_queuemap()
577 assert(bpf_map_update_elem(fd, NULL, &vals[i], BPF_EXIST) == 0); in test_queuemap()
582 val == vals[i]); in test_queuemap()
598 __u32 vals[MAP_SIZE + MAP_SIZE/2], val; in test_stackmap() local
603 vals[i] = rand(); in test_stackmap()
622 assert(bpf_map_update_elem(fd, NULL, &vals[i], 0) == 0); in test_stackmap()
629 assert(bpf_map_lookup_elem(fd, NULL, &val) == 0 && val == vals[ in test_stackmap()
[all...]
/third_party/backends/backend/
H A Dcanon_pp.h96 SANE_Int vals[NUM_OPTIONS]; member
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dafmparse.h74 AFM_Value vals,
/kernel/linux/linux-5.10/drivers/iio/accel/
H A Dcros_ec_accel_legacy.c137 * @vals: list of available values
146 const int **vals, in cros_ec_accel_legacy_read_avail()
154 *vals = cros_ec_legacy_sample_freq; in cros_ec_accel_legacy_read_avail()
144 cros_ec_accel_legacy_read_avail(struct iio_dev *indio_dev, struct iio_chan_spec const *chan, const int **vals, int *type, int *length, long mask) cros_ec_accel_legacy_read_avail() argument
/kernel/linux/linux-5.10/drivers/iio/dac/
H A Ddpot-dac.c97 const int **vals, int *type, int *length, in dpot_dac_read_avail()
105 return iio_read_avail_channel_raw(dac->dpot, vals, length); in dpot_dac_read_avail()
95 dpot_dac_read_avail(struct iio_dev *indio_dev, struct iio_chan_spec const *chan, const int **vals, int *type, int *length, long mask) dpot_dac_read_avail() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/nfdk/
H A Drings.c151 txd->vals[0], txd->vals[1], tx_ring->ktxbufs[i].raw); in nfp_nfdk_print_tx_descs()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_debugfs.c44 rxd->vals[0], rxd->vals[1]); in nfp_rx_q_show()
/kernel/linux/linux-6.6/drivers/iio/potentiometer/
H A Dds1803.c184 const int **vals, int *type, in ds1803_read_avail()
191 *vals = data->cfg->avail; in ds1803_read_avail()
182 ds1803_read_avail(struct iio_dev *indio_dev, struct iio_chan_spec const *chan, const int **vals, int *type, int *length, long mask) ds1803_read_avail() argument

Completed in 46 milliseconds

12345678910>>...21