reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
472 if (m_wordsize == 8 && *p == 0x48) 473 p++; 476 if (*p != 0x8d) 480 if (*(p + 1) == 0x64 && (*(p + 2) & 0x3f) == 0x24) { 480 if (*(p + 1) == 0x64 && (*(p + 2) & 0x3f) == 0x24) { 481 amount = (int8_t) * (p + 3); 486 if (*(p + 1) == 0xa4 && (*(p + 2) & 0x3f) == 0x24) { 486 if (*(p + 1) == 0xa4 && (*(p + 2) & 0x3f) == 0x24) { 487 amount = (int32_t)extract_4(p + 3);