Home
last modified time | relevance | path

Searched defs:value (Results 6851 - 6875 of 16685) sorted by relevance

1...<<271272273274275276277278279280>>...668

/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
H A DLzma2Decoder.cpp189 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...]
H A Djs-parser-util.c329 parser_emit_cbc_literal_value(parser_context_t *context_p, uint16_t opcode, uint16_t literal_index, uint16_t value) parser_emit_cbc_literal_value() argument
395 uint16_t value = context_p->lit_object.index; parser_emit_cbc_push_number() 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...]
H A Dre-bytecode.c146 re_encode_u16(uint8_t *dest_p, const uint16_t value) re_encode_u16() argument
157 re_encode_u32(uint8_t *dest_p, const uint32_t value) re_encode_u32() argument
174 uint16_t value = (uint16_t) (((uint16_t) *src_p++) << 8); re_decode_u16() local
187 uint32_t value = (uint32_t) (((uint32_t) *src_p++) << 24); re_decode_u32() local
200 re_get_encoded_value_size(uint32_t value) re_get_encoded_value_size() argument
214 re_encode_value(uint8_t *dest_p, const uint32_t value) re_encode_value() argument
231 re_append_value(re_compiler_ctx_t *re_ctx_p, const uint32_t value) re_append_value() argument
243 re_insert_value(re_compiler_ctx_t *re_ctx_p, const uint32_t offset, const uint32_t value) re_insert_value() argument
260 uint32_t value = *(*bc_p)++; re_get_value() 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...]
/third_party/json/tests/src/
H A Dunit-udt.cpp553 std::uint64_t value = 0; in from_json() local
589 std::uint64_t value = 0; global() variable
[all...]
/third_party/jerryscript/jerry-ext/debugger/
H A Ddebugger-ws.c87 jerryx_to_base64_character (uint8_t value) /**< 6-bit value */ in jerryx_to_base64_character() argument
122 uint8_t value = (source_p[0] >> 2); jerryx_to_base64() local
[all...]
/third_party/json/include/nlohmann/detail/conversions/
H A Dto_chars.hpp189 boundaries compute_boundaries(FloatType value) in compute_boundaries() argument
888 void grisu2(char* buf, int& len, int& decimal_exponent, FloatType value) in grisu2() argument
[all...]
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog.h30 void SetStopped(bool value) in SetStopped() argument
40 void SetPaused(bool value) in SetPaused() argument
74 int Count(UInt64 value) { return int(value >> _numShiftBits); } in Count() argument

Completed in 20 milliseconds

1...<<271272273274275276277278279280>>...668