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:bdiv
(Results
1 - 2
of
2
) sorted by relevance
/third_party/alsa-utils/topology/nhlt/intel/ssp/
H
A
D
ssp-process.c
95
uint32_t
bdiv
;
in ssp_calculate_intern()
local
265
bdiv
= ssp->ssp_prm[di].hw_cfg[hwi].bclk_rate / ssp->ssp_prm[di].hw_cfg[hwi].fsync_rate;
in ssp_calculate_intern()
266
if (
bdiv
< ssp->ssp_prm[di].hw_cfg[hwi].tdm_slot_width *
in ssp_calculate_intern()
285
if (
bdiv
< bdiv_min) {
in ssp_calculate_intern()
286
fprintf(stderr, "ssp_calculate():
bdiv
(%u) < bdiv_min(%u)\n",
in ssp_calculate_intern()
287
bdiv
, bdiv_min);
in ssp_calculate_intern()
291
frame_end_padding =
bdiv
- bdiv_min;
in ssp_calculate_intern()
306
if (
bdiv
% 2) {
in ssp_calculate_intern()
307
fprintf(stderr, "ssp_calculate():
bdiv
%u is not divisible by 2\n",
in ssp_calculate_intern()
308
bdiv
);
in ssp_calculate_intern()
[all...]
/third_party/openssl/test/
H
A
D
bntests.pl
77
# Math::BigInt->
bdiv
() is documented to do floored division,
86
$a->
bdiv
($b);
Completed in 2 milliseconds