Home
last modified time | relevance | path

Searched refs:result_p (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-string.c66 uint32_t *result_p) /**< [out] converted value */ in ecma_string_to_array_index() argument
72 *result_p = 0; in ecma_string_to_array_index()
102 *result_p = index; in ecma_string_to_array_index()
116 *result_p = (index * 10) + (uint32_t) (*string_p - LIT_CHAR_0); in ecma_string_to_array_index()
742 ecma_string_t *result_p = ecma_append_chars_to_string (string1_p, in ecma_concat_ecma_strings() local
749 return result_p; in ecma_concat_ecma_strings()
1335 const lit_utf8_byte_t *result_p; in ecma_string_get_chars() local
1351 result_p = lit_get_magic_string_ex_utf8 (id); in ecma_string_get_chars()
1356 length = lit_utf8_string_length (result_p, size); in ecma_string_get_chars()
1364 result_p = lit_get_magic_string_utf8 (id); in ecma_string_get_chars()
[all …]
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c1587 ecma_object_t *result_p = ecma_get_object_from_value (result_array); in ecma_regexp_create_result_object() local
1592 ecma_builtin_helper_def_prop_by_index (result_p, in ecma_regexp_create_result_object()
1599 ecma_builtin_helper_def_prop (result_p, in ecma_regexp_create_result_object()
1604 ecma_builtin_helper_def_prop (result_p, in ecma_regexp_create_result_object()
/third_party/boost/boost/asio/detail/impl/
Dsocket_ops.ipp3923 unsigned char* result_p = reinterpret_cast<unsigned char*>(&result);
3924 result_p[0] = static_cast<unsigned char>((value >> 24) & 0xFF);
3925 result_p[1] = static_cast<unsigned char>((value >> 16) & 0xFF);
3926 result_p[2] = static_cast<unsigned char>((value >> 8) & 0xFF);
3927 result_p[3] = static_cast<unsigned char>(value & 0xFF);
3950 unsigned char* result_p = reinterpret_cast<unsigned char*>(&result);
3951 result_p[0] = static_cast<unsigned char>((value >> 8) & 0xFF);
3952 result_p[1] = static_cast<unsigned char>(value & 0xFF);
/third_party/boost/libs/asio/include/boost/asio/detail/impl/
Dsocket_ops.ipp3923 unsigned char* result_p = reinterpret_cast<unsigned char*>(&result);
3924 result_p[0] = static_cast<unsigned char>((value >> 24) & 0xFF);
3925 result_p[1] = static_cast<unsigned char>((value >> 16) & 0xFF);
3926 result_p[2] = static_cast<unsigned char>((value >> 8) & 0xFF);
3927 result_p[3] = static_cast<unsigned char>(value & 0xFF);
3950 unsigned char* result_p = reinterpret_cast<unsigned char*>(&result);
3951 result_p[0] = static_cast<unsigned char>((value >> 8) & 0xFF);
3952 result_p[1] = static_cast<unsigned char>(value & 0xFF);