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:child_idx
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-repacker.hh
553
bool duplicate (unsigned parent_idx, unsigned
child_idx
)
in duplicate()
560
if (l.objidx ==
child_idx
) links_to_child++;
in duplicate()
563
if (vertices_[
child_idx
].incoming_edges () <= links_to_child)
in duplicate()
568
parent_idx,
child_idx
);
in duplicate()
573
parent_idx,
child_idx
);
in duplicate()
575
unsigned clone_idx = duplicate (
child_idx
);
in duplicate()
584
if (l.objidx !=
child_idx
)
in duplicate()
/third_party/mesa3d/src/util/
H
A
D
sparse_array.c
174
uint64_t
child_idx
= (idx >> (node_level * node_size_log2)) &
in util_sparse_array_get()
local
178
uintptr_t child = p_atomic_read(&children[
child_idx
]);
in util_sparse_array_get()
182
child = _util_sparse_array_set_or_free_node(&children[
child_idx
],
in util_sparse_array_get()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_acceleration_structure.c
722
unsigned
child_idx
= 0;
in build_bvh()
local
723
for (dst_count = 0;
child_idx
< MAX2(1, child_count); ++dst_count,
child_idx
+= 4) {
in build_bvh()
724
unsigned local_child_count = MIN2(4, child_count -
child_idx
);
in build_bvh()
729
uint32_t id = children[
child_idx
+ c];
in build_bvh()
739
if (
child_idx
== 0 && local_child_count == child_count) {
in build_bvh()
Completed in 6 milliseconds