OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:swab32
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/perf-3.12.0/include/linux/
swab.h
7
# define
swab32
__swab32
macro
/external/genext2fs/
genext2fs.c
432
swab32
(uint32 val)
function
602
#define decl32(x) this->x =
swab32
(this->x);
603
#define udecl32(x) this->x =
swab32
(this->x);
604
#define utdecl32(x,n) { int i; for(i=0; i<n; i++) this->x[i] =
swab32
(this->x[i]); }
660
blk[i] =
swab32
(blk[i]);
[
all
...]
Completed in 259 milliseconds