/third_party/lwip/src/apps/snmp/ |
H A D | snmp_asn1.h | 78 u16_t value_len; /* encoded length of the value */ 85 err_t snmp_asn1_dec_u32t(struct snmp_pbuf_stream *pbuf_stream, u16_t len, u32_t *value); 86 err_t snmp_asn1_dec_s32t(struct snmp_pbuf_stream *pbuf_stream, u16_t len, s32_t *value); 93 void snmp_asn1_enc_u32t_cnt(u32_t value, u16_t *octets_needed); 94 void snmp_asn1_enc_s32t_cnt(s32_t value, u16_t *octets_needed); 97 err_t snmp_asn1_enc_s32t(struct snmp_pbuf_stream *pbuf_stream, u16_t octets_needed, s32_t value); 98 err_t snmp_asn1_enc_u32t(struct snmp_pbuf_stream *pbuf_stream, u16_t octets_needed, u32_t value); 102 err_t snmp_asn1_dec_u64t(struct snmp_pbuf_stream *pbuf_stream, u16_t len, u64_t *value); 103 void snmp_asn1_enc_u64t_cnt(u64_t value, u16_t *octets_needed); 104 err_t snmp_asn1_enc_u64t(struct snmp_pbuf_stream *pbuf_stream, u16_t octets_needed, u64_t value); [all...] |
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/ |
H A D | stress.c | 18 * sem_getvalue always returns the value of the semaphore at a given time 26 * The test fails if sem_getvalue gets a value different from 0 or 1. 113 int ret = 0, value; in main() local 177 ret = sem_getvalue(named, &value); in main() 180 UNRESOLVED(errno, "Failed to get sem value"); in main() 183 if ((value != INIT_VAL) && (value != INIT_VAL + 1)) { in main() 184 output("Got value %d, expected %d or %d only\n", in main() 185 value, INIT_VAL, INIT_VAL + 1); in main() 187 ("sem_getvalue returned an invalid value fo in main() [all...] |
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | remembered-set.cc | 36 void* value = *reinterpret_cast<void**>(slot); in VisitRememberedSlots() local 38 if (value == kSentinelPointer || value == nullptr) continue; in VisitRememberedSlots() 43 BasePage::FromPayload(value)->ObjectHeaderFromInnerAddress(value); in VisitRememberedSlots() 47 mutator_marking_state.DynamicallyMarkAddress(static_cast<Address>(value)); in VisitRememberedSlots() 103 void* value = *reinterpret_cast<void**>(slot); in InvalidateRememberedSlotsInRange() 104 return begin <= value && value < end; in InvalidateRememberedSlotsInRange()
|
/third_party/rust/crates/bindgen/bindgen-integration/ |
H A D | build.rs | 42 fn str_macro(&self, name: &str, value: &[u8]) { in str_macro() 45 assert_eq!(value, b"string"); in str_macro() 54 value, b"Hello Preprocessor!", in str_macro() 55 "str_macro handle received unexpected value" in str_macro() 63 fn func_macro(&self, name: &str, value: &[&[u8]]) { in func_macro() 74 assert_eq!(value, &[b"-" as &[u8], b"TESTMACRO_INTEGER"]); in func_macro() 78 assert_eq!(value, &[] as &[&[u8]]); in func_macro() 83 value, in func_macro() 89 assert_eq!(value, &[b"b", b",", b"a"]); in func_macro() 94 value, in func_macro() [all...] |
/third_party/python/Lib/multiprocessing/dummy/ |
H A D | __init__.py | 88 for name, value in items: 90 temp.append('%s=%r' % (name, value)) 101 def __init__(self, typecode, value, lock=True): 103 self._value = value 106 def value(self): member in Value 109 @value.setter 110 def value(self, value): member in Value 111 self._value = value
|
/third_party/vk-gl-cts/executor/ |
H A D | xeTestLogParser.cpp | 90 const char* value = m_containerParser.getSessionInfoValue(); in parse() local 93 m_sessionInfo.releaseName = value; in parse() 95 m_sessionInfo.releaseId = value; in parse() 97 m_sessionInfo.targetName = value; in parse() 99 m_sessionInfo.candyTargetName = value; in parse() 101 m_sessionInfo.configName = value; in parse() 103 m_sessionInfo.resultName = value; in parse() 105 m_sessionInfo.timestamp = value; in parse() 107 m_sessionInfo.qpaCommandLineParameters = value; in parse()
|
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_native/ |
H A D | webgpu_absl_format.h | 35 AbslFormatConvert(const Color* value, 41 AbslFormatConvert(const Extent3D* value, 47 AbslFormatConvert(const Origin3D* value, 57 AbslFormatConvert(const DeviceBase* value, 63 AbslFormatConvert(const ApiObjectBase* value, 71 AbslFormatConvert(const TextureViewBase* value, 84 AbslFormatConvert(const {{as_cppType(type.name)}}* value, 100 AbslFormatConvert({{as_cppType(type.name)}} value, 111 AbslFormatConvert({{as_cppType(type.name)}} value,
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/ |
H A D | horizontal_header_table.h | 51 void SetAdvanceWidthMax(int32_t value); 53 void SetMinLeftSideBearing(int32_t value); 55 void SetMinRightSideBearing(int32_t value); 57 void SetXMaxExtent(int32_t value); 59 void SetCaretSlopeRise(int32_t value); 61 void SetCaretSlopeRun(int32_t value); 63 void SetCaretOffset(int32_t value); 65 void SetMetricDataFormat(int32_t value); 67 void SetNumberOfHMetrics(int32_t value);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | FormatVariadicDetails.h | 58 static bool const value = member in llvm::detail::has_FormatProvider 69 typename std::remove_reference<T>::type>::value> {}; 77 bool, !uses_format_member<T>::value && has_FormatProvider<T>::value> { 87 !uses_format_member<T>::value && 88 !uses_format_provider<T>::value> {}; 91 typename std::enable_if<uses_format_member<T>::value, T>::type 97 typename std::enable_if<uses_format_provider<T>::value, 104 typename std::enable_if<uses_missing_provider<T>::value,
|
/third_party/typescript/tests/baselines/reference/ |
H A D | typeArgumentInferenceWithObjectLiteral.js | 4 write(value: T); 11 // Calls below should infer string for T and then assign that type to the value parameter 14 write: value => s = value 17 write: value => s = value, 42 // Calls below should infer string for T and then assign that type to the value parameter
45 write: function (value) { return s = value; }
48 write: function (value) { retur [all...] |
/third_party/protobuf/objectivec/ |
H A D | GPBWrappers.pbobjc.h | 64 /** The double value. */ 65 @property(nonatomic, readwrite) double value; variable 82 /** The float value. */ 83 @property(nonatomic, readwrite) float value; variable 100 /** The int64 value. */ 101 @property(nonatomic, readwrite) int64_t value; variable 118 /** The uint64 value. */ 119 @property(nonatomic, readwrite) uint64_t value; variable 136 /** The int32 value. */ 137 @property(nonatomic, readwrite) int32_t value; variable 155 @property(nonatomic, readwrite) uint32_t value; global() variable 173 @property(nonatomic, readwrite) BOOL value; global() variable 191 @property(nonatomic, readwrite, copy, null_resettable) NSString *value; global() variable 209 @property(nonatomic, readwrite, copy, null_resettable) NSData *value; global() variable [all...] |
/third_party/skia/modules/svg/src/ |
H A D | SkSVGFeColorMatrix.cpp | 17 bool SkSVGFeColorMatrix::parseAndSetAttribute(const char* name, const char* value) { in parseAndSetAttribute() argument 18 return INHERITED::parseAndSetAttribute(name, value) || in parseAndSetAttribute() 20 SkSVGAttributeParser::parse<SkSVGFeColorMatrixType>("type", name, value)) || in parseAndSetAttribute() 22 SkSVGAttributeParser::parse<SkSVGFeColorMatrixValues>("values", name, value)); in parseAndSetAttribute() 101 SkSVGNumberType value; in parse() local 102 if (!this->parse(&value)) { in parse() 106 values->push_back(value); in parse() 108 if (!this->parse(&value) || values->count() >= 20) { in parse() 111 values->push_back(value); in parse()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
H A D | dbus_dict_helpers.h | 27 const char *key, const char *value); 31 const dbus_bool_t value); 35 const dbus_int16_t value); 39 const dbus_uint16_t value); 43 const dbus_int32_t value); 47 const dbus_uint32_t value); 51 const char *value); 55 const char *value, 75 const u8 *value, 115 int type; /** the dbus type of the dict entry's value */ [all...] |
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgToken.hpp | 130 Token (float value); 131 Token (int value); 132 Token (bool value); 176 inline Token::Token (float value) in Token() argument 179 m_arg.floatValue = value; in Token() 182 inline Token::Token (int value) in Token() argument 185 m_arg.intValue = value; in Token() 188 inline Token::Token (bool value) in Token() argument 191 m_arg.boolValue = value; in Token()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
H A D | dbus_dict_helpers.h | 27 const char *key, const char *value); 31 const dbus_bool_t value); 35 const dbus_int16_t value); 39 const dbus_uint16_t value); 43 const dbus_int32_t value); 47 const dbus_uint32_t value); 51 const char *value); 55 const char *value, 75 const u8 *value, 115 int type; /** the dbus type of the dict entry's value */ [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | map_ptr_kern.c | 109 __type(value, __u32); 145 __type(value, __u32); 177 __type(value, __u32); 194 __type(value, __u32); 211 __type(value, __u32); 228 __type(value, __u32); 249 __type(value, __u64); 268 __type(value, __u32); 285 __type(value, __u32); 302 __type(value, __u3 [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | map_ptr_kern.c | 103 __type(value, __u32); 144 __type(value, __u32); 176 __type(value, __u32); 193 __type(value, __u32); 210 __type(value, __u32); 227 __type(value, __u32); 248 __type(value, __u64); 267 __type(value, __u32); 284 __type(value, __u32); 301 __type(value, __u3 [all...] |
/kernel/linux/linux-6.6/sound/soc/tegra/ |
H A D | tegra210_mvc.c | 138 ucontrol->value.integer.value[0] = mute_mask; in tegra210_mvc_get_mute() 141 ucontrol->value.integer.value[0] = in tegra210_mvc_get_mute() 144 ucontrol->value.integer.value[0] = 0; in tegra210_mvc_get_mute() 164 ucontrol->value.integer.value[0] = in tegra210_mvc_get_master_mute() 168 ucontrol->value.integer.value[ in tegra210_mvc_get_master_mute() 180 u32 value; tegra210_mvc_volume_switch_timeout() local 411 unsigned int value; tegra210_mvc_put_curve_type() local [all...] |
/third_party/cups-filters/filter/ |
H A D | texttotext.c | 56 static int is_true(const char *value); 57 static int is_false(const char *value); 90 const char *val, *val2; /* Option value */ in main() 279 val = ppd_attr->value; in main() 285 val2 = ppd_attr->value; in main() 294 val2 = ppd_attr->value; in main() 318 fprintf(stderr, "DEBUG: Invalid number of lines %d, using default value: %d\n", in main() 326 fprintf(stderr, "DEBUG: Invalid number of columns %d, using default value: %d\n", in main() 336 val = ppd_attr->value; in main() 349 val = ppd_attr->value; in main() 871 is_true(const char *value) is_true() argument 886 is_false(const char *value) is_false() argument [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | CharsTrie.java | 93 * The state value is never 0. 95 * @return opaque state value 105 * Unlike {@link #resetToState(State)}, the 64-bit state value 110 * @param state The opaque trie state value from getState64(). 157 * Slower than {@link #resetToState64(long)} which does not validate the state value. 178 * Determines whether the string so far matches, whether it has a value, 180 * @return The match/value Result. 197 * @param inUnit Input char value. Values below 0 and above 0xffff will never match. 198 * @return The match/value Result. 211 * @return The match/value Resul 480 public int value; global() field in CharsTrie.Entry [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | CharsTrie.java | 89 * The state value is never 0. 91 * @return opaque state value 100 * Unlike {@link #resetToState(State)}, the 64-bit state value 105 * @param state The opaque trie state value from getState64(). 149 * Slower than {@link #resetToState64(long)} which does not validate the state value. 169 * Determines whether the string so far matches, whether it has a value, 171 * @return The match/value Result. 187 * @param inUnit Input char value. Values below 0 and above 0xffff will never match. 188 * @return The match/value Result. 200 * @return The match/value Resul 457 public int value; global() field in CharsTrie.Entry [all...] |
/third_party/lzma/CPP/7zip/Common/ |
H A D | MethodProps.cpp | 217 to fit the value to UInt32 for clients that do not support 64-bit values */
in StringToDictSize() 510 static void SplitParam(const UString ¶m, UString &name, UString &value)
in SplitParam() argument 516 value = param.Ptr((unsigned)(eqPos + 1));
in SplitParam() 527 value = param.Ptr(i);
in SplitParam() 548 HRESULT CMethodProps::SetParam(const UString &name, const UString &value)
in SetParam() argument 554 if (!name.IsEqualTo_Ascii_NoCase("b") || value.Find(L':') >= 0)
in SetParam() 564 RINOK(StringToDictSize(value, prop.Value))
in SetParam() 570 propValue = value;
in SetParam() 574 if (!StringToBool(value, res))
in SetParam() 578 else if (!value in SetParam() 613 UString name, value; ParseParamsFromString() local 620 ParseParamsFromPROPVARIANT(const UString &realName, const PROPVARIANT &value) ParseParamsFromPROPVARIANT() argument 727 ParseMethodFromPROPVARIANT(const UString &realName, const PROPVARIANT &value) ParseMethodFromPROPVARIANT() argument [all...] |
/third_party/mesa3d/src/asahi/lib/ |
H A D | gen_pack.py | 293 for value in self.values: 294 name = prefixed_upper_name(self.prefix, value.name) 295 print("#define %-40s %d" % (name, value.value)) 426 value = str(field.exact) if field.exact is not None else "values->{}".format(contributor.path) 429 value = "{} >> {}".format(value, field.modifier[1]) 431 value = "{} - {}".format(value, field.modifier[1]) 433 value [all...] |
/third_party/node/lib/internal/console/ |
H A D | constructor.js | 164 value: key, 181 value(instance) { 194 value: function(stdout, stderr) { 196 '_stdout': { __proto__: null, ...consolePropAttributes, value: stdout }, 197 '_stderr': { __proto__: null, ...consolePropAttributes, value: stderr }, 206 value: function(object) { 218 set(value) { stdout = value; }, 228 set(value) { stderr = value; }, [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | capture_gles_3_0_params.cpp | 20 const GLfloat *value, in CaptureClearBufferfv_value() 23 CaptureClearBufferValue<GLfloat>(buffer, value, paramCapture); in CaptureClearBufferfv_value() 30 const GLint *value, in CaptureClearBufferiv_value() 33 CaptureClearBufferValue<GLint>(buffer, value, paramCapture); in CaptureClearBufferiv_value() 40 const GLuint *value, in CaptureClearBufferuiv_value() 43 CaptureClearBufferValue<GLuint>(buffer, value, paramCapture); in CaptureClearBufferuiv_value() 364 // For GL_NUM_SAMPLE_COUNTS, only one value is returned in CaptureGetInternalformativ_params() 433 // This only returns one value in CaptureGetQueryObjectuiv_params() 444 // This only returns one value in CaptureGetQueryiv_params() 635 paramCapture->value in CaptureInvalidateFramebuffer_attachments() 16 CaptureClearBufferfv_value(const State &glState, bool isCallValid, GLenum buffer, GLint drawbuffer, const GLfloat *value, ParamCapture *paramCapture) CaptureClearBufferfv_value() argument 26 CaptureClearBufferiv_value(const State &glState, bool isCallValid, GLenum buffer, GLint drawbuffer, const GLint *value, ParamCapture *paramCapture) CaptureClearBufferiv_value() argument 36 CaptureClearBufferuiv_value(const State &glState, bool isCallValid, GLenum buffer, GLint drawbuffer, const GLuint *value, ParamCapture *paramCapture) CaptureClearBufferuiv_value() argument 753 CaptureUniform1uiv_value(const State &glState, bool isCallValid, UniformLocation location, GLsizei count, const GLuint *value, ParamCapture *paramCapture) CaptureUniform1uiv_value() argument 763 CaptureUniform2uiv_value(const State &glState, bool isCallValid, UniformLocation location, GLsizei count, const GLuint *value, ParamCapture *paramCapture) CaptureUniform2uiv_value() argument 773 CaptureUniform3uiv_value(const State &glState, bool isCallValid, UniformLocation location, GLsizei count, const GLuint *value, ParamCapture *paramCapture) CaptureUniform3uiv_value() argument 783 CaptureUniform4uiv_value(const State &glState, bool isCallValid, UniformLocation location, GLsizei count, const GLuint *value, ParamCapture *paramCapture) CaptureUniform4uiv_value() argument 793 CaptureUniformMatrix2x3fv_value(const State &glState, bool isCallValid, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureUniformMatrix2x3fv_value() argument 804 CaptureUniformMatrix2x4fv_value(const State &glState, bool isCallValid, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureUniformMatrix2x4fv_value() argument 815 CaptureUniformMatrix3x2fv_value(const State &glState, bool isCallValid, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureUniformMatrix3x2fv_value() argument 826 CaptureUniformMatrix3x4fv_value(const State &glState, bool isCallValid, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureUniformMatrix3x4fv_value() argument 837 CaptureUniformMatrix4x2fv_value(const State &glState, bool isCallValid, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureUniformMatrix4x2fv_value() argument 848 CaptureUniformMatrix4x3fv_value(const State &glState, bool isCallValid, UniformLocation location, GLsizei count, GLboolean transpose, const GLfloat *value, ParamCapture *paramCapture) CaptureUniformMatrix4x3fv_value() argument [all...] |