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:PUT32_END
(Results
1 - 4
of
4
) sorted by relevance
/third_party/alsa-lib/src/pcm/
H
A
D
plugin_ops.h
564
#define
PUT32_END
CONV24_END
macro
612
#ifdef
PUT32_END
614
put32_1234_1: as_u8(dst) = sample >> 24; goto
PUT32_END
;
615
put32_1234_9: as_u8(dst) = (sample >> 24) ^ 0x80; goto
PUT32_END
;
616
put32_1234_12: as_u16(dst) = sample >> 16; goto
PUT32_END
;
617
put32_1234_92: as_u16(dst) = (sample >> 16) ^ 0x8000; goto
PUT32_END
;
618
put32_1234_21: as_u16(dst) = bswap_16(sample >> 16); goto
PUT32_END
;
619
put32_1234_29: as_u16(dst) = bswap_16(sample >> 16) ^ 0x80; goto
PUT32_END
;
620
put32_1234_0123: as_u32(dst) = sx24(sample >> 8); goto
PUT32_END
;
621
put32_1234_0923: as_u32(dst) = sx24((sample >> 8) ^ 0x800000); goto
PUT32_END
;
649
#undef
PUT32_END
global()
macro
[all...]
H
A
D
pcm_lfloat.c
175
#define
PUT32_END
sample_put
in snd_pcm_lfloat_convert_float_integer()
macro
177
#undef
PUT32_END
in snd_pcm_lfloat_convert_float_integer()
macro
H
A
D
pcm_iec958.c
172
#define
PUT32_END
after
in snd_pcm_iec958_decode()
macro
174
#undef
PUT32_END
in snd_pcm_iec958_decode()
macro
H
A
D
pcm_route.c
389
#define
PUT32_END
after_put32
in snd_pcm_route_convert1_many()
macro
391
#undef
PUT32_END
in snd_pcm_route_convert1_many()
macro
Completed in 6 milliseconds