Searched refs:result_p (Results 1 – 4 of 4) sorted by relevance
66 uint32_t *result_p) /**< [out] converted value */ in ecma_string_to_array_index() argument72 *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() local749 return result_p; in ecma_concat_ecma_strings()1335 const lit_utf8_byte_t *result_p; in ecma_string_get_chars() local1351 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 …]
1587 ecma_object_t *result_p = ecma_get_object_from_value (result_array); in ecma_regexp_create_result_object() local1592 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()
3923 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);