Home
last modified time | relevance | path

Searched refs:values (Results 1576 - 1600 of 3163) sorted by relevance

1...<<61626364656667686970>>...127

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeBufferApiTests.cpp47 ctx.beginSection("GL_INVALID_ENUM is generated if target is not one of the allowable values."); in bind_buffer()
765 std::vector<deUint32> values (maxDrawBuffers+1); in draw_buffers()
769 values[0] = GL_NONE; in draw_buffers()
770 values[1] = GL_BACK; in draw_buffers()
771 values[2] = GL_COLOR_ATTACHMENT0; in draw_buffers()
772 values[3] = GL_DEPTH_ATTACHMENT; in draw_buffers()
787 ctx.beginSection("GL_INVALID_ENUM is generated if one of the values in bufs is not an accepted value."); in draw_buffers()
788 ctx.glDrawBuffers (2, &values[2]); in draw_buffers()
794 ctx.glDrawBuffers (1, &values[1]); in draw_buffers()
802 ctx.glDrawBuffers (2, &values[ in draw_buffers()
[all...]
/third_party/python/Modules/
H A Ditertoolsmodule.c581 PyObject *(values[LINKCELLS]); member
625 value = tdo->values[i]; in teedataobject_getitem()
640 tdo->values[i] = value; in teedataobject_getitem()
653 Py_VISIT(tdo->values[i]); in teedataobject_traverse()
679 Py_CLEAR(tdo->values[i]); in teedataobject_clear()
698 /* create a temporary list of already iterated values */ in teedataobject_reduce()
699 PyObject *values = PyList_New(tdo->numread); in teedataobject_reduce() local
701 if (!values) in teedataobject_reduce()
704 Py_INCREF(tdo->values[i]); in teedataobject_reduce()
705 PyList_SET_ITEM(values, in teedataobject_reduce()
723 itertools_teedataobject_impl(PyTypeObject *type, PyObject *it, PyObject *values, PyObject *next) itertools_teedataobject_impl() argument
[all...]
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_util.cpp292 std::vector<bool> values; in AppendBoolArrayData() local
302 values.emplace_back(ParseBoolValue(env, element)); in AppendBoolArrayData()
305 info.params[key] = values; in AppendBoolArrayData()
379 std::vector<std::string> values; in AppendStringArrayData() local
389 values.emplace_back(ParseStringValue(env, element)); in AppendStringArrayData()
392 info.params[key] = values; in AppendStringArrayData()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/edp/
H A Dedp_ctrl.c580 /* Configure host and panel only if both values are allowed */ in edp_voltage_pre_emphasise_set()
753 u8 values[2]; in edp_do_link_train() local
759 * adjusted and the values are different from them in DPCD CAP in edp_do_link_train()
761 values[0] = ctrl->lane_cnt; in edp_do_link_train()
762 values[1] = ctrl->link_rate; in edp_do_link_train()
765 values[1] |= DP_LANE_COUNT_ENHANCED_FRAME_EN; in edp_do_link_train()
767 if (drm_dp_dpcd_write(ctrl->drm_aux, DP_LINK_BW_SET, values, in edp_do_link_train()
768 sizeof(values)) < 0) in edp_do_link_train()
/kernel/linux/linux-5.10/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_chip.h395 /* Following three values are in time units (1024us)
728 /* All 16 bit values, offset from the address in FWRAW_REGS_ADDR */
760 /* integration values in the vendor driver */
796 static inline int zd_ioread16v_locked(struct zd_chip *chip, u16 *values, in zd_ioread16v_locked() argument
801 return zd_usb_ioread16v(&chip->usb, values, addresses, count); in zd_ioread16v_locked()
811 int zd_ioread32v_locked(struct zd_chip *chip, u32 *values,
861 const u32* values, unsigned int count, u8 bits);
863 const u32* values, unsigned int count);
873 u32 *values, unsigned int count);
/kernel/linux/linux-6.6/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_chip.h395 /* Following three values are in time units (1024us)
728 /* All 16 bit values, offset from the address in FWRAW_REGS_ADDR */
760 /* integration values in the vendor driver */
796 static inline int zd_ioread16v_locked(struct zd_chip *chip, u16 *values, in zd_ioread16v_locked() argument
801 return zd_usb_ioread16v(&chip->usb, values, addresses, count); in zd_ioread16v_locked()
811 int zd_ioread32v_locked(struct zd_chip *chip, u32 *values,
861 const u32* values, unsigned int count, u8 bits);
863 const u32* values, unsigned int count);
873 u32 *values, unsigned int count);
/third_party/ffmpeg/libavfilter/
H A Daf_sofalizer.c93 AVComplexFloat *in_fft[2]; /* Array to hold input FFT values */
94 AVComplexFloat *out_fft[2]; /* Array to hold output FFT values */
95 AVComplexFloat *temp_afft[2]; /* Array to accumulate FFT values prior to IFFT */
180 *samplingrate = mysofa->DataSamplingRate.values[0]; in preload_sofa()
695 delays[0] = s->sofa.hrtf->DataDelay.values[nearest * s->sofa.hrtf->R]; in getfilter_float()
696 delays[1] = s->sofa.hrtf->DataDelay.values[nearest * s->sofa.hrtf->R + 1]; in getfilter_float()
698 delays[0] = s->sofa.hrtf->DataDelay.values[0]; in getfilter_float()
699 delays[1] = s->sofa.hrtf->DataDelay.values[1]; in getfilter_float()
701 res = s->sofa.hrtf->DataIR.values + nearest * s->sofa.hrtf->N * s->sofa.hrtf->R; in getfilter_float()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DMutableCodePointTrie.java12 * Fast map from Unicode code points (U+0000..U+10FFFF) to 32-bit integer values.
15 * <p>Setting values (especially ranges) and lookup is fast.
20 * For example, it is possible to merge its values with those from another
30 * It uses 32-bit data values until
325 * <p>The mutable trie stores 32-bit values until buildImmutable() is called.
326 * If values shorter than 32 bits are to be stored in the immutable trie,
328 * For example, when the mutable trie contains values 0x81, -0x7f, and 0xa581,
345 * then the values stored in the trie will be truncated first
374 // Flag values for data blocks.
391 // Flag values fo
718 private int[] values = new int[CAPACITY]; global() field in MutableCodePointTrie.AllSameBlocks
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DCodePointTrieTest.java36 /* Values for setting possibly overlapping, out-of-order ranges of values */
175 // Skip over special values and low ranges. in testTrieGetRanges()
345 int[] values = new int[16000]; in testTrieUTF16()
360 values[countValues++]=value; in testTrieUTF16()
366 values[countValues++]=value; in testTrieUTF16()
372 values[countValues++]=value; in testTrieUTF16()
386 expected = UTF16Plus.isSurrogate(c) ? errorValue : values[i]; in testTrieUTF16()
412 expected = UTF16Plus.isSurrogate(c) ? errorValue : values[i]; in testTrieUTF16()
579 /* set values from setRanges[] */ in makeTrieWithRanges()
582 /* switch to a clone in the middle of setting values */ in makeTrieWithRanges()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DCodePointTrieTest.java33 /* Values for setting possibly overlapping, out-of-order ranges of values */
172 // Skip over special values and low ranges. in testTrieGetRanges()
342 int[] values = new int[16000]; in testTrieUTF16()
357 values[countValues++]=value; in testTrieUTF16()
363 values[countValues++]=value; in testTrieUTF16()
369 values[countValues++]=value; in testTrieUTF16()
383 expected = UTF16Plus.isSurrogate(c) ? errorValue : values[i]; in testTrieUTF16()
409 expected = UTF16Plus.isSurrogate(c) ? errorValue : values[i]; in testTrieUTF16()
576 /* set values from setRanges[] */ in makeTrieWithRanges()
579 /* switch to a clone in the middle of setting values */ in makeTrieWithRanges()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DMutableCodePointTrie.java13 * Fast map from Unicode code points (U+0000..U+10FFFF) to 32-bit integer values.
16 * <p>Setting values (especially ranges) and lookup is fast.
21 * For example, it is possible to merge its values with those from another
31 * It uses 32-bit data values until
318 * <p>The mutable trie stores 32-bit values until buildImmutable() is called.
319 * If values shorter than 32 bits are to be stored in the immutable trie,
321 * For example, when the mutable trie contains values 0x81, -0x7f, and 0xa581,
338 * then the values stored in the trie will be truncated first
366 // Flag values for data blocks.
383 // Flag values fo
710 private int[] values = new int[CAPACITY]; global() field in MutableCodePointTrie.AllSameBlocks
[all...]
/third_party/libfuse/example/
H A Dcxxopts.hpp470 namespace values namespace
942 return std::make_shared<values::standard_value<T>>(); in value()
949 return std::make_shared<values::standard_value<T>>(&t); in value()
1083 return static_cast<const values::standard_value<T>&>(*m_value).get(); in as()
1085 return dynamic_cast<const values::standard_value<T>&>(*m_value).get(); in as()
1132 values::parse_value(m_value, result); in as()
/third_party/python/Lib/test/test_capi/
H A Dtest_misc.py395 def values(self): member in CAPITest.test_mapping_keys_values_items.Mapping1
396 return list(super().values())
402 def values(self): member in CAPITest.test_mapping_keys_values_items.Mapping2
403 return tuple(super().values())
414 list(mapping.values()))
426 def values(self): member in CAPITest.test_mapping_keys_values_items_bad_arg.BadMapping
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dvaliditygenerator.py41 """Make an ordered dict (with None as the values) from a generator."""
435 # Document that these arrays may be ignored if any of the length values are 0
546 # An array of void values is a byte array.
667 # An array of void values is a byte array, a void pointer is just a pointer to nothing in particular
696 # input an array of bitmask values
702 template = 'combination of {bitsname} values'
706 template = 'combination of {bitsname} values'
848 if len(ancestormap.values()) > 1:
849 current = list(ancestormap.values())[0]
850 for ancestors in list(ancestormap.values())[
[all...]
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dlossless_enc_sse2.c95 uint16_t values[SPAN]; in CollectColorBlueTransforms_SSE2() local
115 _mm_storeu_si128((__m128i*)values, I); in CollectColorBlueTransforms_SSE2()
116 for (i = 0; i < SPAN; ++i) ++histo[values[i]]; in CollectColorBlueTransforms_SSE2()
141 uint16_t values[SPAN]; in CollectColorRedTransforms_SSE2() local
155 _mm_storeu_si128((__m128i*)values, I); in CollectColorRedTransforms_SSE2()
156 for (i = 0; i < SPAN; ++i) ++histo[values[i]]; in CollectColorRedTransforms_SSE2()
174 // that's ok since the histogram values are less than 1<<28 (max picture size).
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-coretext.cc621 CFNumberRef values[] = { in _hb_coretext_shape() local
631 CFTypeRef values[] = { in _hb_coretext_shape()
636 static_assert ((ARRAY_LENGTH_CONST (keys) == ARRAY_LENGTH_CONST (values)), ""); in _hb_coretext_shape()
639 (const void **) values, in _hb_coretext_shape()
643 for (unsigned int i = 0; i < ARRAY_LENGTH (values); i++) in _hb_coretext_shape()
644 CFRelease (values[i]); in _hb_coretext_shape()
/third_party/python/Lib/test/test_importlib/
H A Dtest_abc.py127 ##### Default return values ####################################################
787 values = module._.split('::')
788 self.assertEqual(values[0], self.name)
789 self.assertEqual(values[1], self.path)
790 self.assertEqual(values[2], self.cached)
791 self.assertEqual(values[3], self.package)
792 self.assertEqual(values[4], repr(self.loader))
861 # Testing the values for a package are covered by test_load_module.
/third_party/protobuf/python/google/protobuf/internal/
H A Djson_format_test.py624 message.value.values.add().number_value = 11.1
625 message.value.values.add().null_value = 0
626 message.value.values.add().bool_value = True
627 message.value.values.add().string_value = 'hello'
628 message.value.values.add().struct_value['name'] = 'Jim'
629 message.repeated_value.add().values.add().number_value = 1
/third_party/rust/crates/serde/serde/src/de/
H A Dimpls.rs705 let mut values = Vec::<u8>::with_capacity(capacity); in visit_seq() variables
708 values.push(value); in visit_seq()
711 CString::new(values).map_err(Error::custom) in visit_seq()
925 let mut values = $with_capacity; in deserialize() variables
928 $insert(&mut values, value); in deserialize()
931 Ok(values) in deserialize()
964 // FIXME: try to overwrite old values here? (Vec, VecDeque, LinkedList) in deserialize_in_place()
1069 let mut values = Vec::<T>::with_capacity(capacity); in deserialize() variables
1072 values.push(value); in deserialize()
1075 Ok(values) in deserialize()
1426 let mut values = $with_capacity; deserialize() variables
[all...]
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dbpf.c517 void *out_batch, void *keys, void *values, in bpf_map_batch_common()
533 attr.batch.values = ptr_to_u64(values); in bpf_map_batch_common()
552 void *values, __u32 *count, in bpf_map_lookup_batch()
556 out_batch, keys, values, count, opts); in bpf_map_lookup_batch()
560 void *keys, void *values, __u32 *count, in bpf_map_lookup_and_delete_batch()
564 fd, in_batch, out_batch, keys, values, in bpf_map_lookup_and_delete_batch()
568 int bpf_map_update_batch(int fd, const void *keys, const void *values, __u32 *count, in bpf_map_update_batch() argument
572 (void *)keys, (void *)values, count, opts); in bpf_map_update_batch()
516 bpf_map_batch_common(int cmd, int fd, void *in_batch, void *out_batch, void *keys, void *values, __u32 *count, const struct bpf_map_batch_opts *opts) bpf_map_batch_common() argument
551 bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, void *values, __u32 *count, const struct bpf_map_batch_opts *opts) bpf_map_lookup_batch() argument
559 bpf_map_lookup_and_delete_batch(int fd, void *in_batch, void *out_batch, void *keys, void *values, __u32 *count, const struct bpf_map_batch_opts *opts) bpf_map_lookup_and_delete_batch() argument
/third_party/cups-filters/filter/foomatic-rip/
H A Doptions.c813 void build_foomatic_custom_command(dstr_t *cmd, option_t *opt, const char *values) in build_foomatic_custom_command() argument
818 char ** paramvalues = paramvalues_from_string(opt, values); in build_foomatic_custom_command()
843 dstrreplace(cmd, "%s", values, 0); in build_foomatic_custom_command()
847 void build_cups_custom_ps_command(dstr_t *cmd, option_t *opt, const char *values) in build_cups_custom_ps_command() argument
851 char **paramvalues = paramvalues_from_string(opt, values); in build_cups_custom_ps_command()
860 void build_cups_custom_jcl_command(dstr_t *cmd, option_t *opt, const char *values) in build_cups_custom_jcl_command() argument
865 char **paramvalues = paramvalues_from_string(opt, values); in build_cups_custom_jcl_command()
983 void composite_set_values(option_t *opt, int optionset, const char *values) in composite_set_values() argument
989 copy = strdup(values); in composite_set_values()
1044 /* set dependent values */ in option_set_value()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dtznames_impl.cpp151 LocalPointer<UVector> values( in addValue()
159 if (values->hasDeleter()) { in addValue()
160 values->adoptElement(fValues, status); in addValue()
162 values->addElement(fValues, status); in addValue()
164 fValues = values.orphan(); in addValue()
168 UVector *values = (UVector *)fValues; in addValue() local
169 if (values->hasDeleter()) { in addValue()
170 values->adoptElement(value, status); in addValue()
172 values->addElement(value, status); in addValue()
1627 // Load the values int in getDisplayNames()
[all...]
/third_party/libbpf/src/
H A Dbpf.c517 void *out_batch, void *keys, void *values, in bpf_map_batch_common()
533 attr.batch.values = ptr_to_u64(values); in bpf_map_batch_common()
552 void *values, __u32 *count, in bpf_map_lookup_batch()
556 out_batch, keys, values, count, opts); in bpf_map_lookup_batch()
560 void *keys, void *values, __u32 *count, in bpf_map_lookup_and_delete_batch()
564 fd, in_batch, out_batch, keys, values, in bpf_map_lookup_and_delete_batch()
568 int bpf_map_update_batch(int fd, const void *keys, const void *values, __u32 *count, in bpf_map_update_batch() argument
572 (void *)keys, (void *)values, count, opts); in bpf_map_update_batch()
516 bpf_map_batch_common(int cmd, int fd, void *in_batch, void *out_batch, void *keys, void *values, __u32 *count, const struct bpf_map_batch_opts *opts) bpf_map_batch_common() argument
551 bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, void *values, __u32 *count, const struct bpf_map_batch_opts *opts) bpf_map_lookup_batch() argument
559 bpf_map_lookup_and_delete_batch(int fd, void *in_batch, void *out_batch, void *keys, void *values, __u32 *count, const struct bpf_map_batch_opts *opts) bpf_map_lookup_and_delete_batch() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dtznames_impl.cpp151 LocalPointer<UVector> values( in addValue()
159 if (values->hasDeleter()) { in addValue()
160 values->adoptElement(fValues, status); in addValue()
162 values->addElement(fValues, status); in addValue()
164 fValues = values.orphan(); in addValue()
168 UVector *values = (UVector *)fValues; in addValue() local
169 if (values->hasDeleter()) { in addValue()
170 values->adoptElement(value, status); in addValue()
172 values->addElement(value, status); in addValue()
1612 // Load the values int in getDisplayNames()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DFramebufferGL.cpp370 // Populating rearrangedPixels values from pixels in RearrangeEXTTextureNorm16Pixels()
532 const GLfloat *values) in clearBufferfv()
543 functions->clearBufferfv(buffer, drawbuffer, values); in clearBufferfv()
551 reinterpret_cast<const uint8_t *>(values), 0.0f, 0); in clearBufferfv()
561 const GLuint *values) in clearBufferuiv()
572 functions->clearBufferuiv(buffer, drawbuffer, values); in clearBufferuiv()
580 reinterpret_cast<const uint8_t *>(values), 0.0f, 0); in clearBufferuiv()
590 const GLint *values) in clearBufferiv()
601 functions->clearBufferiv(buffer, drawbuffer, values); in clearBufferiv()
609 reinterpret_cast<const uint8_t *>(values), 0. in clearBufferiv()
529 clearBufferfv(const gl::Context *context, GLenum buffer, GLint drawbuffer, const GLfloat *values) clearBufferfv() argument
558 clearBufferuiv(const gl::Context *context, GLenum buffer, GLint drawbuffer, const GLuint *values) clearBufferuiv() argument
587 clearBufferiv(const gl::Context *context, GLenum buffer, GLint drawbuffer, const GLint *values) clearBufferiv() argument
[all...]

Completed in 46 milliseconds

1...<<61626364656667686970>>...127