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:target_chunk
(Results
1 - 2
of
2
) sorted by relevance
/third_party/pulseaudio/src/modules/
H
A
D
module-virtual-source.c
273
pa_memchunk
target_chunk
;
in source_output_push_cb()
local
298
target_chunk
.index = 0;
in source_output_push_cb()
299
target_chunk
.length = chunk->length;
in source_output_push_cb()
300
pa_assert(
target_chunk
.length == chunk->length);
in source_output_push_cb()
302
target_chunk
.memblock = pa_memblock_new(o->source->core->mempool,
in source_output_push_cb()
303
target_chunk
.length);
in source_output_push_cb()
304
pa_assert(
target_chunk
.memblock );
in source_output_push_cb()
307
target = pa_memblock_acquire_chunk(&
target_chunk
);
in source_output_push_cb()
330
pa_memblock_release(
target_chunk
.memblock);
in source_output_push_cb()
334
pa_source_post(u->source, &
target_chunk
);
in source_output_push_cb()
[all...]
/third_party/node/deps/v8/src/heap/
H
A
D
mark-compact.cc
3081
BasicMemoryChunk*
target_chunk
= BasicMemoryChunk::FromHeapObject(target);
in ShouldRecordRelocSlot()
local
3082
return
target_chunk
->IsEvacuationCandidate() &&
in ShouldRecordRelocSlot()
Completed in 14 milliseconds