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:type_code
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
flacenc.c
82
int
type_code
;
member
810
sub->type = sub->
type_code
= FLAC_SUBFRAME_CONSTANT;
in encode_residual_ch()
817
sub->type = sub->
type_code
= FLAC_SUBFRAME_VERBATIM;
in encode_residual_ch()
842
sub->
type_code
= sub->type | sub->order;
in encode_residual_ch()
971
sub->
type_code
= sub->type | (sub->order-1);
in encode_residual_ch()
1222
put_bits(&s->pb, 6, sub->
type_code
);
in write_subframes()
/third_party/node/deps/brotli/c/enc/
H
A
D
brotli_bit_stream.c
63
size_t
type_code
= (type == calculator->last_type + 1) ? 1u :
in NextBlockTypeCode()
local
67
return
type_code
;
in NextBlockTypeCode()
772
size_t
type_code
= NextBlockTypeCode(&type_code_calculator, types[i]);
in BuildAndStoreBlockSplitCode()
local
773
if (i != 0) ++type_histo[
type_code
];
in BuildAndStoreBlockSplitCode()
/third_party/skia/third_party/externals/brotli/c/enc/
H
A
D
brotli_bit_stream.c
63
size_t
type_code
= (type == calculator->last_type + 1) ? 1u :
in NextBlockTypeCode()
local
67
return
type_code
;
in NextBlockTypeCode()
772
size_t
type_code
= NextBlockTypeCode(&type_code_calculator, types[i]);
in BuildAndStoreBlockSplitCode()
local
773
if (i != 0) ++type_histo[
type_code
];
in BuildAndStoreBlockSplitCode()
/third_party/node/deps/v8/src/wasm/
H
A
D
wasm-module-builder.h
432
ValueTypeCode
type_code
;
member
H
A
D
wasm-module-builder.cc
665
buffer->write_u8(import.
type_code
);
in WriteTo()
/third_party/mesa3d/src/microsoft/compiler/
H
A
D
dxil_module.c
1401
enum type_codes
type_code
= TYPE_CODE_STRUCT_ANON;
in emit_struct_type()
local
1404
type_code
= TYPE_CODE_STRUCT_NAMED;
in emit_struct_type()
1416
temp[0] =
type_code
;
in emit_struct_type()
/third_party/rust/crates/libc/src/unix/haiku/
H
A
D
native.rs
31
pub type
type_code
= u32;
types
Completed in 20 milliseconds