OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:be16_to_cpu
(Results
1 - 2
of
2
) sorted by null
/external/blktrace/
blktrace.h
72
#define
be16_to_cpu
(x) __bswap_16(x)
macro
79
#define
be16_to_cpu
(x) (x)
macro
117
t->cpu =
be16_to_cpu
(t->cpu);
118
t->error =
be16_to_cpu
(t->error);
119
t->pdu_len =
be16_to_cpu
(t->pdu_len);
/hardware/intel/common/libva/test/decode/
tinyjpeg.c
152
#define
be16_to_cpu
(x) (((x)[0]<<8)|(x)[1])
macro
188
height =
be16_to_cpu
(stream+3);
189
width =
be16_to_cpu
(stream+5);
205
dqt_block_end = stream +
be16_to_cpu
(stream);
234
height =
be16_to_cpu
(stream+3);
235
width =
be16_to_cpu
(stream+5);
318
length =
be16_to_cpu
(stream) - 2;
371
length =
be16_to_cpu
(stream);
378
priv->restart_interval =
be16_to_cpu
(stream+2);
434
chuck_len =
be16_to_cpu
(stream)
[
all
...]
Completed in 205 milliseconds