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_cur
(Results
1 - 6
of
6
) sorted by relevance
/third_party/libbpf/src/
H
A
D
gen_loader.c
75
size_t off = gen->
data_cur
- gen->data_start;
in realloc_data_buf()
92
gen->
data_cur
= data_start + off;
in realloc_data_buf()
164
prev = gen->
data_cur
;
in add_data()
166
memcpy(gen->
data_cur
, data, size);
in add_data()
167
memcpy(gen->
data_cur
+ size, &zero, size8 - size);
in add_data()
169
memset(gen->
data_cur
, 0, size8);
in add_data()
171
gen->
data_cur
+= size8;
in add_data()
403
opts->data_sz = gen->
data_cur
- gen->data_start;
in bpf_gen__finish()
H
A
D
bpf_gen_internal.h
34
void *
data_cur
;
member
/third_party/ffmpeg/libavfilter/
H
A
D
vf_minterpolate.c
252
uint8_t *
data_cur
= me_ctx->
data_cur
;
in get_sbad()
local
265
data_cur
+= (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()
277
uint8_t *
data_cur
= me_ctx->
data_cur
;
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()
304
uint8_t *
data_cur
= me_ctx->
data_cur
;
in get_sad_ob()
local
322
sad += FFABS(data_ref[x_mv + i + (y_mv + j) * linesize] -
data_cur
[
in get_sad_ob()
[all...]
H
A
D
motion_estimation.c
64
uint8_t *
data_cur
= me_ctx->
data_cur
;
in ff_me_cmp_sad()
local
69
data_cur
+= y_mb * linesize;
in ff_me_cmp_sad()
73
sad += FFABS(data_ref[x_mv + i + j * linesize] -
data_cur
[x_mb + i + j * linesize]);
in ff_me_cmp_sad()
H
A
D
motion_estimation.h
42
uint8_t *
data_cur
, *data_ref;
member
H
A
D
vf_mestimate.c
183
me_ctx->
data_cur
= s->cur->data[0];
in filter_frame()
Completed in 7 milliseconds