uint32_t          377 utils/jpgicc/jpgicc.c uint32_t read32(uint8_t* arr, int pos,  int swapBytes)
uint32_t          400 utils/jpgicc/jpgicc.c     uint32_t format = read16(arr, pos + 2, swapBytes);
uint32_t          402 utils/jpgicc/jpgicc.c     uint32_t components = read32(arr, pos + 4, swapBytes);
uint32_t          404 utils/jpgicc/jpgicc.c     uint32_t offset;
uint32_t          441 utils/jpgicc/jpgicc.c     uint32_t ifd_ofs;
uint32_t          443 utils/jpgicc/jpgicc.c     uint32_t i, numEntries;
uint32_t          477 utils/jpgicc/jpgicc.c                     uint32_t entryOffset = ifd_ofs + 2 + (12 * i);
uint32_t          478 utils/jpgicc/jpgicc.c                     uint32_t tag = read16(data, entryOffset, swapBytes);