| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| H A D | longlong.c | 3 typedef unsigned long long uint64; typedef 6 uint64 b[32]; 7 uint64 *r = b; 17 uint64 temp = ((r[ra] >> ((r[rb] & 0x7) << 3)) & 0x00000000000000FFLL); in alpha_ep_extbl_i_eq_0() 26 if (sizeof (uint64) == 8) in main()
|
| H A D | 20000314-2.c | 1 typedef unsigned long long uint64; typedef 2 const uint64 bigconst = 1ULL << 34; 7 uint64 getmask(void) in getmask() 17 uint64 f = getmask(); in main()
|
| H A D | shiftdi.c | 4 typedef unsigned long long uint64; typedef 6 void g(uint64 x, int y, int z, uint64 *p) in g() 14 uint64 a = 0; in main()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
| H A D | asm3.C | 5 typedef unsigned long long uint64; typedef 6 uint64 fstps(void) in fstps() 8 uint64 ret; in fstps()
|
| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | TraceIntelPTGDBRemotePackets.cpp | 25 json::Value toJSON(const JSONUINT64 &uint64, bool hex) { in toJSON() argument 27 return json::Value(formatv("{0:x+}", uint64.value)); in toJSON() 29 return json::Value(formatv("{0}", uint64.value)); in toJSON() 32 bool fromJSON(const json::Value &value, JSONUINT64 &uint64, Path path) { in fromJSON() argument 34 uint64.value = *val; in fromJSON() 37 if (!val->getAsInteger(/*radix=*/0, uint64.value)) in fromJSON()
|
| /openbsd-src/usr.bin/ssh/ |
| H A D | PROTOCOL.krl | 10 uint64 KRL_MAGIC 12 uint64 krl_version 13 uint64 generated_date 14 uint64 flags 76 uint64 revoked_cert_serial 77 uint64 ... 86 uint64 serial_min 87 uint64 serial_max 99 uint64 serial_offset
|
| H A D | PROTOCOL.certkeys | 82 uint64 serial 86 uint64 valid after 87 uint64 valid before 102 uint64 serial 106 uint64 valid after 107 uint64 valid before 122 uint64 serial 126 uint64 valid after 127 uint64 valid before 139 uint64 seria [all...] |
| H A D | PROTOCOL | 532 uint64 f_bsize /* file system block size */ 533 uint64 f_frsize /* fundamental fs block size */ 534 uint64 f_blocks /* number of blocks (unit f_frsize) */ 535 uint64 f_bfree /* free blocks in file system */ 536 uint64 f_bavail /* free blocks for non-root */ 537 uint64 f_files /* total file inodes */ 538 uint64 f_ffree /* free file inodes */ 539 uint64 f_favail /* free file inodes for to non-root */ 540 uint64 f_fsid /* file system id */ 541 uint64 f_flag /* bit mask of f_flag values */ [all …]
|
| H A D | sntrup761.sh | 33 for t in int8 uint8 int16 uint16 int32 uint32 int64 uint64; do
|
| H A D | PROTOCOL.u2f | 104 uint64 serial 108 uint64 valid after 109 uint64 valid before 122 uint64 serial 126 uint64 valid after 127 uint64 valid before
|
| H A D | ed25519.sh | 39 for t in int8 uint8 int16 uint16 int32 uint32 int64 uint64; do
|
| H A D | PROTOCOL.chacha20poly1305 | 57 uint64 under the SSH wire encoding rules and a ChaCha20 block counter of 68 encoded as a uint64 under the usual SSH wire encoding and a zero block
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | TraceIntelPTGDBRemotePackets.h | 76 llvm::json::Value toJSON(const JSONUINT64 &uint64, bool hex); 78 bool fromJSON(const llvm::json::Value &value, JSONUINT64 &uint64,
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | javaop.h | 45 #ifndef uint64 46 #define uint64 unsigned int64 macro
|
| H A D | jcf-io.c | 726 char *buffer AND uint64 value AND int base) 728 #define WRITE_BUF_SIZE (4 + sizeof(uint64) * 8) 753 uint64 abs_value; 756 abs_value = -(uint64)value; 760 abs_value = (uint64) value;
|
| H A D | jcf-dump.c | 501 format_uint (buffer, (uint64)num, 16); 563 uint64 mantissa = ((((uint64) dnum.mantissa0) << 32) 570 mantissa |= ((uint64)1 << 52); 578 uint64 mantissa = dnum.mantissa0 & ~JDOUBLE_QNAN_MASK;
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/arm64/ |
| H A D | DNBArchImplARM64.cpp | 2028 value->value.uint64 = clear_pac_bits( in GetRegisterValue() 2032 value->value.uint64 = clear_pac_bits( in GetRegisterValue() 2036 value->value.uint64 = clear_pac_bits( in GetRegisterValue() 2040 value->value.uint64 = clear_pac_bits( in GetRegisterValue() 2045 value->value.uint64 = clear_pac_bits(m_state.context.gpr.__pc); in GetRegisterValue() 2048 value->value.uint64 = clear_pac_bits(m_state.context.gpr.__lr); in GetRegisterValue() 2051 value->value.uint64 = clear_pac_bits(m_state.context.gpr.__sp); in GetRegisterValue() 2054 value->value.uint64 = clear_pac_bits(m_state.context.gpr.__fp); in GetRegisterValue() 2058 value->value.uint64 = m_state.context.gpr.__x[reg]; in GetRegisterValue() 2120 value->value.uint64 = m_state.context.exc.__far; in GetRegisterValue() [all …]
|
| /openbsd-src/gnu/llvm/lldb/examples/summaries/cocoa/ |
| H A D | NSDate.py | 124 'Q', value.GetData().uint64[0]))[0] 158 'Q', value.GetData().uint64[0]))[0] 295 'Q', valobj.GetData().uint64[0]))[0]
|
| /openbsd-src/lib/libc/arch/sh/softfloat/ |
| H A D | sh-gcc.h | 36 typedef unsigned long long int uint64; typedef
|
| /openbsd-src/sys/lib/libkern/ |
| H A D | milieu.h | 107 typedef uint64_t uint64; typedef
|
| /openbsd-src/lib/libc/arch/arm/softfloat/ |
| H A D | arm-gcc.h | 41 typedef unsigned long long int uint64; typedef
|
| /openbsd-src/sbin/iked/ |
| H A D | sntrup761.sh | 38 for t in int8 uint8 int16 uint16 int32 uint32 int64 uint64; do
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | DNBRegisterInfo.cpp | 64 snprintf(str, sizeof(str), "0x%16.16llx", value.uint64); in Dump() 94 snprintf(str, sizeof(str), "%llu", value.uint64); in Dump()
|
| /openbsd-src/lib/libcbor/src/cbor/ |
| H A D | callbacks.h | 59 cbor_int64_callback uint64; member
|
| H A D | callbacks.c | 82 .uint64 = cbor_null_uint64_callback,
|