coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
libgcc.h File Reference
#include <stdint.h>
Include dependency graph for libgcc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

uint64_t __umoddi3 (uint64_t num, uint64_t den)
 
uint64_t __udivmoddi4 (uint64_t num, uint64_t den, uint64_t *rem)
 

Function Documentation

◆ __udivmoddi4()

uint64_t __udivmoddi4 ( uint64_t  num,
uint64_t  den,
uint64_t rem 
)

Definition at line 5 of file udivmoddi4.c.

Referenced by __umoddi3().

Here is the caller graph for this function:

◆ __umoddi3()

uint64_t __umoddi3 ( uint64_t  num,
uint64_t  den 
)

Definition at line 4 of file umoddi3.c.

References __udivmoddi4(), and void().

Here is the call graph for this function: