reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
66 checkIntUInt(loc, val, 8, type); 67 *loc = val; 73 checkIntUInt(loc, val, 16, type); 74 write16le(loc, val); 77 checkIntUInt(loc, val, 32, type); 78 write32le(loc, val); 81 int16_t offset = ((int16_t)val >> 1) - 1;