Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:encoding_delta
(Results
1 - 2
of
2
) sorted by relevance
/third_party/jerryscript/jerry-core/parser/js/
H
A
D
js-parser.c
590
name = (uint16_t) (((name << 8) | byte_code_p[0]) -
encoding_delta
); \
607
uint16_t
encoding_delta
;
in parse_print_final_cbc()
local
643
encoding_delta
= CBC_SMALL_LITERAL_ENCODING_DELTA;
in parse_print_final_cbc()
649
encoding_delta
= CBC_FULL_LITERAL_ENCODING_DELTA;
in parse_print_final_cbc()
1276
uint16_t
encoding_delta
;
in parser_post_processing()
local
1282
encoding_delta
= CBC_FULL_LITERAL_ENCODING_DELTA;
in parser_post_processing()
1287
encoding_delta
= CBC_SMALL_LITERAL_ENCODING_DELTA;
in parser_post_processing()
1459
first_byte = (uint16_t) (((first_byte << 8) | dst_p[-1]) -
encoding_delta
);
in parser_post_processing()
/third_party/jerryscript/jerry-core/vm/
H
A
D
vm.c
917
(destination) = (uint16_t) ((((destination) << 8) | *byte_code_p++) -
encoding_delta
); \
983
uint16_t
encoding_delta
;
in vm_loop()
local
998
encoding_delta
= CBC_SMALL_LITERAL_ENCODING_DELTA;
in vm_loop()
1003
encoding_delta
= CBC_FULL_LITERAL_ENCODING_DELTA;
in vm_loop()
Completed in 8 milliseconds