| /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/libavcodec/ |
| 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/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...] |
| H A D | safe_math_shared_impl.h | 134 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 D | stl_util.h | 60 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 D | scoped_generic.h | 76 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 D | binary_target_generator.cc | 135 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 D | config_values_generator.cc | 24 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 D | function_rebase_path.cc | 36 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 D | item.h | 43 void set_testonly(bool value) { testonly_ = value; } in set_testonly() argument
|
| /third_party/glfw/src/ |
| H A D | null_monitor.c | 129 float value; in _glfwGetGammaRampNull() local
|