OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:be16
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/utils/
common.h
192
#define be_to_host16(n) bswap_16((__force u16) (
be16
) (n))
193
#define host_to_be16(n) ((__force
be16
) bswap_16((n)))
447
typedef u16 __bitwise
be16
;
typedef
/external/chromium_org/third_party/qcms/src/
iccread.c
35
typedef uint16_t
be16
;
typedef
61
static uint16_t be16_to_cpu(
be16
v)
107
be16
k;
[
all
...]
Completed in 110 milliseconds