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:PUT16_END
(Results
1 - 5
of
5
) sorted by relevance
/third_party/alsa-lib/src/pcm/
H
A
D
plugin_ops.h
443
#ifdef
PUT16_END
445
put16_12_1: as_u8(dst) = sample >> 8; goto
PUT16_END
;
446
put16_12_9: as_u8(dst) = (sample >> 8) ^ 0x80; goto
PUT16_END
;
447
put16_12_12: as_u16(dst) = sample; goto
PUT16_END
;
448
put16_12_92: as_u16(dst) = sample ^ 0x8000; goto
PUT16_END
;
449
put16_12_21: as_u16(dst) = bswap_16(sample); goto
PUT16_END
;
450
put16_12_29: as_u16(dst) = bswap_16(sample) ^ 0x80; goto
PUT16_END
;
451
put16_12_0120: as_u32(dst) = sx24((uint32_t)sample << 8); goto
PUT16_END
;
452
put16_12_0920: as_u32(dst) = sx24((uint32_t)(sample ^ 0x8000) << 8); goto
PUT16_END
;
453
put16_12_0210: as_u32(dst) = sx24s((uint32_t)bswap_16(sample) << 8); goto
PUT16_END
;
[all...]
H
A
D
pcm_rate_linear.c
121
#define
PUT16_END
after_put
in linear_expand()
macro
123
#undef
PUT16_END
in linear_expand()
macro
242
#define
PUT16_END
after_put
in linear_shrink()
macro
244
#undef
PUT16_END
in linear_shrink()
macro
H
A
D
pcm_mulaw.c
187
#define
PUT16_END
after
in snd_pcm_mulaw_decode()
macro
189
#undef
PUT16_END
in snd_pcm_mulaw_decode()
macro
H
A
D
pcm_adpcm.c
253
#define
PUT16_END
after
in snd_pcm_adpcm_decode()
macro
255
#undef
PUT16_END
in snd_pcm_adpcm_decode()
macro
H
A
D
pcm_alaw.c
171
#define
PUT16_END
after
in snd_pcm_alaw_decode()
macro
173
#undef
PUT16_END
in snd_pcm_alaw_decode()
macro
Completed in 5 milliseconds