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:num_hints
(Results
1 - 8
of
8
) sorted by relevance
/third_party/node/deps/v8/tools/wasm-compilation-hints/
H
A
D
wasm-objdump-compilation-hints.py
37
num_hints
, bs = read_varuintN(fin)
38
print("Custom section compilationHints with ",
num_hints
, "hints:")
39
for i in range(
num_hints
):
/third_party/skia/third_party/externals/freetype/src/pshinter/
H
A
D
pshrec.c
53
table->
num_hints
= 0;
in ps_hint_table_done()
90
count = table->
num_hints
;
in ps_hint_table_alloc()
105
table->
num_hints
= count;
in ps_hint_table_alloc()
551
dimension->hints.
num_hints
= 0;
in ps_dimension_init()
675
FT_UInt max = dim->hints.
num_hints
;
in ps_dimension_add_t1stem()
997
FT_UInt count1 = dim[0].hints.
num_hints
;
in ps_hints_t2mask()
998
FT_UInt count2 = dim[1].hints.
num_hints
;
in ps_hints_t2mask()
1042
FT_UInt count1 = dim[0].hints.
num_hints
;
in ps_hints_t2counter()
1043
FT_UInt count2 = dim[1].hints.
num_hints
;
in ps_hints_t2counter()
H
A
D
pshalgo.c
71
table->
num_hints
= 0;
in psh_hint_table_done()
117
FT_UInt count = table->
num_hints
;
in psh_hint_table_record()
134
if ( table->
num_hints
< table->max_hints )
in psh_hint_table_record()
135
table->sort_global[table->
num_hints
++] = hint;
in psh_hint_table_record()
182
count = hints->
num_hints
;
in psh_hint_table_init()
192
table->
num_hints
= 0;
in psh_hint_table_init()
225
if ( table->
num_hints
!= table->max_hints )
in psh_hint_table_init()
303
table->
num_hints
= count;
in psh_hint_table_activate_mask()
1416
FT_UInt
num_hints
= table->
num_hints
;
in psh_hint_table_find_strong_points()
local
[all...]
H
A
D
pshrec.h
85
FT_UInt
num_hints
;
member
H
A
D
pshalgo.h
80
FT_UInt
num_hints
;
member
/third_party/skia/third_party/externals/freetype/src/psaux/
H
A
D
cffdecode.c
519
decoder->
num_hints
= 0;
in FT_LOCAL_DEF()
980
decoder->
num_hints
+= num_args / 2;
in FT_LOCAL_DEF()
1001
decoder->
num_hints
+= num_args / 2;
in FT_LOCAL_DEF()
1007
/* `
num_hints
' bits. */
in FT_LOCAL_DEF()
1009
if ( ( ip + ( ( decoder->
num_hints
+ 7 ) >> 3 ) ) >= limit )
in FT_LOCAL_DEF()
1017
(FT_UInt)decoder->
num_hints
,
in FT_LOCAL_DEF()
1021
(FT_UInt)decoder->
num_hints
,
in FT_LOCAL_DEF()
1033
maskbyte < (FT_UInt)( ( decoder->
num_hints
+ 7 ) >> 3 );
in FT_LOCAL_DEF()
1040
ip += ( decoder->
num_hints
+ 7 ) >> 3;
in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H
A
D
psaux.h
650
FT_Int
num_hints
;
member
1186
FT_Int
num_hints
;
member
/third_party/node/deps/v8/src/wasm/
H
A
D
module-decoder.cc
1380
uint32_t
num_hints
= inner.consume_u32v("number of hints");
in DecodeBranchHintsSection()
local
1386
for (uint32_t j = 0; j <
num_hints
; ++j) {
in DecodeBranchHintsSection()
Completed in 20 milliseconds