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:data_next
(Results
1 - 3
of
3
) sorted by relevance
/third_party/pulseaudio/src/pulsecore/
H
A
D
idxset.c
41
struct idxset_entry *
data_next
, *data_previous;
member
114
if (e->
data_next
)
in remove_entry()
115
e->
data_next
->data_previous = e->data_previous;
in remove_entry()
118
e->data_previous->
data_next
= e->
data_next
;
in remove_entry()
121
BY_DATA(s)[hash] = e->
data_next
;
in remove_entry()
153
for (e = BY_DATA(s)[hash]; e; e = e->
data_next
)
in data_scan()
194
e->
data_next
= BY_DATA(s)[hash];
in pa_idxset_put()
/third_party/mesa3d/src/imgui/
H
A
D
imgui_memory_editor.h
240
bool
data_next
= false;
in DrawContents()
local
352
data_write =
data_next
= true;
in DrawContents()
358
data_write =
data_next
= true;
in DrawContents()
360
data_write =
data_next
= false;
in DrawContents()
433
if (
data_next
&& DataEditingAddr < mem_size)
in DrawContents()
/third_party/ffmpeg/libavfilter/
H
A
D
vf_minterpolate.c
253
uint8_t *
data_next
= me_ctx->data_ref;
in get_sbad()
local
266
data_next
+= (y - mv_y) * linesize;
in get_sbad()
270
sbad += FFABS(data_cur[x + mv_x + i + j * linesize] -
data_next
[x - mv_x + i + j * linesize]);
in get_sbad()
278
uint8_t *
data_next
= me_ctx->data_ref;
in get_sbad_ob()
local
296
sbad += FFABS(data_cur[x + mv_x + i + (y + mv_y + j) * linesize] -
data_next
[x - mv_x + i + (y - mv_y + j) * linesize]);
in get_sbad_ob()
Completed in 5 milliseconds