RossComputerGuy/stardustos

View on GitHub
libraries/libc/src/math/arithm.c

Summary

Maintainability
Test Coverage

The function __divdi3 is never used.
Invalid

long __divdi3(long a, long b) {
Severity: Minor
Found in libraries/libc/src/math/arithm.c by cppcheck

The function __divdi3 is never used. (detailed CWE explanation)

The function __moddi3 is never used.
Invalid

long __moddi3(long a, long b) {
Severity: Minor
Found in libraries/libc/src/math/arithm.c by cppcheck

The function __moddi3 is never used. (detailed CWE explanation)

There are no issues that match your filters.

Category
Status