iPXE
Functions
__divdi3.c File Reference
#include "libgcc.h"

Go to the source code of this file.

Functions

__libgcc int64_t __divdi3 (int64_t num, int64_t den)
 

Function Documentation

◆ __divdi3()

__libgcc int64_t __divdi3 ( int64_t  num,
int64_t  den 
)

Definition at line 7 of file __divdi3.c.

8 {
9  return __divmoddi4(num, den, NULL);
10 }
__libgcc int64_t __divmoddi4(int64_t num, int64_t den, int64_t *rem_p)
Definition: __divmoddi4.c:3
char unsigned long * num
Definition: xenstore.h:17
#define NULL
NULL pointer (VOID *)
Definition: Base.h:321

References __divmoddi4(), NULL, and num.