OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bswap32
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/intel/isl/
isl_tiled_memcpy.c
67
//
bswap32
already exists as a macro on some platforms (FreeBSD)
68
#ifndef
bswap32
70
bswap32
(uint32_t n)
function
95
*d = ror(
bswap32
(*s), 8);
/xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
isl_tiled_memcpy.c
68
#undef
bswap32
macro
69
#define
bswap32
(n) __builtin_bswap32(n)
macro
72
bswap32
(uint32_t n)
97
*d = ror(
bswap32
(*s), 8);
Completed in 8 milliseconds
Indexes created Tue Jul 21 00:24:56 UTC 2026