OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bcmswap32
(Results
1 - 2
of
2
) sorted by null
/hardware/broadcom/wlan/bcm4329/dhdutil/include/
bcmendian.h
36
#define
BCMSWAP32
(val) \
51
#define HTON32(i)
BCMSWAP32
(i)
52
#define hton32(i)
bcmswap32
(i)
55
#define NTOH32(i)
BCMSWAP32
(i)
56
#define ntoh32(i)
bcmswap32
(i)
102
#define
bcmswap32
(val) ({ \
macro
104
BCMSWAP32
(_val); \
183
bcmswap32
(uint32 val)
function
185
return
BCMSWAP32
(val);
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmendian.h
36
#define
BCMSWAP32
(val) \
51
#define HTON32(i)
BCMSWAP32
(i)
52
#define hton32(i)
bcmswap32
(i)
55
#define NTOH32(i)
BCMSWAP32
(i)
56
#define ntoh32(i)
bcmswap32
(i)
102
#define
bcmswap32
(val) ({ \
macro
104
BCMSWAP32
(_val); \
183
bcmswap32
(uint32 val)
function
185
return
BCMSWAP32
(val);
Completed in 29 milliseconds