Home
last modified time | relevance | path

Searched refs:UINT64_C (Results 1 – 3 of 3) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libcrypt/
A Dsha512.c61 UINT64_C (0x428a2f98d728ae22), UINT64_C (0x7137449123ef65cd),
62 UINT64_C (0xb5c0fbcfec4d3b2f), UINT64_C (0xe9b5dba58189dbbc),
63 UINT64_C (0x3956c25bf348b538), UINT64_C (0x59f111f1b605d019),
64 UINT64_C (0x923f82a4af194f9b), UINT64_C (0xab1c5ed5da6d8118),
65 UINT64_C (0xd807aa98a3030242), UINT64_C (0x12835b0145706fbe),
66 UINT64_C (0x243185be4ee4b28c), UINT64_C (0x550c7dc3d5ffb4e2),
67 UINT64_C (0x72be5d74f27b896f), UINT64_C (0x80deb1fe3b1696b1),
68 UINT64_C (0x9bdc06a725c71235), UINT64_C (0xc19bf174cf692694),
69 UINT64_C (0xe49b69c19ef14ad2), UINT64_C (0xefbe4786384f25e3),
70 UINT64_C (0x0fc19dc68b8cd5b5), UINT64_C (0x240ca1cc77ac9c65),
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dstdint.h316 # define UINT64_C(c) c ## UL macro
318 # define UINT64_C(c) c ## ULL macro
/l4re-core-master/uclibc/lib/contrib/uclibc/librt/
A Dclock_gettime.c235 tp->tv_nsec = ((tsc % freq) * UINT64_C (1000000000)) / freq; in hp_timing_gettime()

Completed in 7 milliseconds