HomeSort by relevance Sort by last modified time
    Searched defs:read_u16 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/qcms/src/
iccread.c 101 static uint16_t read_u16(struct mem_source *mem, size_t offset) function
135 return read_u16(mem, offset);
441 curve->data[i] = read_u16(src, offset + 12 + i*2);
445 count = read_u16(src, offset+8);
682 num_input_table_entries = read_u16(src, offset + 48);
683 num_output_table_entries = read_u16(src, offset + 50);
    [all...]
  /external/qemu/
vnc-android.c 1221 uint16_t read_u16(uint8_t *data, size_t offset) function
    [all...]
vnc.c 1215 uint16_t read_u16(uint8_t *data, size_t offset) function
    [all...]

Completed in 970 milliseconds