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:c_b
(Results
1 - 5
of
5
) sorted by relevance
/third_party/openssl/test/
H
A
D
casttest.c
58
static unsigned char
c_b
[16] = {
variable
104
|| !TEST_mem_eq(out_b, sizeof(
c_b
),
c_b
, sizeof(
c_b
)))
in cast_test_iterations()
/third_party/libabigail/tests/data/test-abidiff-exit/
H
A
D
qualifier-typedef-array-v0.c
14
B
c_b
;
member
H
A
D
qualifier-typedef-array-v1.c
14
const B
c_b
; // +const
member
/third_party/ffmpeg/libavcodec/
H
A
D
vp9dec.h
169
VP56RangeCoder *
c_b
;
member
H
A
D
vp9.c
811
s->td[i].
c_b
= rc;
in decode_frame_header()
1294
ret = ff_vp56_init_range_decoder(&td->
c_b
[tile_col], data, tile_size);
in decode_tiles()
1297
if (vp56_rac_get_prob_branchy(&td->
c_b
[tile_col], 128)) { // marker bit
in decode_tiles()
1326
td->c = &td->
c_b
[tile_col];
in decode_tiles()
1420
td->c = &td->
c_b
[tile_row];
in decode_tiles_mt()
1717
ret = ff_vp56_init_range_decoder(&s->td[tile_col].
c_b
[tile_row], data, tile_size);
in vp9_decode_frame()
1720
if (vp56_rac_get_prob_branchy(&s->td[tile_col].
c_b
[tile_row], 128)) // marker bit
in vp9_decode_frame()
Completed in 5 milliseconds