read32            402 utils/jpgicc/jpgicc.c     uint32_t components = read32(arr, pos + 4, swapBytes);
read32            412 utils/jpgicc/jpgicc.c         offset =  read32(arr, pos + 8, swapBytes);
read32            418 utils/jpgicc/jpgicc.c           double num = read32(arr, offset, swapBytes);
read32            419 utils/jpgicc/jpgicc.c           double den = read32(arr, offset + 4, swapBytes);
read32            470 utils/jpgicc/jpgicc.c                 ifd_ofs = read32(data, pos, swapBytes);