HomeSort by relevance Sort by last modified time
    Searched defs:be16_to_cpu (Results 1 - 3 of 3) 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...]
  /external/chromium_org/third_party/qcms/src/
iccread.c 61 static uint16_t be16_to_cpu(be16 v) function
109 return be16_to_cpu(k);
    [all...]

Completed in 1369 milliseconds