Home
last modified time | relevance | path

Searched refs:values (Results 351 - 375 of 2927) sorted by relevance

1...<<11121314151617181920>>...118

/third_party/vk-gl-cts/framework/opengl/
H A DgluShaderLibrary.cpp66 const vector<Value>& values = storageNdx == 0 ? block.inputs : in isValid() local
69 const size_t refArrayLen = values.empty() ? 0 : (values[0].elements.size() / (size_t)values[0].type.getScalarSize()); in isValid()
71 for (size_t valNdx = 0; valNdx < values.size(); ++valNdx) in isValid()
73 const Value& value = values[valNdx]; in isValid()
137 if (!isValid(spec.values)) in isValid()
140 if (!spec.values.inputs.empty() && !spec.values.outputs.empty() && in isValid()
141 spec.values in isValid()
1704 dumpValues(tcu::TestLog& log, const vector<Value>& values, const char* storageName, int arrayNdx) dumpValues() argument
1710 dumpValues(tcu::TestLog& log, const ValueBlock& values, int arrayNdx) dumpValues() argument
[all...]
/third_party/typescript/tests/baselines/reference/
H A DtaggedTemplatesInDifferentScopes.js2 export function tag(parts: TemplateStringsArray, ...values: any[]) {
28 var values = [];
30 values[_i - 1] = arguments[_i];
/third_party/ffmpeg/libavcodec/
H A Dvorbis.c107 vorbis_floor1_entry *list, int values) in ff_vorbis_ready_floor1_list()
112 for (i = 2; i < values; i++) { in ff_vorbis_ready_floor1_list()
128 for (i = 0; i < values - 1; i++) { in ff_vorbis_ready_floor1_list()
130 for (j = i + 1; j < values; j++) { in ff_vorbis_ready_floor1_list()
196 void ff_vorbis_floor1_render_list(vorbis_floor1_entry * list, int values, in ff_vorbis_floor1_render_list() argument
203 for (i = 1; i < values; i++) { in ff_vorbis_floor1_render_list()
106 ff_vorbis_ready_floor1_list(AVCodecContext *avctx, vorbis_floor1_entry *list, int values) ff_vorbis_ready_floor1_list() argument
/third_party/icu/icu4c/source/common/
H A Ddictionarydata.cpp46 int32_t *lengths, int32_t *cpLengths, int32_t *values, in matches()
60 if (values != NULL) { in matches()
61 values[wordCount] = uct.getValue(); in matches()
114 int32_t *lengths, int32_t *cpLengths, int32_t *values, in matches()
127 if (values != NULL) { in matches()
128 values[wordCount] = bt.getValue(); in matches()
45 matches(UText *text, int32_t maxLength, int32_t limit, int32_t *lengths, int32_t *cpLengths, int32_t *values, int32_t *prefix) const matches() argument
113 matches(UText *text, int32_t maxLength, int32_t limit, int32_t *lengths, int32_t *cpLengths, int32_t *values, int32_t *prefix) const matches() argument
/third_party/mbedtls/tests/scripts/
H A Dtest_psa_constant_names.py4 to print out their numerical values, feed these numerical values to
55 """Generate and run a program to print out numerical values of C expressions."""
65 caller='test_psa_constant_names.py for {} values'.format(type_word),
100 """Generate expressions using known macro names and calculate their values.
109 values = run_c(type_word, expressions,
111 return expressions, values
131 expressions, values = collect_values(inputs, type_word,
135 type_word] + values)
139 for expr, value, output in zip(expressions, values, output
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ddictionarydata.cpp46 int32_t *lengths, int32_t *cpLengths, int32_t *values, in matches()
60 if (values != nullptr) { in matches()
61 values[wordCount] = uct.getValue(); in matches()
114 int32_t *lengths, int32_t *cpLengths, int32_t *values, in matches()
127 if (values != nullptr) { in matches()
128 values[wordCount] = bt.getValue(); in matches()
45 matches(UText *text, int32_t maxLength, int32_t limit, int32_t *lengths, int32_t *cpLengths, int32_t *values, int32_t *prefix) const matches() argument
113 matches(UText *text, int32_t maxLength, int32_t limit, int32_t *lengths, int32_t *cpLengths, int32_t *values, int32_t *prefix) const matches() argument
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
H A Dindex.js143 for (const edge of tree.edgesOut.values()) {
152 for (const edge of node.edgesOut.values()) {
161 for (const child of node.children.values()) {
181 for (const { to } of node.edgesOut.values()) {
185 for (const edgeIn of to.edgesIn.values()) {
195 [...tree.edgesOut.values()].map(edge => edge.to),
/third_party/skia/third_party/externals/icu/source/common/
H A Ddictionarydata.cpp46 int32_t *lengths, int32_t *cpLengths, int32_t *values, in matches()
60 if (values != NULL) { in matches()
61 values[wordCount] = uct.getValue(); in matches()
114 int32_t *lengths, int32_t *cpLengths, int32_t *values, in matches()
127 if (values != NULL) { in matches()
128 values[wordCount] = bt.getValue(); in matches()
45 matches(UText *text, int32_t maxLength, int32_t limit, int32_t *lengths, int32_t *cpLengths, int32_t *values, int32_t *prefix) const matches() argument
113 matches(UText *text, int32_t maxLength, int32_t limit, int32_t *lengths, int32_t *cpLengths, int32_t *values, int32_t *prefix) const matches() argument
/third_party/protobuf/objectivec/
H A DGPBDescriptor_PackagePrivate.h259 // valueNames, values and extraTextFormatInfo have to be long lived, they are
264 values:(const int32_t *)values
270 values:(const int32_t *)values
277 values:(const int32_t *)values
/third_party/skia/modules/svg/src/
H A DSkSVGFeLighting.cpp28 std::vector<SkSVGNumberType> values; in parse() local
29 if (!this->parse(&values)) { in parse()
33 kernelUnitLength->fDx = values[0]; in parse()
34 kernelUnitLength->fDy = values.size() > 1 ? values[1] : values[0]; in parse()
/third_party/skia/bench/
H A DSKPBench.cpp144 SkTArray<double>* values) { in draw_pic_for_stats()
150 dContext->priv().dumpGpuStatsKeyValuePairs(keys, values); in draw_pic_for_stats()
151 dContext->priv().dumpCacheStatsKeyValuePairs(keys, values); in draw_pic_for_stats()
152 dContext->priv().dumpContextStatsKeyValuePairs(keys, values); in draw_pic_for_stats()
155 void SKPBench::getGpuStats(SkCanvas* canvas, SkTArray<SkString>* keys, SkTArray<double>* values) { in getGpuStats() argument
168 draw_pic_for_stats(canvas, direct, fPic.get(), keys, values); in getGpuStats()
176 // values for our SKP. in getDMSAAStats()
140 draw_pic_for_stats(SkCanvas* canvas, GrDirectContext* dContext, const SkPicture* picture, SkTArray<SkString>* keys, SkTArray<double>* values) draw_pic_for_stats() argument
/third_party/python/Lib/test/
H A Dtest_generators.py1484 # values = [None] * 3
1485 # for values[0] in x():
1486 # for values[1] in y():
1487 # for values[2] in z():
1488 # yield values
1490 # So some 3-lists of values *may* be generated, each time we successfully
1495 # iterators have side-effects, so that which values *can* be generated at
1496 # each slot depend on the values iterated at previous slots.
1500 values = [None] * len(gs)
1504 yield values
[all...]
/kernel/linux/linux-5.10/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600_timestamp.c29 acc->values[acc->idx++] = val; in inv_update_acc()
30 if (acc->idx >= ARRAY_SIZE(acc->values)) in inv_update_acc()
33 /* compute the mean of all stored values, use 0 as empty slot */ in inv_update_acc()
34 for (i = 0; i < ARRAY_SIZE(acc->values); ++i) { in inv_update_acc()
35 if (acc->values[i] == 0) in inv_update_acc()
37 sum += acc->values[i]; in inv_update_acc()
49 /* current multiplier and period values after reset */ in inv_icm42600_timestamp_init()
/kernel/linux/linux-5.10/samples/bpf/
H A Dxdp_redirect_map_user.c66 __u64 values[nr_cpus], prev[nr_cpus]; in poll_stats() local
76 assert(bpf_map_lookup_elem(rxcnt_map_fd, &key, values) == 0); in poll_stats()
78 sum += (values[i] - prev[i]); in poll_stats()
82 memcpy(prev, values, sizeof(values)); in poll_stats()
H A Dxdp_redirect_user.c66 __u64 values[nr_cpus], prev[nr_cpus]; in poll_stats() local
76 assert(bpf_map_lookup_elem(rxcnt_map_fd, &key, values) == 0); in poll_stats()
78 sum += (values[i] - prev[i]); in poll_stats()
82 memcpy(prev, values, sizeof(values)); in poll_stats()
/kernel/linux/linux-5.10/net/ax25/
H A Dax25_timer.c125 proto = ax25->ax25_dev->values[AX25_VALUES_PROTOCOL]; in ax25_heartbeat_expiry()
148 switch (ax25->ax25_dev->values[AX25_VALUES_PROTOCOL]) { in ax25_t1timer_expiry()
167 switch (ax25->ax25_dev->values[AX25_VALUES_PROTOCOL]) { in ax25_t2timer_expiry()
186 switch (ax25->ax25_dev->values[AX25_VALUES_PROTOCOL]) { in ax25_t3timer_expiry()
207 switch (ax25->ax25_dev->values[AX25_VALUES_PROTOCOL]) { in ax25_idletimer_expiry()
/kernel/linux/linux-6.6/net/ax25/
H A Dax25_timer.c127 proto = ax25->ax25_dev->values[AX25_VALUES_PROTOCOL]; in ax25_heartbeat_expiry()
150 switch (ax25->ax25_dev->values[AX25_VALUES_PROTOCOL]) { in ax25_t1timer_expiry()
169 switch (ax25->ax25_dev->values[AX25_VALUES_PROTOCOL]) { in ax25_t2timer_expiry()
188 switch (ax25->ax25_dev->values[AX25_VALUES_PROTOCOL]) { in ax25_t3timer_expiry()
209 switch (ax25->ax25_dev->values[AX25_VALUES_PROTOCOL]) { in ax25_idletimer_expiry()
/third_party/elfutils/lib/
H A Dcolor.c44 /* Option values. */
102 } values[] = in parse_opt() local
114 const int nvalues = sizeof (values) / sizeof (values[0]); in parse_opt()
117 if (strcmp (arg, values[i].str) == 0) in parse_opt()
119 color_mode = values[i].mode; in parse_opt()
/third_party/googletest/googlemock/src/
H A Dgmock-internal-utils.cc58 const std::vector<const char*>& names, const Strings& values) { in JoinAsKeyValueTuple()
59 GTEST_CHECK_(names.size() == values.size()); in JoinAsKeyValueTuple()
60 if (values.empty()) { in JoinAsKeyValueTuple()
64 return std::string(names[i]) + ": " + values[i]; in JoinAsKeyValueTuple()
67 for (size_t i = 1; i < values.size(); i++) { in JoinAsKeyValueTuple()
57 JoinAsKeyValueTuple( const std::vector<const char*>& names, const Strings& values) JoinAsKeyValueTuple() argument
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_code.c181 float * values = c->Constants[i].u.Immediate; in rc_constants_print() local
184 i, values[0],values[1], values[2], values[3]); in rc_constants_print()
/third_party/skia/third_party/externals/angle2/src/common/
H A Dgen_packed_gl_enums.py14 Enum = namedtuple('Enum', ['name', 'values', 'max_value'])
49 values = []
53 values.append(EnumValue(value_name, value_gl_name, i))
57 enums.append(Enum(enum_name, values, i))
123 for value in enum.values:
211 for value in enum.values:
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dbtree_test.h125 // Generate n values for our tests and benchmarks. Value range is [0, maxval].
132 std::vector<int> values; in GenerateNumbersWithSeed() local
134 if (values.size() < n) { in GenerateNumbersWithSeed()
135 for (int i = values.size(); i < n; i++) { in GenerateNumbersWithSeed()
141 values.push_back(value); in GenerateNumbersWithSeed()
144 return values; in GenerateNumbersWithSeed()
147 // Generates n values in the range [0, maxval].
/kernel/linux/linux-5.10/drivers/i2c/
H A Di2c-core-smbus.c204 * @values: Byte array into which data will be read; big enough to hold
216 u8 *values) in i2c_smbus_read_block_data()
227 memcpy(values, &data.block[1], data.block[0]); in i2c_smbus_read_block_data()
237 * @values: Byte array which will be written.
243 u8 length, const u8 *values) in i2c_smbus_write_block_data()
250 memcpy(&data.block[1], values, length); in i2c_smbus_write_block_data()
259 u8 length, u8 *values) in i2c_smbus_read_i2c_block_data()
273 memcpy(values, &data.block[1], data.block[0]); in i2c_smbus_read_i2c_block_data()
279 u8 length, const u8 *values) in i2c_smbus_write_i2c_block_data()
286 memcpy(data.block + 1, values, lengt in i2c_smbus_write_i2c_block_data()
215 i2c_smbus_read_block_data(const struct i2c_client *client, u8 command, u8 *values) i2c_smbus_read_block_data() argument
242 i2c_smbus_write_block_data(const struct i2c_client *client, u8 command, u8 length, const u8 *values) i2c_smbus_write_block_data() argument
258 i2c_smbus_read_i2c_block_data(const struct i2c_client *client, u8 command, u8 length, u8 *values) i2c_smbus_read_i2c_block_data() argument
278 i2c_smbus_write_i2c_block_data(const struct i2c_client *client, u8 command, u8 length, const u8 *values) i2c_smbus_write_i2c_block_data() argument
637 i2c_smbus_read_i2c_block_data_or_emulated(const struct i2c_client *client, u8 command, u8 length, u8 *values) i2c_smbus_read_i2c_block_data_or_emulated() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H A Ddp.c334 u8 values[2], value; in drm_dp_link_configure() local
345 values[0] = drm_dp_link_rate_to_bw_code(link->rate); in drm_dp_link_configure()
346 values[1] = link->lanes; in drm_dp_link_configure()
349 values[1] |= DP_LANE_COUNT_ENHANCED_FRAME_EN; in drm_dp_link_configure()
351 err = drm_dp_dpcd_write(aux, DP_LINK_BW_SET, values, sizeof(values)); in drm_dp_link_configure()
471 u8 values[4], pattern = 0; in drm_dp_link_apply_training() local
486 values[i] = DP_TRAIN_VOLTAGE_SWING_LEVEL(vs[i]) | in drm_dp_link_apply_training()
489 err = drm_dp_dpcd_write(aux, DP_TRAINING_LANE0_SET, values, lanes); in drm_dp_link_apply_training()
497 values[ in drm_dp_link_apply_training()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H A Ddp.c334 u8 values[2], value; in drm_dp_link_configure() local
345 values[0] = drm_dp_link_rate_to_bw_code(link->rate); in drm_dp_link_configure()
346 values[1] = link->lanes; in drm_dp_link_configure()
349 values[1] |= DP_LANE_COUNT_ENHANCED_FRAME_EN; in drm_dp_link_configure()
351 err = drm_dp_dpcd_write(aux, DP_LINK_BW_SET, values, sizeof(values)); in drm_dp_link_configure()
471 u8 values[4], pattern = 0; in drm_dp_link_apply_training() local
486 values[i] = DP_TRAIN_VOLTAGE_SWING_LEVEL(vs[i]) | in drm_dp_link_apply_training()
489 err = drm_dp_dpcd_write(aux, DP_TRAINING_LANE0_SET, values, lanes); in drm_dp_link_apply_training()
497 values[ in drm_dp_link_apply_training()
[all...]

Completed in 15 milliseconds

1...<<11121314151617181920>>...118