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_SHORT
(Results
1 - 3
of
3
) sorted by relevance
/third_party/alsa-utils/aplay/
H
A
D
formats.h
48
#define
LE_SHORT
(v) (v)
macro
54
#define
LE_SHORT
(v) bswap_16(v)
macro
64
((be) ? BE_SHORT(v) :
LE_SHORT
(v))
H
A
D
aplay.c
976
vocminor =
LE_SHORT
(vp->version) & 0xFF;
977
vocmajor =
LE_SHORT
(vp->version) / 256;
978
if (
LE_SHORT
(vp->version) != (0x1233 -
LE_SHORT
(vp->coded_ver)))
980
return
LE_SHORT
(vp->headerlen) - sizeof(VocHeader); /* 0 mostly */
2658
vh.headerlen =
LE_SHORT
(sizeof(VocHeader));
2659
vh.version =
LE_SHORT
(VOC_ACTUAL_VERSION);
2660
vh.coded_ver =
LE_SHORT
(0x1233 - VOC_ACTUAL_VERSION);
2675
eb.tc =
LE_SHORT
(65536 - 256000000L / (hwparams.rate << 1));
2743
f.format =
LE_SHORT
(WAV_FMT_IEEE_FLOA
[all...]
/third_party/alsa-utils/speaker-test/
H
A
D
speaker-test.c
89
#define
LE_SHORT
(v) (v)
macro
95
#define
LE_SHORT
(v) bswap_16(v)
macro
333
*samp16++ =
LE_SHORT
(res.i >> 16);
in do_generate()
738
if (header.body.format !=
LE_SHORT
(WAV_PCM_CODE)) {
in check_wav_file()
740
LE_SHORT
(header.body.format), wav_file[channel]);
in check_wav_file()
743
if (header.body.channels !=
LE_SHORT
(1)) {
in check_wav_file()
745
wav_file[channel],
LE_SHORT
(header.body.channels));
in check_wav_file()
753
if (header.body.sample_bits !=
LE_SHORT
(16)) {
in check_wav_file()
755
LE_SHORT
(header.body.sample_bits), wav_file[channel]);
in check_wav_file()
Completed in 6 milliseconds