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_blocks
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/fsync/
H
A
D
fsync02.c
64
int
data_blocks
= 0;
in run()
local
71
data_blocks
= random_number % max_block;
in run()
73
for (i = 1; i <=
data_blocks
; i++) {
in run()
74
offset = i * ((BLOCKSIZE * max_block) /
data_blocks
);
in run()
100
"max_block: %d;
data_blocks
: %d",
in run()
101
time_delta, max_block,
data_blocks
);
in run()
/third_party/ffmpeg/libavcodec/
H
A
D
mpegvideo_xvmc.c
41
* into the
data_blocks
array provided by xvmc.
48
s->block = (int16_t (*)[64])(render->
data_blocks
+ render->next_free_data_block_num * 64);
in ff_xvmc_init_block()
95
!render->
data_blocks
|| !render->mv_blocks ||
in ff_xvmc_field_start()
331
memcpy(&render->
data_blocks
[render->next_free_data_block_num*64],
in ff_xvmc_decode_mb()
H
A
D
xvmc.h
63
short*
data_blocks
;
member
79
/** Number of blocks that can be stored at once in the
data_blocks
array.
85
/** Indicate that the hardware would interpret
data_blocks
as IDCT
154
64 short values in the
data_blocks
array.
Completed in 2 milliseconds