| /third_party/vk-gl-cts/framework/opengl/ |
| H A D | gluProgramInterfaceQuery.cpp | 35 deUint32 value = 0; in getProgramResourceUint() local
|
| /third_party/vk-gl-cts/framework/qphelper/ |
| H A D | qpXmlWriter.h | 52 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 D | rrGenericVector.hpp | 70 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 D | test_util.h | 141 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 D | g722.h | 62 int value; member
|
| H A D | fastaudio.c | 103 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 D | pcx.c | 40 unsigned char run, value; in pcx_rle_decode() local
|
| H A D | opus_rc.h | 44 uint32_t value; member
|
| H A D | sunrast.c | 159 int value, run; in sunrast_decode_frame() local
|
| H A D | tak.c | 117 int value = get_bits(gb, TAK_FORMAT_CH_LAYOUT_BITS); in ff_tak_parse_streaminfo() local
|
| /third_party/elfutils/tests/ |
| H A D | asm-tst3.c | 275 static const unsigned value[4] = in main() local
|
| H A D | dwarf-getmacros.c | 86 const char *value; in mac() local
|
| /third_party/elfio/elfio/ |
| H A D | elfio_dynamic.hpp | 59 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 D | elfio_versym.hpp | 118 Elf_Xword value; in versym_r_section_accessor_template() local
|
| /third_party/elfutils/libdw/ |
| H A D | dwarf_aggregate_size.c | 158 Dwarf_Word value; in array_size() local
|
| H A D | dwarf_getscopevar.c | 48 getattr (Dwarf_Die *die, int search_name, Dwarf_Word *value) in getattr() argument
|
| /third_party/eudev/src/udev/ |
| H A D | udev-builtin-blkid.c | 34 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 D | sparse-endian.h | 72 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 D | apetag.c | 41 uint8_t key[1024], *value; in ape_tag_read_field() local [all...] |
| H A D | rtpdec_dv.c | 38 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 D | tool_setopt.h | 43 long value; member 48 unsigned long value; member
|
| H A D | tool_vms.c | 129 int value; member
|
| /third_party/gn/src/base/files/ |
| H A D | file_path.h | 196 const StringType& value() const { return path_; } in value() function in base::FilePath [all...] |
| /third_party/gn/src/base/numerics/ |
| H A D | clamped_math_impl.h | 27 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 D | clamped_math.h | 39 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...] |