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:first_code
(Results
1 - 5
of
5
) sorted by relevance
/third_party/node/deps/v8/src/codegen/
H
A
D
reglist-base.h
114
int
first_code
= base::bits::CountTrailingZerosNonZero(regs_);
in first()
local
115
return RegisterT::from_code(
first_code
);
in first()
/third_party/node/deps/v8/src/wasm/baseline/
H
A
D
liftoff-register.h
438
int
first_code
= base::bits::CountTrailingZeros(regs_);
in GetFirstRegSet()
local
439
return LiftoffRegister::from_liftoff_code(
first_code
);
in GetFirstRegSet()
/third_party/cJSON/
H
A
D
cJSON.c
898
unsigned int
first_code
= 0;
in utf16_literal_to_utf8()
local
912
first_code
= parse_hex4(first_sequence + 2);
in utf16_literal_to_utf8()
915
if (((
first_code
>= 0xDC00) && (
first_code
<= 0xDFFF)))
in utf16_literal_to_utf8()
921
if ((
first_code
>= 0xD800) && (
first_code
<= 0xDBFF))
in utf16_literal_to_utf8()
950
codepoint = 0x10000 + (((
first_code
& 0x3FF) << 10) | (second_code & 0x3FF));
in utf16_literal_to_utf8()
955
codepoint =
first_code
;
in utf16_literal_to_utf8()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
H
A
D
cmap_table.cc
481
int32_t
first_code
= FirstCode(high_byte);
in GlyphId()
local
484
if (low_byte <
first_code
|| low_byte >=
first_code
+ entry_count) {
in GlyphId()
494
(low_byte -
first_code
) * DataSize::kUSHORT;
in GlyphId()
/third_party/skia/third_party/externals/freetype/src/sfnt/
H
A
D
ttcmap.c
345
FT_UInt
first_code
, code_count, offset;
in FT_CALLBACK_DEF()
local
349
first_code
= TT_NEXT_USHORT( p );
in FT_CALLBACK_DEF()
361
if (
first_code
>= 256 || code_count > 256 -
first_code
)
in FT_CALLBACK_DEF()
Completed in 11 milliseconds