#include <sys/types.h>Include dependency graph for u64.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| u64_t | add64 (u64_t i, u64_t j) |
| u64_t | add64u (u64_t i, unsigned j) |
| u64_t | add64ul (u64_t i, unsigned long j) |
| u64_t | sub64 (u64_t i, u64_t j) |
| u64_t | sub64u (u64_t i, unsigned j) |
| u64_t | sub64ul (u64_t i, unsigned long j) |
| unsigned | diff64 (u64_t i, u64_t j) |
| u64_t | cvu64 (unsigned i) |
| u64_t | cvul64 (unsigned long i) |
| unsigned | cv64u (u64_t i) |
| unsigned long | cv64ul (u64_t i) |
| unsigned long | div64u (u64_t i, unsigned j) |
| unsigned | rem64u (u64_t i, unsigned j) |
| u64_t | mul64u (unsigned long i, unsigned j) |
| int | cmp64 (u64_t i, u64_t j) |
| int | cmp64u (u64_t i, unsigned j) |
| int | cmp64ul (u64_t i, unsigned long j) |
| unsigned long | ex64lo (u64_t i) |
| unsigned long | ex64hi (u64_t i) |
| u64_t | make64 (unsigned long lo, unsigned long hi) |
|
||||||||||||
|
Referenced by boot_readwrite(). |
|
||||||||||||
|
Referenced by boot_readwrite(), and SHA256_Update(). |
|
||||||||||||
|
Referenced by atapi_transfer(), f_transfer(), and w_transfer(). |
|
||||||||||||
|
Referenced by boot_readwrite(). |
|
||||||||||||
|
Referenced by partition(). |
|
||||||||||||
|
|
|
|
|
|
|
Referenced by atapi_transfer(), f_transfer(), log_transfer(), m_transfer(), main(), r_transfer(), raw_install(), and w_transfer(). |
|
|
Referenced by boot_readwrite(), SHA256_Init(), and sizeup(). |
|
|
Referenced by geometry(), m_init(), m_ioctl(), and main(). |
|
||||||||||||
|
|
|
||||||||||||
|
Referenced by atapi_transfer(), f_transfer(), geometry(), install_master(), log_geometry(), m_geometry(), main(), partition(), r_geometry(), sanitycheck_failed(), sizeup(), w_geometry(), and w_transfer(). |
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
Referenced by atapi_open(), boot_readwrite(), extpartition(), f_prepare(), and partition(). |
|
||||||||||||
|
Referenced by atapi_transfer(), SHA256_Final(), and SHA256_Update(). |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
1.4.6