Home
last modified time | relevance | path

Searched defs:value (Results 1976 - 2000 of 7524) sorted by relevance

1...<<71727374757677787980>>...301

/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/libavcodec/
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/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...]
H A Dsafe_math_shared_impl.h134 constexpr T NegateWrapper(T value) { in NegateWrapper() argument
143 constexpr T NegateWrapper(T value) { in NegateWrapper() argument
149 constexpr typename std::make_unsigned<T>::type InvertWrapper(T value) { in InvertWrapper() argument
155 AbsWrapper(T value) AbsWrapper() argument
162 AbsWrapper(T value) AbsWrapper() argument
[all...]
/third_party/gn/src/base/
H A Dstl_util.h60 static constexpr bool value = decltype(test<Collection>(nullptr))::value; member in base::internal::HasKeyType
73 bool ContainsValue(const Collection& collection, const Value& value) { in ContainsValue() argument
156 void Erase(std::deque<T, Allocator>& container, const Value& value) { in Erase() argument
142 Erase(std::basic_string<CharT, Traits, Allocator>& container, const Value& value) Erase() argument
168 Erase(std::vector<T, Allocator>& container, const Value& value) Erase() argument
180 Erase(std::forward_list<T, Allocator>& container, const Value& value) Erase() argument
193 Erase(std::list<T, Allocator>& container, const Value& value) Erase() argument
[all...]
H A Dscoped_generic.h76 explicit ScopedGeneric(const element_type& value) : data_(value) {} in ScopedGeneric() argument
79 ScopedGeneric(const element_type& value, const traits_type& traits) in ScopedGeneric() argument
174 operator ==(const T& value, const ScopedGeneric<T, Traits>& scoped) operator ==() argument
179 operator !=(const T& value, const ScopedGeneric<T, Traits>& scoped) operator !=() argument
[all...]
/third_party/gn/src/gn/
H A Dbinary_target_generator.cc135 const Value* value = scope_->GetValue(variables::kCompleteStaticLib, true); in FillCompleteStaticLib() local
146 const Value* value = scope_->GetValue(variables::kFriend, true); in FillFriends() local
156 const Value* value = scope_->GetValue(variables::kOutputName, true); in FillOutputName() local
166 const Value* value = scope_->GetValue(variables::kOutputPrefixOverride, true); FillOutputPrefixOverride() local
176 const Value* value = scope_->GetValue(variables::kOutputDir, true); FillOutputDir() local
199 const Value* value = FillAllowCircularIncludesFrom() local
240 const Value* value = scope_->GetValue(variables::kPool, true); FillPool() local
[all...]
H A Dconfig_values_generator.cc24 const Value* value = scope->GetValue(var_name, true); in GetStringList() local
37 const Value* value = scope->GetValue(var_name, true); in GetDirList() local
52 const Value* value in GetFrameworksList() local
[all...]
H A Dfunction_rebase_path.cc36 bool ValueLooksLikeDir(const std::string& value) { in ValueLooksLikeDir() argument
56 ConvertOnePath(const Scope* scope, const FunctionCallNode* function, const Value& value, const SourceDir& from_dir, const SourceDir& to_dir, bool convert_to_system_absolute, Err* err) ConvertOnePath() argument
[all...]
H A Ditem.h43 void set_testonly(bool value) { testonly_ = value; } in set_testonly() argument
/third_party/glfw/src/
H A Dnull_monitor.c129 float value; in _glfwGetGammaRampNull() local

Completed in 10 milliseconds

1...<<71727374757677787980>>...301