Searched defs:phigh (Results 1 – 4 of 4) sorted by relevance
/external/qemu/ |
D | host-utils.c | 34 static void add128 (uint64_t *plow, uint64_t *phigh, uint64_t a, uint64_t b) in add128() 43 static void neg128 (uint64_t *plow, uint64_t *phigh) in neg128() 50 static void mul64 (uint64_t *plow, uint64_t *phigh, uint64_t a, uint64_t b) in mul64() 76 void mulu64 (uint64_t *plow, uint64_t *phigh, uint64_t a, uint64_t b) in mulu64() 86 void muls64 (uint64_t *plow, uint64_t *phigh, int64_t a, int64_t b) in muls64()
|
D | host-utils.h | 30 static inline void mulu64(uint64_t *plow, uint64_t *phigh, in mulu64() 38 static inline void muls64(uint64_t *plow, uint64_t *phigh, in muls64()
|
/external/quake/quake/src/QW/client/ |
D | sbar.c | 359 int plow, phigh, ptotal; member 907 int plow, phigh, pavg; in Sbar_TeamOverlay() local
|
/external/qemu/target-i386/ |
D | op_helper.c | 4539 static void add128(uint64_t *plow, uint64_t *phigh, uint64_t a, uint64_t b) in add128() 4548 static void neg128(uint64_t *plow, uint64_t *phigh) in neg128() 4556 static int div64(uint64_t *plow, uint64_t *phigh, uint64_t b) in div64() 4594 static int idiv64(uint64_t *plow, uint64_t *phigh, int64_t b) in idiv64()
|