Home
last modified time | relevance | path

Searched refs:vals (Results 176 - 200 of 532) sorted by relevance

12345678910>>...22

/third_party/openssl/test/
H A Drsa_test.c359 static const unsigned char vals[8] = { in test_rsa_security_bit() local
378 memset(num, vals[bits % 8], bytes); in test_rsa_security_bit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DFormat.h104 format_object(const char *fmt, const Ts &... vals) in format_object() argument
105 : format_object_base(fmt), Vals(vals...) { in format_object()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFormat.h104 format_object(const char *fmt, const Ts &... vals) in format_object() argument
105 : format_object_base(fmt), Vals(vals...) { in format_object()
/third_party/python/Lib/turtledemo/
H A Dsorting_animate.py172 vals = (4, 2, 8, 9, 1, 5, 10, 3, 7, 6)
173 for i in vals:
/third_party/skia/include/third_party/skcms/
H A Dskcms.h25 // A row-major 3x3 matrix (ie vals[row][col])
27 float vals[3][3]; member
34 // A row-major 3x4 matrix (ie vals[row][col])
36 float vals[3][4]; member
/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...]
/kernel/linux/linux-5.10/drivers/clk/uniphier/
H A Dclk-uniphier-mio.c49 .vals = { \
/kernel/linux/linux-6.6/drivers/clk/uniphier/
H A Dclk-uniphier-mio.c49 .vals = { \
/third_party/ffmpeg/libavcodec/
H A Dwmaprodec.c953 uint32_t vals[4]; in decode_coeffs() local
970 vals[i ] = av_float2int(v0); in decode_coeffs()
971 vals[i+1] = av_float2int(v1); in decode_coeffs()
973 vals[i] = fval_tab[symbol_to_vec2[idx] >> 4 ]; in decode_coeffs()
974 vals[i+1] = fval_tab[symbol_to_vec2[idx] & 0xF]; in decode_coeffs()
978 vals[0] = fval_tab[ symbol_to_vec4[idx] >> 12 ]; in decode_coeffs()
979 vals[1] = fval_tab[(symbol_to_vec4[idx] >> 8) & 0xF]; in decode_coeffs()
980 vals[2] = fval_tab[(symbol_to_vec4[idx] >> 4) & 0xF]; in decode_coeffs()
981 vals[3] = fval_tab[ symbol_to_vec4[idx] & 0xF]; in decode_coeffs()
986 if (vals[ in decode_coeffs()
[all...]
/third_party/mesa3d/src/freedreno/rnn/
H A Drnn.c171 ADDARRAY(ti->vals, val); in trytypetag()
349 ADDARRAY(cur->vals, val); in parseenum()
984 ADDARRAY(dst->vals, copyvalue(src->vals[i], file)); in copytypeinfo()
1033 if (!strcmp(en->vals[i]->name, name)) in findvidx()
1136 vi->prefix = vi->prefenum->vals[i]->name; in prepvarinfo()
1140 vi->prefix = vi->prefenum->vals[0]->name; in prepvarinfo()
1167 ADDARRAY(ti->vals, copyvalue(en->vals[j], file)); in preptypeinfo()
1230 prepvalue(db, ti->vals[ in preptypeinfo()
[all...]
/kernel/linux/linux-5.10/drivers/iio/light/
H A Das73211.c410 const int **vals, int *type, int *length, long mask) in as73211_read_avail()
417 *vals = as73211_samp_freq_avail; in as73211_read_avail()
423 *vals = as73211_hardwaregain_avail; in as73211_read_avail()
429 *vals = data->int_time_avail; in as73211_read_avail()
409 as73211_read_avail(struct iio_dev *indio_dev, struct iio_chan_spec const *chan, const int **vals, int *type, int *length, long mask) as73211_read_avail() argument
/kernel/linux/linux-5.10/drivers/iio/accel/
H A Dbma400_core.c710 const int **vals, int *type, int *length, in bma400_read_avail()
716 *vals = bma400_scales; in bma400_read_avail()
721 *vals = bma400_osr_range; in bma400_read_avail()
726 *vals = bma400_sample_freqs; in bma400_read_avail()
708 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-5.10/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600_gyro.c593 const int **vals, in inv_icm42600_gyro_read_avail()
601 *vals = inv_icm42600_gyro_scale; in inv_icm42600_gyro_read_avail()
606 *vals = inv_icm42600_gyro_odr; in inv_icm42600_gyro_read_avail()
611 *vals = inv_icm42600_gyro_calibbias; in inv_icm42600_gyro_read_avail()
591 inv_icm42600_gyro_read_avail(struct iio_dev *indio_dev, struct iio_chan_spec const *chan, const int **vals, int *type, int *length, long mask) inv_icm42600_gyro_read_avail() argument

Completed in 46 milliseconds

12345678910>>...22