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:GET16_END
(Results
1 - 5
of
5
) sorted by relevance
/third_party/alsa-lib/src/pcm/
H
A
D
plugin_ops.h
368
#ifdef
GET16_END
370
get16_1_10: sample = (uint16_t)as_u8c(src) << 8; goto
GET16_END
;
371
get16_1_90: sample = (uint16_t)(as_u8c(src) ^ 0x80) << 8; goto
GET16_END
;
372
get16_12_12: sample = as_u16c(src); goto
GET16_END
;
373
get16_12_92: sample = as_u16c(src) ^ 0x8000; goto
GET16_END
;
374
get16_12_21: sample = bswap_16(as_u16c(src)); goto
GET16_END
;
375
get16_12_A1: sample = bswap_16(as_u16c(src) ^ 0x80); goto
GET16_END
;
376
get16_0123_12: sample = as_u32c(src) >> 8; goto
GET16_END
;
377
get16_0123_92: sample = (as_u32c(src) >> 8) ^ 0x8000; goto
GET16_END
;
378
get16_1230_32: sample = bswap_16(as_u32c(src) >> 8); goto
GET16_END
;
[all...]
H
A
D
pcm_rate_linear.c
110
#define
GET16_END
after_get
in linear_expand()
macro
112
#undef
GET16_END
in linear_expand()
macro
228
#define
GET16_END
after_get
in linear_shrink()
macro
230
#undef
GET16_END
in linear_shrink()
macro
H
A
D
pcm_mulaw.c
224
#define
GET16_END
after
in snd_pcm_mulaw_encode()
macro
226
#undef
GET16_END
in snd_pcm_mulaw_encode()
macro
H
A
D
pcm_adpcm.c
301
#define
GET16_END
after
in snd_pcm_adpcm_encode()
macro
303
#undef
GET16_END
in snd_pcm_adpcm_encode()
macro
H
A
D
pcm_alaw.c
208
#define
GET16_END
after
in snd_pcm_alaw_encode()
macro
210
#undef
GET16_END
in snd_pcm_alaw_encode()
macro
Completed in 5 milliseconds