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:v_counts
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/third_party/externals/wuffs/release/c/
H
A
D
wuffs-v0.2.c
6848
uint16_t
v_counts
[16] = {0};
in wuffs_deflate__decoder__init_huff()
local
6875
if (
v_counts
[(self->private_data.f_code_lengths[v_i] & 15)] >= 320) {
in wuffs_deflate__decoder__init_huff()
6882
v_counts
[(self->private_data.f_code_lengths[v_i] & 15)] += 1;
in wuffs_deflate__decoder__init_huff()
6888
if ((((uint32_t)(
v_counts
[0])) + a_n_codes0) == a_n_codes1) {
in wuffs_deflate__decoder__init_huff()
6898
if (v_remaining < ((uint32_t)(
v_counts
[v_i]))) {
in wuffs_deflate__decoder__init_huff()
6901
v_remaining -= ((uint32_t)(
v_counts
[v_i]));
in wuffs_deflate__decoder__init_huff()
6905
if ((a_which == 1) && (
v_counts
[1] == 1) &&
in wuffs_deflate__decoder__init_huff()
6907
((((uint32_t)(
v_counts
[0])) + a_n_codes0 + 1) == a_n_codes1)) {
in wuffs_deflate__decoder__init_huff()
6920
v_count = ((uint32_t)(
v_counts
[v_i]));
in wuffs_deflate__decoder__init_huff()
6954
if (
v_counts
[v_min_c
in wuffs_deflate__decoder__init_huff()
[all...]
H
A
D
wuffs-v0.3.c
26379
uint16_t
v_counts
[16] = {0};
in wuffs_deflate__decoder__init_huff()
local
26406
if (
v_counts
[(self->private_data.f_code_lengths[v_i] & 15)] >= 320) {
in wuffs_deflate__decoder__init_huff()
26413
v_counts
[(self->private_data.f_code_lengths[v_i] & 15)] += 1;
in wuffs_deflate__decoder__init_huff()
26419
if ((((uint32_t)(
v_counts
[0])) + a_n_codes0) == a_n_codes1) {
in wuffs_deflate__decoder__init_huff()
26429
if (v_remaining < ((uint32_t)(
v_counts
[v_i]))) {
in wuffs_deflate__decoder__init_huff()
26432
v_remaining -= ((uint32_t)(
v_counts
[v_i]));
in wuffs_deflate__decoder__init_huff()
26437
(
v_counts
[1] == 1) &&
in wuffs_deflate__decoder__init_huff()
26439
((((uint32_t)(
v_counts
[0])) + a_n_codes0 + 1) == a_n_codes1)) {
in wuffs_deflate__decoder__init_huff()
26450
v_count = ((uint32_t)(
v_counts
[v_i]));
in wuffs_deflate__decoder__init_huff()
26483
if (
v_counts
[v_min_c
in wuffs_deflate__decoder__init_huff()
[all...]
/third_party/astc-encoder/Source/
H
A
D
wuffs-v0.3.c
27466
uint16_t
v_counts
[16] = {0};
in wuffs_deflate__decoder__init_huff()
local
27493
if (
v_counts
[(self->private_data.f_code_lengths[v_i] & 15)] >= 320) {
in wuffs_deflate__decoder__init_huff()
27500
v_counts
[(self->private_data.f_code_lengths[v_i] & 15)] += 1;
in wuffs_deflate__decoder__init_huff()
27506
if ((((uint32_t)(
v_counts
[0])) + a_n_codes0) == a_n_codes1) {
in wuffs_deflate__decoder__init_huff()
27516
if (v_remaining < ((uint32_t)(
v_counts
[v_i]))) {
in wuffs_deflate__decoder__init_huff()
27519
v_remaining -= ((uint32_t)(
v_counts
[v_i]));
in wuffs_deflate__decoder__init_huff()
27523
if ((a_which == 1) && (
v_counts
[1] == 1) && ((((uint32_t)(
v_counts
[0])) + a_n_codes0 + 1) == a_n_codes1)) {
in wuffs_deflate__decoder__init_huff()
27540
v_count = ((uint32_t)(
v_counts
[v_i]));
in wuffs_deflate__decoder__init_huff()
27573
if (
v_counts
[v_min_c
in wuffs_deflate__decoder__init_huff()
[all...]
Completed in 105 milliseconds