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_bswap32
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/amd/common/
H
A
D
ac_msgpack.c
118
*((unsigned int*)&msgpack->mem[msgpack->offset + 1]) =
util_bswap32
(n);
in ac_msgpack_add_fixmap_op()
140
*((uint32_t*)&msgpack->mem[msgpack->offset + 1]) =
util_bswap32
(n);
in ac_msgpack_add_fixarray_op()
172
*((uint32_t*)&msgpack->mem[msgpack->offset + 1]) =
util_bswap32
(n);
in ac_msgpack_add_fixstr()
203
*((uint32_t*)&msgpack->mem[msgpack->offset + 1]) =
util_bswap32
(val);
in ac_msgpack_add_uint()
238
*((int16_t*)&msgpack->mem[msgpack->offset + 1]) =
util_bswap32
(val);
in ac_msgpack_add_int()
244
*((int32_t*)&msgpack->mem[msgpack->offset + 1]) =
util_bswap32
(val);
in ac_msgpack_add_int()
/third_party/mesa3d/src/util/
H
A
D
u_math.h
529
#define util_le32_to_cpu(x)
util_bswap32
(x)
545
util_bswap32
(uint32_t n)
in util_bswap32()
function
566
return ((uint64_t)
util_bswap32
((uint32_t)n) << 32) |
in util_bswap64()
567
util_bswap32
((n >> 32));
in util_bswap64()
620
d[i] =
util_bswap32
(s[i]);
in util_memcpy_cpu_to_le32()
H
A
D
vl_vlc.h
151
value =
util_bswap32
(value);
in vl_vlc_fillbits()
/third_party/mesa3d/src/gallium/targets/osmesa/
H
A
D
test-render.cpp
90
expected =
util_bswap32
(expected);
in TEST_P()
241
return
util_bswap32
(x);
in be_bswap32()
/third_party/mesa3d/src/gallium/frontends/clover/spirv/
H
A
D
invocation.cpp
693
util_bswap32
(word);
in spirv_to_cpu()
765
(
util_bswap32
(first_word) == SpvMagicNumber);
in is_binary_spirv()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H
A
D
nv50_state_validate.c
180
PUSH_DATA(push,
util_bswap32
(nv50->stipple.stipple[i]));
in nv50_validate_stipple()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H
A
D
nvc0_state_validate.c
355
PUSH_DATA(push,
util_bswap32
(nvc0->stipple.stipple[i]));
in nvc0_validate_stipple()
/third_party/mesa3d/src/compiler/spirv/
H
A
D
spirv_to_nir.c
456
copy[i] =
util_bswap32
(words[i]);
in vtn_string_literal()
Completed in 13 milliseconds