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:util_bswap16
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/va/
H
A
D
picture_mjpeg.c
145
*bs =
util_bswap16
(size - 4);
in vlVaGetJpegSliceHeader()
189
*bs =
util_bswap16
(size - saved_size - 2);
in vlVaGetJpegSliceHeader()
200
*bs =
util_bswap16
(context->desc.mjpeg.slice_parameter.restart_interval);
in vlVaGetJpegSliceHeader()
214
*bs =
util_bswap16
(context->desc.mjpeg.picture_parameter.picture_height);
in vlVaGetJpegSliceHeader()
218
*bs =
util_bswap16
(context->desc.mjpeg.picture_parameter.picture_width);
in vlVaGetJpegSliceHeader()
231
*bs =
util_bswap16
(size - saved_size - 2);
in vlVaGetJpegSliceHeader()
255
*bs =
util_bswap16
(size - saved_size - 2);
in vlVaGetJpegSliceHeader()
/third_party/mesa3d/src/amd/common/
H
A
D
ac_msgpack.c
112
*((uint16_t*)&msgpack->mem[msgpack->offset + 1]) =
util_bswap16
(n);
in ac_msgpack_add_fixmap_op()
134
*((uint16_t*)&msgpack->mem[msgpack->offset + 1]) =
util_bswap16
(n);
in ac_msgpack_add_fixarray_op()
166
*((uint16_t*)&msgpack->mem[msgpack->offset + 1]) =
util_bswap16
(n);
in ac_msgpack_add_fixstr()
197
*((uint16_t*)&msgpack->mem[msgpack->offset + 1]) =
util_bswap16
(val);
in ac_msgpack_add_uint()
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
radeon_uvd.c
688
*bs =
util_bswap16
(size - 4);
in get_mjpeg_slice_header()
722
*bs =
util_bswap16
(size - saved_size - 2);
in get_mjpeg_slice_header()
733
*bs =
util_bswap16
(pic->slice_parameter.restart_interval);
in get_mjpeg_slice_header()
747
*bs =
util_bswap16
(pic->picture_parameter.picture_height);
in get_mjpeg_slice_header()
751
*bs =
util_bswap16
(pic->picture_parameter.picture_width);
in get_mjpeg_slice_header()
764
*bs =
util_bswap16
(size - saved_size - 2);
in get_mjpeg_slice_header()
788
*bs =
util_bswap16
(size - saved_size - 2);
in get_mjpeg_slice_header()
/third_party/mesa3d/src/util/
H
A
D
u_math.h
530
#define util_le16_to_cpu(x)
util_bswap16
(x)
576
util_bswap16
(uint16_t n)
in util_bswap16()
function
Completed in 4 milliseconds