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:all_blocks
(Results
1 - 9
of
9
) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/utils/
H
A
D
utils.c
68
static MemBlock*
all_blocks
= NULL;
variable
84
while (
all_blocks
!= NULL) {
in PrintMemInfo()
85
MemBlock* b =
all_blocks
;
in PrintMemInfo()
86
all_blocks
= b->next_;
in PrintMemInfo()
124
b->next_ =
all_blocks
;
in AddMem()
125
all_blocks
= b;
in AddMem()
144
MemBlock** b = &
all_blocks
;
in SubMem()
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
gen-arabic-table.py
80
all_blocks
= set([blocks[u] for u in uu])
109
if block in
all_blocks
:
/third_party/skia/third_party/externals/freetype/src/base/
H
A
D
ftdbgmem.c
64
FT_Long
all_blocks
; /* total number of blocks allocated */
member
445
node->
all_blocks
= 0;
in ft_mem_table_get_source()
514
source->
all_blocks
++;
in ft_mem_table_set()
/third_party/node/deps/v8/src/compiler/
H
A
D
schedule.h
271
const BasicBlockVector*
all_blocks
() const { return &all_blocks_; }
in all_blocks()
function in v8::internal::compiler::final
H
A
D
machine-graph-verifier.cc
99
auto blocks = schedule_->
all_blocks
();
in Run()
360
BasicBlockVector const* blocks = schedule_->
all_blocks
();
in Run()
H
A
D
raw-machine-assembler.cc
135
for (size_t i = 0; i < schedule->
all_blocks
()->size(); ++i) {
in OptimizeControlFlow()
136
BasicBlock* block = (*schedule->
all_blocks
())[i];
in OptimizeControlFlow()
H
A
D
schedule.cc
465
((s.RpoBlockCount() == 0) ? *s.
all_blocks
() : *s.rpo_order())) {
in operator <<()
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_allocator.c
1225
util_dynarray_init(&stream->
all_blocks
, NULL);
in anv_state_stream_init()
1233
util_dynarray_foreach(&stream->
all_blocks
, struct anv_state, block) {
in anv_state_stream_finish()
1238
util_dynarray_fini(&stream->
all_blocks
);
in anv_state_stream_finish()
1260
util_dynarray_append(&stream->
all_blocks
,
in anv_state_stream_alloc()
H
A
D
anv_private.h
814
struct util_dynarray
all_blocks
;
member
Completed in 18 milliseconds