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:LE_INT
(Results
1 - 3
of
3
) sorted by relevance
/third_party/alsa-utils/speaker-test/
H
A
D
speaker-test.c
90
#define
LE_INT
(v) (v)
macro
96
#define
LE_INT
(v) bswap_32(v)
macro
343
*samp8++ =
LE_INT
(res.i);
in do_generate()
344
*samp8++ =
LE_INT
(res.i) >> 8;
in do_generate()
345
*samp8++ =
LE_INT
(res.i) >> 16;
in do_generate()
355
*samp8++ =
LE_INT
(res.i);
in do_generate()
356
*samp8++ =
LE_INT
(res.i) >> 8;
in do_generate()
357
*samp8++ =
LE_INT
(res.i) >> 16;
in do_generate()
368
*samp32++ =
LE_INT
(res.i);
in do_generate()
748
if (header.body.rate !=
LE_INT
(rat
in check_wav_file()
[all...]
/third_party/alsa-utils/aplay/
H
A
D
formats.h
49
#define
LE_INT
(v) (v)
macro
55
#define
LE_INT
(v) bswap_32(v)
macro
66
((be) ? BE_INT(v) :
LE_INT
(v))
H
A
D
aplay.c
2736
h.length =
LE_INT
(tmp);
2740
cf.length =
LE_INT
(16);
2747
f.sample_fq =
LE_INT
(hwparams.rate);
2757
f.byte_p_sec =
LE_INT
(tmp);
2761
cd.length =
LE_INT
(cnt);
2840
cd.length = fdcount > 0x7fffffff ?
LE_INT
(0x7fffffff) :
LE_INT
(fdcount);
2842
rifflen = filelen > 0x7fffffff ?
LE_INT
(0x7fffffff) :
LE_INT
(filelen);
Completed in 7 milliseconds