Searched refs:fmt_bytes (Results 1 – 4 of 4) sorted by relevance
106 (fmt_bytes, fmt_list) = fmt.split("{")113 fmt_bytes += fmt_char119 assert struct.calcsize(fmt_bytes) == len(event.data)120 items = struct.unpack_from(fmt_bytes, event.data)
50 cmsUInt32Number fmt_bytes = T_BYTES(Format); in trueBytesSize() local53 if (fmt_bytes == 0) in trueBytesSize()57 return fmt_bytes; in trueBytesSize()
178 cmsUInt32Number fmt_bytes = T_BYTES(Format); in PixelSize() local181 if (fmt_bytes == 0) in PixelSize()185 return fmt_bytes; in PixelSize()
1084 cmsUInt32Number fmt_bytes = T_BYTES(Format); in PixelSize() local1087 if (fmt_bytes == 0) in PixelSize()1091 return fmt_bytes; in PixelSize()