Home
last modified time | relevance | path

Searched refs:vals (Results 201 - 225 of 508) sorted by relevance

12345678910>>...21

/third_party/node/deps/v8/src/baseline/loong64/
H A Dbaseline-assembler-loong64-inl.h328 int BaselineAssembler::Push(T... vals) { in Push() argument
329 return detail::PushAllHelper<T...>::Push(this, vals...); in Push()
333 void BaselineAssembler::PushReverse(T... vals) { in PushReverse() argument
334 detail::PushAllHelper<T...>::PushReverse(this, vals...); in PushReverse()
/third_party/node/deps/v8/src/baseline/ppc/
H A Dbaseline-assembler-ppc-inl.h465 int BaselineAssembler::Push(T... vals) { in Push() argument
466 return detail::PushAllHelper<T...>::Push(this, vals...); in Push()
470 void BaselineAssembler::PushReverse(T... vals) { in PushReverse() argument
471 detail::PushAllHelper<T...>::PushReverse(this, vals...); in PushReverse()
/third_party/node/deps/v8/src/baseline/x64/
H A Dbaseline-assembler-x64-inl.h323 int BaselineAssembler::Push(T... vals) { in Push() argument
324 return detail::PushAllHelper<T...>::Push(this, vals...); in Push()
328 void BaselineAssembler::PushReverse(T... vals) { in PushReverse() argument
329 detail::PushAllHelper<T...>::PushReverse(this, vals...); in PushReverse()
/third_party/musl/ldso/linux/
H A Dns_config.c140 char **keys, **vals; in kvlist_realloc() local
144 vals = (char **)__libc_realloc(kvs->val, size * (sizeof *kvs->val)); in kvlist_realloc()
145 if (!vals) return; in kvlist_realloc()
146 kvs->val = vals; in kvlist_realloc()
/third_party/skia/modules/svg/src/
H A DSkSVGAttributeParser.cpp929 bool SkSVGAttributeParser::parseList(std::vector<T>* vals) {
930 SkASSERT(vals->empty());
938 vals->push_back(v);
943 return !vals->empty() && this->parseEOSToken();
/third_party/python/Lib/test/
H A Dtest_iter.py552 self.vals = args
555 def __init__(self, vals):
556 self.vals = vals
563 if i < len(self.vals):
564 return self.vals[i]
567 return SeqIter(self.vals)
H A Dtest_complex.py640 vals = [0.0, 1e-500, 1e-315, 1e-200, 0.0123, 3.1415, 1e50, INF, NAN]
641 vals += [-v for v in vals]
645 for x in vals:
646 for y in vals:
656 for x in vals:
657 for y in vals:
/kernel/linux/linux-5.10/drivers/iio/adc/
H A Dina2xx-adc.c451 const int **vals, int *type, int *length, in ina2xx_read_avail()
460 *vals = ina219_vshunt_gain_frac; in ina2xx_read_avail()
466 *vals = ina219_vbus_range_tab; in ina2xx_read_avail()
590 int vals[2] = { chip->shunt_resistor_uohm, 1000000 }; in ina2xx_shunt_resistor_show() local
592 return iio_format_value(buf, IIO_VAL_FRACTIONAL, 1, vals); in ina2xx_shunt_resistor_show()
449 ina2xx_read_avail(struct iio_dev *indio_dev, struct iio_chan_spec const *chan, const int **vals, int *type, int *length, long mask) ina2xx_read_avail() argument
/kernel/linux/linux-6.6/drivers/iio/adc/
H A Dina2xx-adc.c454 const int **vals, int *type, int *length, in ina2xx_read_avail()
463 *vals = ina219_vshunt_gain_frac; in ina2xx_read_avail()
469 *vals = ina219_vbus_range_tab; in ina2xx_read_avail()
593 int vals[2] = { chip->shunt_resistor_uohm, 1000000 }; in ina2xx_shunt_resistor_show() local
595 return iio_format_value(buf, IIO_VAL_FRACTIONAL, 1, vals); in ina2xx_shunt_resistor_show()
452 ina2xx_read_avail(struct iio_dev *indio_dev, struct iio_chan_spec const *chan, const int **vals, int *type, int *length, long mask) ina2xx_read_avail() argument
/third_party/ffmpeg/libavcodec/
H A Dsmacker.c84 uint8_t vals[2]; member
160 : ctx->vals[0]; in smacker_decode_bigtree()
162 : ctx->vals[1]; in smacker_decode_bigtree()
215 ctx.vals[i] = 0; in smacker_decode_header_tree()
234 ctx.vals[i] = h.entries[0].value; in smacker_decode_header_tree()
/kernel/linux/linux-5.10/fs/cifs/
H A Dconnect.c856 if (server->vals->header_preamble_size) in smb2_get_credits_from_hdr()
984 server->vals->header_preamble_size) { in standard_receive3()
1000 + server->vals->header_preamble_size); in standard_receive3()
1056 if (server->vals->header_preamble_size) in smb2_add_credits_from_hdr()
1105 if (server->vals->header_preamble_size == 0) in cifs_demultiplex_thread()
1124 server->vals->header_preamble_size) { in cifs_demultiplex_thread()
1133 buf + server->vals->header_preamble_size, in cifs_demultiplex_thread()
1135 - server->vals->header_preamble_size); in cifs_demultiplex_thread()
1460 vol->vals = &smbdefault_values; in cifs_parse_mount_options()
2226 if (vol->rdma && vol->vals in cifs_parse_mount_options()
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dstat.c283 struct perf_counts_values *vals, int cpu, bool *skip) in check_per_pkg()
313 if (!(vals->run && vals->ena)) in check_per_pkg()
282 check_per_pkg(struct evsel *counter, struct perf_counts_values *vals, int cpu, bool *skip) check_per_pkg() argument
/kernel/linux/linux-5.10/include/linux/
H A Daudit.h92 struct audit_ntp_val vals[AUDIT_NTP_NVALS]; member
533 ad->vals[type].oldval = val; in audit_ntp_set_old()
539 ad->vals[type].newval = val; in audit_ntp_set_new()
/kernel/linux/linux-6.6/drivers/iio/magnetometer/
H A Dtmag5273.c255 const int **vals, int *type, int *length, in tmag5273_read_avail()
262 *vals = tmag5273_avg_table; in tmag5273_read_avail()
270 *vals = (int *)tmag5273_scale[data->version]; in tmag5273_read_avail()
253 tmag5273_read_avail(struct iio_dev *indio_dev, struct iio_chan_spec const *chan, const int **vals, int *type, int *length, long mask) tmag5273_read_avail() argument
/kernel/linux/linux-6.6/drivers/iio/accel/
H A Dbmi088-accel-core.c388 const int **vals, int *type, int *length, in bmi088_accel_read_avail()
395 *vals = (const int *)data->chip_info->scale_table; in bmi088_accel_read_avail()
401 *vals = bmi088_sample_freqs; in bmi088_accel_read_avail()
386 bmi088_accel_read_avail(struct iio_dev *indio_dev, struct iio_chan_spec const *chan, const int **vals, int *type, int *length, long mask) bmi088_accel_read_avail() argument
/kernel/linux/linux-6.6/drivers/iio/gyro/
H A Dadxrs290.c417 const int **vals, int *type, int *length, in adxrs290_read_avail()
422 *vals = (const int *)adxrs290_lpf_3db_freq_hz_table; in adxrs290_read_avail()
429 *vals = (const int *)adxrs290_hpf_3db_freq_hz_table; in adxrs290_read_avail()
415 adxrs290_read_avail(struct iio_dev *indio_dev, struct iio_chan_spec const *chan, const int **vals, int *type, int *length, long mask) adxrs290_read_avail() argument
/third_party/python/Lib/
H A Dsysconfig.py701 vals = []
703 vals.append(_CONFIG_VARS.get(name))
704 return vals
/kernel/linux/linux-6.6/tools/perf/util/
H A Dstat-display.c435 char buf[64], *vals, *ends; in print_metric_csv() local
442 ends = vals = skip_spaces(buf); in print_metric_csv()
446 fprintf(out, "%s%s%s%s", config->csv_sep, vals, config->csv_sep, skip_spaces(unit)); in print_metric_csv()
575 char buf[64], *vals, *ends; in print_metric_only_csv() local
582 ends = vals = skip_spaces(buf); in print_metric_only_csv()
586 fprintf(out, "%s%s", vals, config->csv_sep); in print_metric_only_csv()
597 char buf[64], *vals, *ends; in print_metric_only_json() local
604 ends = vals = skip_spaces(buf); in print_metric_only_json()
608 if (!unit[0] || !vals[0]) in print_metric_only_json()
610 fprintf(out, "%s\"%s\" : \"%s\"", os->first ? "" : ", ", unit, vals); in print_metric_only_json()
[all...]
/third_party/lzma/C/
H A D7zArcIn.c352 UInt32 *vals; in ReadUi32s() local
357 vals = crcs->Vals; in ReadUi32s()
361 SZ_READ_32(vals[i]) in ReadUi32s()
364 vals[i] = 0; in ReadUi32s()
1066 CNtfsFileTime *vals; in ReadTime() local
1086 vals = p->Vals; in ReadTime()
1093 vals[i].Low = GetUi32(sd.Data); in ReadTime()
1094 vals[i].High = GetUi32(sd.Data + 4); in ReadTime()
1098 vals[i].High = vals[ in ReadTime()
[all...]
/kernel/linux/linux-5.10/drivers/iio/
H A Diio_core.h35 ssize_t iio_format_value(char *buf, unsigned int type, int size, int *vals);
/kernel/linux/linux-5.10/include/linux/iio/common/
H A Dcros_ec_sensors_core.h116 const int **vals,
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/nfd3/
H A Dnfd3.h48 __le32 vals[4]; member
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/nfdk/
H A Dnfdk.h68 __le32 vals[2]; member
/kernel/linux/linux-6.6/include/linux/iio/common/
H A Dcros_ec_sensors_core.h116 const int **vals,
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dpatch_ca0132.c429 unsigned int vals[VOICEFX_MAX_PARAM_COUNT]; member
441 .vals = { 0x00000000, 0x43C80000, 0x44AF0000,
446 .vals = { 0x3F800000, 0x43C80000, 0x44AF0000,
451 .vals = { 0x3F800000, 0x43C80000, 0x44AF0000,
456 .vals = { 0x3F800000, 0x43C80000, 0x44AF0000,
461 .vals = { 0x3F800000, 0x44324000, 0x44BB8000,
466 .vals = { 0x3F800000, 0x43EA0000, 0x44A52000,
471 .vals = { 0x3F800000, 0x43C70000, 0x44AE6000,
476 .vals = { 0x3F800000, 0x43930000, 0x44BEE000,
481 .vals
525 unsigned int vals[EQ_PRESET_MAX_PARAM_COUNT]; global() member
734 unsigned int vals[NUM_OF_OUTPUTS][AE_CA0113_OUT_SET_COMMANDS]; global() member
759 unsigned int vals[AE5_HEADPHONE_GAIN_PRESET_MAX_COMMANDS]; global() member
[all...]

Completed in 37 milliseconds

12345678910>>...21