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:rsiz
(Results
1 - 5
of
5
) sorted by relevance
/third_party/python/Modules/_sha3/
H
A
D
sha3.c
110
c->
rsiz
= 200 - 2 * mdlen;
in sha3_init()
126
if (j >= c->
rsiz
) {
in sha3_update()
143
c->st.b[c->
rsiz
- 1] ^= 0x80;
in sha3_final()
173
c->st.b[c->
rsiz
- 1] ^= 0x80;
in shake_xof()
185
if (j >= c->
rsiz
) {
in shake_out()
H
A
D
sha3.h
24
int pt,
rsiz
, mdlen; // these don't overflow
member
H
A
D
sha3module.c
330
int rate = self->hash_state.
rsiz
;
in SHA3_get_block_size()
372
int capacity = 1600 - self->hash_state.
rsiz
* 8;
in SHA3_get_capacity_bits()
380
unsigned int rate = self->hash_state.
rsiz
* 8;
in SHA3_get_rate_bits()
/third_party/ffmpeg/libavcodec/
H
A
D
libopenjpegenc.c
288
ctx->enc_params.
rsiz
= OPJ_PROFILE_CINEMA_2K;
in libopenjpeg_encode_init()
293
ctx->enc_params.
rsiz
= OPJ_PROFILE_CINEMA_2K;
in libopenjpeg_encode_init()
298
ctx->enc_params.
rsiz
= OPJ_PROFILE_CINEMA_4K;
in libopenjpeg_encode_init()
306
if (ctx->enc_params.
rsiz
== OPJ_PROFILE_CINEMA_4K) {
in libopenjpeg_encode_init()
310
ctx->enc_params.
rsiz
= OPJ_PROFILE_CINEMA_2K;
in libopenjpeg_encode_init()
313
if (ctx->enc_params.
rsiz
== OPJ_PROFILE_CINEMA_2K) {
in libopenjpeg_encode_init()
317
ctx->enc_params.
rsiz
= OPJ_PROFILE_CINEMA_4K;
in libopenjpeg_encode_init()
/third_party/ffmpeg/libavformat/
H
A
D
mxfdec.c
1403
uint32_t
rsiz
= avio_rb16(pb);
in mxf_read_generic_descriptor()
local
1404
if (
rsiz
== FF_PROFILE_JPEG2000_DCINEMA_2K ||
in mxf_read_generic_descriptor()
1405
rsiz
== FF_PROFILE_JPEG2000_DCINEMA_4K)
in mxf_read_generic_descriptor()
Completed in 13 milliseconds