Home
last modified time | relevance | path

Searched defs:value (Results 1051 - 1075 of 6462) sorted by relevance

1...<<41424344454647484950>>...259

/third_party/vk-gl-cts/framework/opengl/
H A DgluProgramInterfaceQuery.cpp35 deUint32 value = 0; in getProgramResourceUint() local
/third_party/vk-gl-cts/framework/qphelper/
H A DqpXmlWriter.h52 DE_INLINE qpXmlAttribute qpSetStringAttrib (const char* name, const char* value) in qpSetStringAttrib() argument
63 DE_INLINE qpXmlAttribute qpSetIntAttrib (const char* name, int value) in qpSetIntAttrib() argument
74 DE_INLINE qpXmlAttribute qpSetBoolAttrib (const char* name, deBool value) in qpSetBoolAttrib() argument
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrGenericVector.hpp70 explicit GenericVec4 (const tcu::Vector<ScalarType, 4>& value) in GenericVec4() argument
83 GenericVec4& operator= (const GenericVec4& value) in operator =() argument
93 GenericVec4& operator= (const tcu::Vector<ScalarType, 4>& value) in operator =() argument
[all...]
/third_party/vulkan-loader/tests/framework/
H A Dtest_util.h141 void set_new_value(std::string const& value) { in set_new_value() argument
154 const char* value() const { return cur_value.c_str(); } in value() function
/third_party/ffmpeg/libavcodec/
H A Dg722.h62 int value; member
H A Dfastaudio.c103 static void set_sample(int i, int j, int v, float *result, int *pads, float value) in set_sample() argument
145 float value = av_int2float((inds[i] + 1) << 20) * powf(2.f, 116.f); in fastaudio_decode() local
H A Dpcx.c40 unsigned char run, value; in pcx_rle_decode() local
H A Dopus_rc.h44 uint32_t value; member
H A Dsunrast.c159 int value, run; in sunrast_decode_frame() local
H A Dtak.c117 int value = get_bits(gb, TAK_FORMAT_CH_LAYOUT_BITS); in ff_tak_parse_streaminfo() local
/third_party/elfutils/tests/
H A Dasm-tst3.c275 static const unsigned value[4] = in main() local
H A Ddwarf-getmacros.c86 const char *value; in mac() local
/third_party/elfio/elfio/
H A Delfio_dynamic.hpp59 Elf_Xword value = 0; in get_entries_num() local
124 Elf_Xword value in add_entry() local
73 get_entry( Elf_Xword index, Elf_Xword& tag, Elf_Xword& value, std::string& str ) const get_entry() argument
[all...]
H A Delfio_versym.hpp118 Elf_Xword value; in versym_r_section_accessor_template() local
/third_party/elfutils/libdw/
H A Ddwarf_aggregate_size.c158 Dwarf_Word value; in array_size() local
H A Ddwarf_getscopevar.c48 getattr (Dwarf_Die *die, int search_name, Dwarf_Word *value) in getattr() argument
/third_party/eudev/src/udev/
H A Dudev-builtin-blkid.c34 static void print_property(struct udev_device *dev, bool test, const char *name, const char *value) { in print_property() argument
[all...]
/third_party/eudev/src/shared/
H A Dsparse-endian.h72 static inline le16_t htole16(uint16_t value) { return (le16_t __force) bswap_16_on_be(value); } in htole16() argument
73 static inline le32_t htole32(uint32_t value) { return (le32_t __force) bswap_32_on_be(value); } in htole32() argument
74 static inline le64_t htole64(uint64_t value) { return (le64_t __force) bswap_64_on_be(value); } in htole64() argument
76 static inline be16_t htobe16(uint16_t value) { return (be16_t __force) bswap_16_on_le(value); } in htobe16() argument
77 static inline be32_t htobe32(uint32_t value) { return (be32_t __force) bswap_32_on_le(value); } in htobe32() argument
78 htobe64(uint64_t value) htobe64() argument
80 le16toh(le16_t value) le16toh() argument
81 le32toh(le32_t value) le32toh() argument
82 le64toh(le64_t value) le64toh() argument
84 be16toh(be16_t value) be16toh() argument
85 be32toh(be32_t value) be32toh() argument
86 be64toh(be64_t value) be64toh() argument
[all...]
/third_party/ffmpeg/libavformat/
H A Dapetag.c41 uint8_t key[1024], *value; in ape_tag_read_field() local
[all...]
H A Drtpdec_dv.c38 dv_sdp_parse_fmtp_config(AVFormatContext *s, AVStream *stream, PayloadContext *dv_data, const char *attr, const char *value) dv_sdp_parse_fmtp_config() argument
/third_party/curl/src/
H A Dtool_setopt.h43 long value; member
48 unsigned long value; member
H A Dtool_vms.c129 int value; member
/third_party/gn/src/base/files/
H A Dfile_path.h196 const StringType& value() const { return path_; } in value() function in base::FilePath
[all...]
/third_party/gn/src/base/numerics/
H A Dclamped_math_impl.h27 constexpr T SaturatedNegWrapper(T value) { in SaturatedNegWrapper() argument
38 constexpr T SaturatedNegWrapper(T value) { in SaturatedNegWrapper() argument
45 SaturatedNegWrapper(T value) SaturatedNegWrapper() argument
51 SaturatedAbsWrapper(T value) SaturatedAbsWrapper() argument
67 SaturatedAbsWrapper(T value) SaturatedAbsWrapper() argument
[all...]
H A Dclamped_math.h39 constexpr ClampedNumeric(Src value) // NOLINT(runtime/explicit) in ClampedNumeric() argument
127 ClampedNumeric value in operator ++() local
47 ClampedNumeric( StrictNumeric<Src> value) ClampedNumeric() argument
138 ClampedNumeric value = *this; operator --() local
181 static constexpr Src value(Src value) { value() function
190 MakeClampedNum( const T value) MakeClampedNum() argument
197 operator <<(std::ostream& os, const ClampedNumeric<T>& value) operator <<() argument
[all...]

Completed in 11 milliseconds

1...<<41424344454647484950>>...259