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:SF_ENDIAN_CPU
(Results
1 - 17
of
17
) sorted by relevance
/third_party/libsnd/src/
H
A
D
raw.c
38
if (CPU_IS_BIG_ENDIAN && (psf->endian == 0 || psf->endian ==
SF_ENDIAN_CPU
))
in raw_open()
40
else if (CPU_IS_LITTLE_ENDIAN && (psf->endian == 0 || psf->endian ==
SF_ENDIAN_CPU
))
in raw_open()
H
A
D
mat4.c
94
if (CPU_IS_LITTLE_ENDIAN && (psf->endian ==
SF_ENDIAN_CPU
|| psf->endian == 0))
in mat4_open()
96
else if (CPU_IS_BIG_ENDIAN && (psf->endian ==
SF_ENDIAN_CPU
|| psf->endian == 0))
in mat4_open()
H
A
D
mat5.c
104
if (CPU_IS_LITTLE_ENDIAN && (psf->endian ==
SF_ENDIAN_CPU
|| psf->endian == 0))
in mat5_open()
106
else if (CPU_IS_BIG_ENDIAN && (psf->endian ==
SF_ENDIAN_CPU
|| psf->endian == 0))
in mat5_open()
H
A
D
sndfile.c
699
if (endian == SF_ENDIAN_BIG || endian ==
SF_ENDIAN_CPU
)
in sf_format_check()
796
if (endian == SF_ENDIAN_LITTLE || endian ==
SF_ENDIAN_CPU
)
in sf_format_check()
825
if (endian == SF_ENDIAN_BIG || endian ==
SF_ENDIAN_CPU
)
in sf_format_check()
835
if (endian == SF_ENDIAN_BIG || endian ==
SF_ENDIAN_CPU
)
in sf_format_check()
881
if (endian == SF_ENDIAN_LITTLE || endian ==
SF_ENDIAN_CPU
)
in sf_format_check()
891
if (endian == SF_ENDIAN_LITTLE || endian ==
SF_ENDIAN_CPU
)
in sf_format_check()
901
if (endian == SF_ENDIAN_LITTLE || endian ==
SF_ENDIAN_CPU
)
in sf_format_check()
919
if (endian == SF_ENDIAN_LITTLE || endian ==
SF_ENDIAN_CPU
)
in sf_format_check()
929
if (endian == SF_ENDIAN_BIG || endian ==
SF_ENDIAN_CPU
)
in sf_format_check()
948
if (endian == SF_ENDIAN_BIG || endian ==
SF_ENDIAN_CPU
)
in sf_format_check()
[all...]
H
A
D
ircam.c
95
if (psf->endian == 0 || psf->endian ==
SF_ENDIAN_CPU
)
in ircam_open()
H
A
D
nist.c
70
if (psf->endian == 0 || psf->endian ==
SF_ENDIAN_CPU
)
in nist_open()
H
A
D
au.c
121
if (CPU_IS_LITTLE_ENDIAN && psf->endian ==
SF_ENDIAN_CPU
)
in au_open()
H
A
D
svx.c
107
if (psf->endian == SF_ENDIAN_LITTLE || (CPU_IS_LITTLE_ENDIAN && psf->endian ==
SF_ENDIAN_CPU
))
in svx_open()
H
A
D
caf.c
624
if (CPU_IS_BIG_ENDIAN && (psf->endian == 0 || psf->endian ==
SF_ENDIAN_CPU
))
in caf_write_header()
626
else if (CPU_IS_LITTLE_ENDIAN && (psf->endian == SF_ENDIAN_LITTLE || psf->endian ==
SF_ENDIAN_CPU
))
in caf_write_header()
H
A
D
paf.c
123
if (endian == SF_ENDIAN_LITTLE || (CPU_IS_LITTLE_ENDIAN && (endian ==
SF_ENDIAN_CPU
)))
in paf_open()
H
A
D
common.c
1664
CASE_NAME (
SF_ENDIAN_CPU
) ;
in str_of_endianness()
H
A
D
wav.c
198
if (CPU_IS_BIG_ENDIAN && psf->endian ==
SF_ENDIAN_CPU
)
in wav_open()
H
A
D
aiff.c
1244
if (CPU_IS_LITTLE_ENDIAN && endian ==
SF_ENDIAN_CPU
)
in aiff_write_header()
/third_party/libsnd/examples/
H
A
D
generate.cs
111
SF_ENDIAN_CPU
= 0x30000000, /* Force CPU endian-ness. */
enumerator
/third_party/libsnd/programs/
H
A
D
sndfile-convert.c
270
{ endian =
SF_ENDIAN_CPU
;
in main()
H
A
D
common.c
422
case
SF_ENDIAN_CPU
: return "cpu" ;
in sfe_endian_name()
/third_party/libsnd/include/
H
A
D
sndfile.h
129
SF_ENDIAN_CPU
= 0x30000000, /* Force CPU endian-ness. */
enumerator
Completed in 17 milliseconds