ReactOS 0.4.15-dev-8002-gbbb3b00
__rt_udiv64_worker.c
Go to the documentation of this file.
1/*
2 * COPYRIGHT: BSD - See COPYING.ARM in the top level directory
3 * PROJECT: ReactOS CRT library
4 * PURPOSE: Implementation of __rt_udiv64_worker
5 * PROGRAMMER: Timo Kreuzer
6 * REFERENCE: http://research.microsoft.com/en-us/um/redmond/projects/invisible/src/crt/md/arm/_div10.s.htm
7 * http://research.microsoft.com/en-us/um/redmond/projects/invisible/src/crt/md/arm/_udiv.c.htm
8 */
9
10#define __rt_div_worker __rt_udiv64_worker
11#define _USE_64_BITS_
12
13#include "__rt_div_worker.h"
14
15/* __rt_udiv64 is implemented in __rt_udiv64.s */