| /third_party/elfutils/libebl/ |
| H A D | eblobjnote.c | 207 const char *value = &data[2]; in ebl_object_note() local [all...] |
| /third_party/glslang/glslang/MachineIndependent/ |
| H A D | intermOut.cpp | 1209 static void OutputDouble(TInfoSink& out, double value, TOutputTraverser::EExtraOutput extra) in OutputDouble() argument [all...] |
| H A D | attribute.cpp | 44 bool TAttributeArgs::getInt(int& value, int argNum) const in getInt() argument 58 bool TAttributeArgs::getString(TString& value, int argNum, bool convertToLower) const in getString() argument 295 int value = 0; handleLoopAttributes() local [all...] |
| /third_party/gn/src/base/numerics/ |
| H A D | checked_math.h | 39 constexpr CheckedNumeric(Src value) // NOLINT(runtime/explicit) in CheckedNumeric() argument 47 CheckedNumeric( StrictNumeric<Src> value) CheckedNumeric() argument 209 CheckedNumeric value = *this; operator ++() local 220 CheckedNumeric value = *this; operator --() local 260 CheckedNumeric(Src value, bool is_valid) CheckedNumeric() argument 268 static constexpr Src value(Src value) { return value; } value() function 276 static constexpr Src value(const CheckedNumeric<Src> v) { value() function 284 static constexpr Src value(const StrictNumeric<Src> v) { value() function 292 IsValidForType(const CheckedNumeric<Src> value) IsValidForType() argument 297 ValueOrDieForType( const CheckedNumeric<Src> value) ValueOrDieForType() argument 303 ValueOrDefaultForType( const CheckedNumeric<Src> value, const Default default_value) ValueOrDefaultForType() argument 312 MakeCheckedNum( const T value) MakeCheckedNum() argument [all...] |
| H A D | safe_conversions.h | 83 IsValueInRangeForNumericType(Src value) IsValueInRangeForNumericType() argument 99 checked_cast(Src value) checked_cast() argument 133 saturated_cast_impl(Src value, RangeCheck constraint) saturated_cast_impl() argument 187 saturated_cast(Src value) saturated_cast() argument 204 strict_cast(Src value) strict_cast() argument 226 static const bool value = false; global() member 235 static const bool value = StaticDstRangeRelationToSrcRange<Dst, Src>::value == global() member 264 StrictNumeric(Src value) StrictNumeric() argument 292 MakeStrictNum( const T value) MakeStrictNum() argument 299 operator <<(std::ostream& os, const StrictNumeric<T>& value) operator <<() argument [all...] |
| /third_party/gn/src/base/strings/ |
| H A D | utf_string_conversions.cc | 32 static constexpr int value = 1; member 38 static constexpr int value = 3; member
|
| /third_party/gn/src/gn/ |
| H A D | c_tool.cc | 107 const Value* value = scope->GetValue("precompiled_header_type", true); in ReadPrecompiledHeaderType() local 129 const Value* value = scope->GetValue("depsformat", true); in ReadDepsFormat() local 152 const Value* value = scope->GetValue(var, true); ReadOutputsPatternList() local [all...] |
| H A D | create_bundle_target_generator.cc | 28 const Value* value = scope->GetValue(name, true); in GetValueFromScope() local 115 const Value* value = scope_->GetValue(name, true); FillBundleDir() local 144 Value* value = scope_->GetMutableValue(variables::kXcodeExtraAttributes, FillXcodeExtraAttributes() local 173 const Value* value = scope_->GetValue(variables::kProductType, true); FillProductType() local 185 const Value* value = scope_->GetValue(variables::kPartialInfoPlist, true); FillPartialInfoPlist() local 208 const Value* value = FillXcodeTestApplicationName() local 222 const Value* value = GetValueFromScope( FillPostProcessingScript() local 240 const Value* value = FillPostProcessingSources() local 264 const Value* value = FillPostProcessingOutputs() local 303 const Value* value = GetValueFromScope(scope_, variables::kPostProcessingArgs, FillPostProcessingArgs() local 322 const Value* value = scope_->GetValue(variables::kBundleDepsFilter, true); FillBundleDepsFilter() local 344 const Value* value = scope_->GetValue(variables::kXcassetCompilerFlags, true); FillXcassetCompilerFlags() local 355 const Value* value = scope_->GetValue(variables::kTransparent, true); FillTransparent() local [all...] |
| H A D | err.cc | 123 Err::Err(const Value& value, in Err() argument
|
| H A D | input_conversion.cc | 120 ParseJSONValue(const Settings* settings, const base::Value& value, const ParseNode* origin, InputFile* input_file, Err* err) ParseJSONValue() argument 188 std::unique_ptr<base::Value> value = base::JSONReader::ReadAndReturnError( ParseJSON() local [all...] |
| /third_party/alsa-utils/amixer/ |
| H A D | volume_mapping.c | 87 long min, max, value; in get_normalized_volume() local 126 long min, max, value; in set_normalized_volume() local [all...] |
| /third_party/astc-encoder/Source/ |
| H A D | astcenc_integer_sequence.cpp | 446 write_bits( unsigned int value, unsigned int bitcount, unsigned int bitoffset, uint8_t ptr[2] ) write_bits() argument 486 unsigned int value = ptr[0] | (ptr[1] << 8); read_bits() local [all...] |
| /third_party/alsa-utils/alsamixer/ |
| H A D | volume_mapping.c | 87 long min, max, value; in get_normalized_volume() local 126 long min, max, value; in set_normalized_volume() local [all...] |
| /third_party/backends/backend/genesys/ |
| H A D | image_pixel.cpp | 106 static inline void write_bit(std::uint8_t* data, std::size_t x, unsigned value) in write_bit() argument
|
| H A D | usb_device.cpp | 110 void UsbDevice::control_msg(int rtype, int reg, int value, int index, int length, in control_msg() argument
|
| /third_party/backends/backend/ |
| H A D | sm3600-scanmtek.c | 187 int value; in WaitWhileBusy() local 211 int value; in WaitWhileScanning() local
|
| H A D | sm3840.h | 88 Option_Value value[NUM_OPTIONS]; member
|
| H A D | p5.h | 137 Option_Value value; /** option value */ member
|
| H A D | test-picture.c | 149 SANE_Byte value = 0; in init_picture_buffer() local 171 SANE_Byte value = 0; in init_picture_buffer() local
|
| /third_party/backends/testsuite/sanei/ |
| H A D | sanei_check_test.c | 100 SANE_Int value = int_range.min; in min_int_value() local 114 SANE_Int value = int_range.max; in max_int_value() local 128 SANE_Int value = int_range.min - 1; in below_min_int_value() local 142 SANE_Int value in quant1_int_value() local 156 SANE_Int value = int_range.min + int_range.quant - 1; quant2_int_value() local 169 SANE_Int value = int_range.min + int_range.quant; in_range_int_value() local 183 SANE_Int value = int_range.max + 1; above_max_int_value() local 199 SANE_Int value[ARRAY_SIZE]; min_int_array() local 221 SANE_Int value[ARRAY_SIZE]; max_int_array() local 244 SANE_Int value[ARRAY_SIZE]; below_min_int_array() local 264 SANE_Int value[ARRAY_SIZE]; quant1_int_array() local 283 SANE_Int value[ARRAY_SIZE]; quant2_int_array() local 301 SANE_Int value[ARRAY_SIZE]; in_range_int_array() local 324 SANE_Int value[ARRAY_SIZE]; above_max_int_array() local 342 SANE_Bool value = SANE_TRUE; bool_true() local 354 SANE_Bool value = SANE_FALSE; bool_false() local 366 SANE_Bool value = 2; wrong_bool() local 378 SANE_Bool value[ARRAY_SIZE]; bool_array() local 393 SANE_Word value = 400; word_array_ok() local 405 SANE_Word value = 444; word_array_nok() local 416 SANE_Bool value[ARRAY_SIZE]; wrong_bool_array() local [all...] |
| /third_party/curl/lib/ |
| H A D | cookie.h | 33 char *value; /* name = <this> */ member
|
| H A D | headers.c | 222 static CURLcode unfold_value(struct Curl_easy *data, const char *value, in unfold_value() argument 187 namevalue(char *header, size_t hlen, unsigned int type, char **name, char **value) namevalue() argument 280 char *value = NULL; Curl_headers_push() local [all...] |
| /third_party/benchmark/src/ |
| H A D | commandlineflags.cc | 34 bool ParseInt32(const std::string& src_text, const char* str, int32_t* value) { in ParseInt32() argument 68 ParseDouble(const std::string& src_text, const char* str, double* value) ParseDouble() argument 87 ParseKvPairs(const std::string& src_text, const char* str, std::map<std::string, std::string>* value) ParseKvPairs() argument 135 int32_t value = default_val; Int32FromEnv() local 148 double value = default_val; DoubleFromEnv() local 160 const char* const value = getenv(env_var.c_str()); StringFromEnv() local 210 ParseBoolFlag(const char* str, const char* flag, bool* value) ParseBoolFlag() argument 223 ParseInt32Flag(const char* str, const char* flag, int32_t* value) ParseInt32Flag() argument 236 ParseDoubleFlag(const char* str, const char* flag, double* value) ParseDoubleFlag() argument 249 ParseStringFlag(const char* str, const char* flag, std::string* value) ParseStringFlag() argument 261 ParseKeyValueFlag(const char* str, const char* flag, std::map<std::string, std::string>* value) ParseKeyValueFlag() argument 282 IsTruthyFlagValue(const std::string& value) IsTruthyFlagValue() argument [all...] |
| /third_party/cups-filters/backend/ |
| H A D | ieee1284.c | 519 value[256], /* Value string */ in get_1284_values() local [all...] |
| /third_party/cups-filters/filter/ |
| H A D | common.c | 568 WriteTextComment(const char *name, const char *value) WriteTextComment() argument [all...] |