Home
last modified time | relevance | path

Searched defs:value (Results 9151 - 9175 of 20326) sorted by relevance

1...<<361362363364365366367368369370>>...814

/third_party/libdrm/include/drm/
H A Dqxl_drm.h110 __u64 value; member
H A Dvirtgpu_drm.h77 __u64 value; member
/third_party/libcoap/src/oscore/
H A Doscore_cbor.c51 util_write_byte(uint8_t **buffer, size_t *buf_size, uint8_t value) { in util_write_byte() argument
123 oscore_cbor_put_number(uint8_t **buffer, size_t *buf_size, int64_t value) { in oscore_cbor_put_number() argument
141 oscore_cbor_put_tag(uint8_t **buffer, size_t *buf_size, uint64_t value) { in oscore_cbor_put_tag() argument
131 oscore_cbor_put_simple_value(uint8_t **buffer, size_t *buf_size, uint8_t value) oscore_cbor_put_simple_value() argument
149 oscore_cbor_put_negative(uint8_t **buffer, size_t *buf_size, int64_t value) oscore_cbor_put_negative() argument
158 put_b_f(uint8_t **buffer, uint64_t value, uint8_t nr) put_b_f() argument
168 oscore_cbor_put_unsigned(uint8_t **buffer, size_t *buf_size, uint64_t value) oscore_cbor_put_unsigned() argument
287 oscore_cbor_get_number(const uint8_t **data, size_t *buf_len, int64_t *value) oscore_cbor_get_number() argument
306 oscore_cbor_get_simple_value(const uint8_t **data, size_t *buf_len, uint8_t *value) oscore_cbor_get_simple_value() argument
[all...]
/third_party/libbpf/src/
H A Dskel_internal.h239 skel_map_update_elem(int fd, const void *key, const void *value, __u64 flags) skel_map_update_elem() argument
/third_party/lzma/CPP/7zip/UI/Console/
H A DHashCon.cpp385 void CHashCallbackConsole::PrintProperty(const char *name, UInt64 value) in PrintProperty() argument
/third_party/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaAlone.cs54 public override void SetLength(long value) in SetLength() argument
/third_party/lzma/CPP/7zip/UI/GUI/
H A DExtractGUI.cpp41 static void AddValuePair(UString &s, UINT resourceID, UInt64 value, bool addColon = true) in AddValuePair() argument
51 static void AddSizePair(UString &s, UINT resourceID, UInt64 value) in AddSizePair() argument
/third_party/mbedtls/library/
H A Doid.c928 unsigned int value = 0; in FN_OID_TYPED_FROM_ASN1() local
1008 oid_subidentifier_num_bytes(unsigned int value) oid_subidentifier_num_bytes() argument
1020 oid_subidentifier_encode_into(unsigned char **p, unsigned char *bound, unsigned int value) oid_subidentifier_encode_into() argument
[all...]
/third_party/lzma/CPP/7zip/Compress/
H A DLzmaDecoder.cpp111 Z7_COM7F_IMF(CDecoder::GetInStreamProcessedSize(UInt64 *value)) in GetInStreamProcessedSize() argument
H A DPpmdDecoder.cpp186 Z7_COM7F_IMF(CDecoder::GetInStreamProcessedSize(UInt64 *value)) in GetInStreamProcessedSize() argument
/third_party/lzma/CPP/7zip/Archive/
H A DSplitHandler.cpp50 Z7_COM7F_IMF(CHandler::GetArchiveProperty(PROPID propID, PROPVARIANT *value)) in GetArchiveProperty() argument
266 Z7_COM7F_IMF(CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value)) in GetProperty() argument
/third_party/mbedtls/programs/psa/
H A Dpsa_constant_names.c212 long value = strtol(*argp, &end, 0); in process_signed() local
66 append_integer(char **buffer, size_t buffer_size, size_t *required_size, const char *format , unsigned long value) append_integer() argument
251 unsigned long value = strtoul(*argp, &end, 0); process_unsigned() local
[all...]
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-objects-general.c78 ecma_op_create_object_object_arg (ecma_value_t value) /**< argument of constructor */ in ecma_op_create_object_object_arg() argument
[all...]
H A Decma-iterator-object.c52 ecma_create_array_from_iter_element (ecma_value_t value, /**< value */ in ecma_create_array_from_iter_element() argument
93 ecma_create_iter_result_object (ecma_value_t value, /**< value */ in ecma_create_iter_result_object() argument
175 ecma_op_get_iterator(ecma_value_t value, ecma_value_t method) ecma_op_get_iterator() argument
243 ecma_op_iterator_next(ecma_value_t iterator, ecma_value_t value) ecma_op_iterator_next() argument
296 ecma_op_iterator_return(ecma_value_t iterator, ecma_value_t value) ecma_op_iterator_return() argument
340 ecma_op_iterator_throw(ecma_value_t iterator, ecma_value_t value) ecma_op_iterator_throw() argument
558 ecma_op_iterator_do(ecma_iterator_command_type_t command, ecma_value_t iterator, ecma_value_t value, bool *done_p) ecma_op_iterator_do() argument
[all...]
H A Decma-conversion.c55 ecma_op_check_object_coercible (ecma_value_t value) /**< ecma value */ in ecma_op_check_object_coercible() argument
190 ecma_op_to_primitive(ecma_value_t value, ecma_preferred_type_hint_t preferred_type) ecma_op_to_primitive() argument
217 ecma_op_to_boolean(ecma_value_t value) ecma_op_to_boolean() argument
264 ecma_op_to_number(ecma_value_t value) ecma_op_to_number() argument
336 ecma_get_number(ecma_value_t value, ecma_number_t *number_p) ecma_get_number() argument
407 ecma_op_to_string(ecma_value_t value) ecma_op_to_string() argument
483 ecma_op_to_prop_name(ecma_value_t value) ecma_op_to_prop_name() argument
509 ecma_op_to_object(ecma_value_t value) ecma_op_to_object() argument
870 ecma_op_to_integer(ecma_value_t value, ecma_number_t *number_p) ecma_op_to_integer() argument
919 ecma_op_to_length(ecma_value_t value, uint32_t *length) ecma_op_to_length() argument
[all...]
H A Decma-dataview-object.c339 ecma_is_dataview (ecma_value_t value) /**< the target need to be checked */ in ecma_is_dataview() argument
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-parser-mem.c472 uint32_t value = context_p->stack_top_uint8; in parser_stack_pop_uint16() local
[all...]
/third_party/json/tests/thirdparty/fifo_map/
H A Dfifo_map.hpp295 std::pair<iterator, bool> insert(const value_type& value) in insert() argument
310 iterator insert(const_iterator hint, const value_type& value) in insert() argument
317 insert(const_iterator hint, value_type&& value) insert() argument
[all...]
/third_party/lame/frontend/
H A Dbrhist.c74 calculate_index(const int *const array, const int len, const int value) in calculate_index() argument
/third_party/jerryscript/jerry-core/ext/
H A Dheapdump.c194 ecma_value_t value = pair->values[i].value; in DumpPropertyPair() local
H A Dtracker.c65 void StoragePut(Storage* storage, size_t key, size_t value) in StoragePut() argument
/third_party/jerryscript/jerry-core/lit/
H A Dlit-char-helpers.c450 uint32_t value = 0; in lit_char_hex_lookup() local
480 uint32_t value in lit_parse_decimal() local
[all...]
/third_party/jerryscript/jerry-core/parser/regexp/
H A Dre-parser.c200 uint32_t value = (uint32_t) (*re_ctx_p->input_curr_p++) - LIT_CHAR_0; in re_parse_octal() local
719 const uint32_t value = lit_parse_decimal (&digits_p, re_ctx_p->input_end_p); re_parse_next_token() local
[all...]
/third_party/jerryscript/tests/unit-core/
H A Dtest-arraybuffer.cpp26 register_js_value(const char *name_p, jerry_value_t value) register_js_value() argument
/third_party/json/include/nlohmann/detail/meta/
H A Dtype_traits.hpp122 static constexpr bool value = is_detected<get_template_function, const BasicJsonType&, T>::value; member
130 static constexpr bool value = member
145 static constexpr bool value = member
160 static constexpr bool value = global() member
247 static constexpr auto value = global() member
271 static constexpr bool value = !std::is_same<iterator, nonesuch>::value && !std::is_same<sentinel, nonesuch>::value && is_iterator_begin; global() member
303 static constexpr bool value = global() member
326 static constexpr bool value = global() member
350 static constexpr auto value = global() member
364 static constexpr auto value = global() member
384 static constexpr bool value = global() member
423 static constexpr bool value = global() member
452 static constexpr auto value = global() member
472 static constexpr bool value = global() member
576 enum { value = sizeof(test<T>(nullptr)) == sizeof(char) }; // NOLINT(cppcoreguidelines-pro-type-vararg,hicpp-vararg) global() enumerator
581 conditional_static_cast(U value) conditional_static_cast() argument
587 conditional_static_cast(U value) conditional_static_cast() argument
[all...]

Completed in 21 milliseconds

1...<<361362363364365366367368369370>>...814