iPXE
__divdi3.c
Go to the documentation of this file.
1 /*
2  * arch/i386/libgcc/__divdi3.c
3  */
4 
5 #include "libgcc.h"
6 
8 {
9  return __divmoddi4(num, den, NULL);
10 }
signed long long int64_t
Definition: stdint.h:18
__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 __libgcc
Declare a function with libgcc implicit linkage.
Definition: compiler.h:37
__libgcc int64_t __divdi3(int64_t num, int64_t den)
Definition: __divdi3.c:7
#define NULL
NULL pointer (VOID *)
Definition: Base.h:321