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:qwords
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
asfcrypt.c
153
uint8_t *
qwords
= data;
in ff_asfcrypt_dec()
local
176
packetkey = AV_RN64(&
qwords
[num_qwords * 8 - 8]);
in ff_asfcrypt_dec()
186
for (i = 0; i < num_qwords - 1; i++,
qwords
+= 8)
in ff_asfcrypt_dec()
187
ms_state = multiswap_enc(ms_keys, ms_state, AV_RL64(
qwords
));
in ff_asfcrypt_dec()
192
AV_WL64(
qwords
, packetkey);
in ff_asfcrypt_dec()
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
r600_perfcounter.c
87
unsigned
qwords
;
member
211
for (j = 0; j < counter->
qwords
; ++j) {
in r600_pc_query_add_result()
413
counter->
qwords
= 1;
in r600_create_batch_query()
415
counter->
qwords
= screen->info.max_se;
in r600_create_batch_query()
417
counter->
qwords
*= block->num_instances;
in r600_create_batch_query()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_perfcounter.c
44
unsigned
qwords
;
member
402
for (j = 0; j < counter->
qwords
; ++j) {
in si_pc_query_add_result()
615
counter->
qwords
= 1;
in si_create_batch_query()
617
counter->
qwords
= screen->info.max_se;
in si_create_batch_query()
619
counter->
qwords
*= block->num_instances;
in si_create_batch_query()
/third_party/mesa3d/src/panfrost/bifrost/
H
A
D
bi_pack.c
391
int32_t
qwords
= bi_block_offset(ctx, clause, br->branch_target);
in bi_assign_branch_offset()
392
int32_t bytes =
qwords
* 16;
in bi_assign_branch_offset()
/third_party/ffmpeg/libavcodec/arm/
H
A
D
vp9mc_16bpp_neon.S
195
@ size >= 8 loads two
qwords
and increments r2,
/third_party/ffmpeg/libavresample/x86/
H
A
D
audio_convert.asm
364
; shuffle
qwords
Completed in 7 milliseconds