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:swapbytes
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H
A
D
glx_usefont.c
221
GLint
swapbytes
, lsbfirst, rowlength;
in glXUseXFont()
local
264
glGetIntegerv(GL_UNPACK_SWAP_BYTES, &
swapbytes
);
in glXUseXFont()
367
glPixelStorei(GL_UNPACK_SWAP_BYTES,
swapbytes
);
in glXUseXFont()
/third_party/mesa3d/src/glx/
H
A
D
xfont.c
225
GLint
swapbytes
, lsbfirst, rowlength;
in DRI_glXUseXFont()
local
265
glGetIntegerv(GL_UNPACK_SWAP_BYTES, &
swapbytes
);
in DRI_glXUseXFont()
367
glPixelStorei(GL_UNPACK_SWAP_BYTES,
swapbytes
);
in DRI_glXUseXFont()
/third_party/lame/frontend/
H
A
D
main.h
48
int
swapbytes
; /* force byte swapping default=0 */
member
H
A
D
get_audio.c
641
global. pcmswapbytes = global_reader.
swapbytes
;
in init_infile()
1087
if ((global_raw_pcm.in_endian == ByteOrderLittleEndian) ^ (global_reader.
swapbytes
!=
in open_snd_file()
1727
global. pcmswapbytes = global_reader.
swapbytes
;
in parse_aiff_header()
1731
global. pcmswapbytes = !global_reader.
swapbytes
;
in parse_aiff_header()
1735
global. pcmswapbytes = !global_reader.
swapbytes
;
in parse_aiff_header()
1739
global. pcmswapbytes = !global_reader.
swapbytes
;
in parse_aiff_header()
1744
global. pcmswapbytes = !global_reader.
swapbytes
;
in parse_aiff_header()
1915
if (global_reader.
swapbytes
)
in open_wave_file()
1920
global. pcmswapbytes = global_reader.
swapbytes
;
in open_wave_file()
2427
if (global_decoder.disable_wav_header && global_reader.
swapbytes
) {
in put_audio16()
[all...]
H
A
D
parse.c
2374
global_reader.
swapbytes
= 1;
in parse_args_()
Completed in 9 milliseconds