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:gbits
(Results
1 - 15
of
15
) sorted by relevance
/third_party/node/benchmark/crypto/
H
A
D
hash-stream-creation.js
50
const
gbits
= bits / (1024 * 1024 * 1024);
58
bench.end(
gbits
);
64
const
gbits
= bits / (1024 * 1024 * 1024);
77
bench.end(
gbits
);
H
A
D
hash-stream-throughput.js
49
const
gbits
= bits / (1024 * 1024 * 1024);
57
bench.end(
gbits
);
63
const
gbits
= bits / (1024 * 1024 * 1024);
72
bench.end(
gbits
);
H
A
D
cipher-stream.js
74
const
gbits
= bits / (1024 * 1024 * 1024);
75
bench.end(
gbits
);
99
const
gbits
= written / (1024 * 1024 * 1024);
100
bench.end(
gbits
);
/third_party/node/benchmark/child_process/
H
A
D
child-process-read.js
39
const
gbits
= (bytes * 8) / (1024 * 1024 * 1024);
40
bench.end(
gbits
);
/third_party/node/benchmark/dgram/
H
A
D
multi-buffer.js
46
const
gbits
= (bytes * 8) / (1024 * 1024 * 1024);
47
bench.end(
gbits
);
H
A
D
offset-length.js
42
const
gbits
= (bytes * 8) / (1024 * 1024 * 1024);
43
bench.end(
gbits
);
H
A
D
single-buffer.js
42
const
gbits
= (bytes * 8) / (1024 * 1024 * 1024);
43
bench.end(
gbits
);
H
A
D
array-vs-concat.js
60
const
gbits
= (bytes * 8) / (1024 * 1024 * 1024);
61
bench.end(
gbits
);
/third_party/node/benchmark/net/
H
A
D
net-c2s-cork.js
51
const
gbits
= (bytes * 8) / (1024 * 1024 * 1024);
52
bench.end(
gbits
);
H
A
D
net-wrap-js-stream-passthrough.js
50
const
gbits
= (bytes * 8) / (1024 * 1024 * 1024);
51
bench.end(
gbits
);
H
A
D
net-pipe.js
56
const
gbits
= (bytes * 8) / (1024 * 1024 * 1024);
57
bench.end(
gbits
);
H
A
D
net-c2s.js
53
const
gbits
= (bytes * 8) / (1024 * 1024 * 1024);
54
bench.end(
gbits
);
H
A
D
net-s2c.js
88
const
gbits
= (bytes * 8) / (1024 * 1024 * 1024);
89
bench.end(
gbits
);
/third_party/ffmpeg/libavcodec/
H
A
D
eac3dec.c
253
int
gbits
, log_gain;
in ff_eac3_decode_transform_coeffs_aht_ch()
local
259
gbits
= bits - log_gain;
in ff_eac3_decode_transform_coeffs_aht_ch()
262
int mant = get_sbits(gbc,
gbits
);
in ff_eac3_decode_transform_coeffs_aht_ch()
263
if (log_gain && mant == -(1 << (
gbits
-1))) {
in ff_eac3_decode_transform_coeffs_aht_ch()
/third_party/libuv/test/
H
A
D
benchmark-pump.c
83
double
gbits
= ((double)bytes / (1024 * 1024 * 1024)) * 8;
in gbit()
local
84
return
gbits
/ ((double)passed_ms / 1000);
in gbit()
Completed in 5 milliseconds