Home
last modified time | relevance | path

Searched defs:destination_p (Results 1 - 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-ext/debugger/
H A Ddebugger-sha1.c313 jerryx_sha1_finish(jerryx_sha1_context *sha1_context_p, uint8_t destination_p[20]) jerryx_sha1_finish() argument
355 jerryx_debugger_compute_sha1(const uint8_t *source1_p, size_t source1_length, const uint8_t *source2_p, size_t source2_length, uint8_t destination_p[20]) jerryx_debugger_compute_sha1() argument
H A Ddebugger-ws.c116 jerryx_to_base64(const uint8_t *source_p, uint8_t *destination_p, size_t length) jerryx_to_base64() argument
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-literal-storage.c504 uint8_t *destination_p = (uint8_t *) (buffer_p + (*in_out_buffer_offset_p / sizeof (uint32_t))); in ecma_save_literals_for_snapshot() local
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-scanner-util.c1312 uint8_t *destination_p = (uint8_t *) scanner_malloc (context_p, literal_p->length); in scanner_scope_find_let_declaration() local
H A Djs-lexer.c2059 lexer_convert_ident_to_cesu8 (uint8_t *destination_p, /**< destination string */ in lexer_convert_ident_to_cesu8() argument
2128 uint8_t *destination_p = destination_start_p; in lexer_convert_literal_to_chars() local
[all...]

Completed in 8 milliseconds