Searched refs:COUNT_TO_LENGTH (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/qcms/src/ |
D | iccread.c | 414 static const uint32_t COUNT_TO_LENGTH[5] = {1, 3, 4, 5, 7}; in read_curveType() local 459 for (i=0; i < COUNT_TO_LENGTH[count]; i++) { in read_curveType() 462 *len = 12 + COUNT_TO_LENGTH[count] * 4; in read_curveType()
|
/external/chromium_org/third_party/qcms/ |
D | google.patch | 41 - static const size_t COUNT_TO_LENGTH[5] = {1, 3, 4, 5, 7}; 42 + static const uint32_t COUNT_TO_LENGTH[5] = {1, 3, 4, 5, 7};
|