HomeSort by: relevance | last modified time | path
    Searched defs:u64 (Results 1 - 25 of 123) sorted by relevancy

1 2 3 4 5

  /src/lib/libc/arch/alpha/gen/
fpgetround.c 56 uint64_t u64; member in union:__anon182
61 return ((fp_rnd)(fpcrval.u64 >> 58) & 0x3);
fpsetround.c 56 uint64_t u64; member in union:__anon183
61 old = (fp_rnd)(fpcrval.u64 >> 58) & 0x3;
65 fpcrval.u64 ^= (long)rnd_dir << 58;
flt_rounds.c 60 uint64_t u64; member in union:__anon181
65 old = (fpcrval.u64 >> 58) & 3;
  /src/tests/usr.bin/xlint/lint1/
msg_381.c 11 unsigned long long u64; variable
48 u64 = -1.0;
49 u64 = -0.0;
50 u64 = 0.0;
52 u64 = 3.141;
59 //u64 = 18446744073709550591.0;
66 //u64 = 18446744073709550592.0;
68 //u64 = 18446744073709551615.0;
70 //u64 = 18446744073709551616.0;
msg_218.c 15 unsigned long long u64; variable
56 cond = u64 < 3000000000L;
59 cond = 3000000000L < u64;
msg_309.c 16 u64_t u64; variable
27 u64 = u64 & 0xffffffff00000000ULL;
37 u64 = u64 & 0xffff0000;
46 u64 = u64 & 0xffff0000U;
55 u64 = u64 & ~0xffffU;
61 u64 = u64 & (u64_t)~0xffffU
    [all...]
platform_ilp32_int.c 32 unsigned long long u64; variable
62 u64 += u64_buf[0x00ffffff];
65 u64 += u64_buf[0x7fffffff];
69 u64 += u64_buf[2147483648];
71 u64 += u64_buf[0x80000000];
74 u64 += u64_buf[0xffffffff];
76 u64 += u64_buf[0x80000000];
79 u64 += u64_buf[0xffffffff];
82 u64 += u64_buf[0x00ffffffffffffff];
85 u64 += u64_buf[0x0fffffffffffffff]
    [all...]
platform_ilp32_long.c 41 unsigned long long u64; variable
75 u64 += u64_buf[0x00ffffff];
78 u64 += u64_buf[0x7fffffff];
82 u64 += u64_buf[2147483648];
86 u64 += u64_buf[0x80000000];
89 u64 += u64_buf[0xffffffff];
93 u64 += u64_buf[0x80000000];
96 u64 += u64_buf[0xffffffff];
99 u64 += u64_buf[0x00ffffffffffffff];
102 u64 += u64_buf[0x0fffffffffffffff]
    [all...]
msg_117.c 15 unsigned long long u64; variable
45 u64 = u8 << 32;
54 u64 = s32 << 32;
63 u64 = u32 << 32;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/
sanitizer_symbolize.cc 33 typedef uint64_t u64; typedef
  /src/tests/lib/libc/gen/
t_floatunditf.c 42 uint64_t u64; member in struct:__anon7829
131 testcases[i].ld == (long double)testcases[i].u64,
134 (long double)testcases[i].u64);
  /src/crypto/external/apache2/openssl/dist/test/
byteorder_test.c 15 uint64_t u64; local
62 restin = OPENSSL_load_u64_le(&u64, in);
63 restout = OPENSSL_store_u64_le(out, u64);
64 if (!TEST_true(u64 == 0x0706050403020100ULL
68 TEST_info("Failed byteorder.h u64 LE load/store");
73 restin = OPENSSL_load_u64_be(&u64, in);
74 restout = OPENSSL_store_u64_be(out, u64);
75 if (!TEST_true(u64 == 0x0001020304050607ULL
79 TEST_info("Failed byteorder.h u64 BE load/store");
  /src/sys/arch/aarch64/include/
reg.h 46 uint64_t u64[2]; member in union:fpelem
  /src/crypto/external/apache2/openssl/dist/crypto/aes/
aes_local.h 36 typedef uint64_t u64; typedef
  /src/crypto/external/bsd/openssl/dist/crypto/aes/
aes_local.h 27 typedef uint64_t u64; typedef
  /src/crypto/external/bsd/openssl.old/dist/crypto/aes/
aes_local.h 27 typedef unsigned long long u64; typedef
  /src/external/public-domain/xz/dist/src/xz/
file_io.h 27 uint64_t u64[IO_BUFFER_SIZE / sizeof(uint64_t)]; member in union:__anon24649
  /src/external/gpl3/gcc/dist/libgcc/config/pa/
sync-libfuncs.c 32 typedef long unsigned int u64; typedef
34 typedef long long unsigned int u64; typedef
99 ATOMIC_LOAD (u64, 8)
101 static inline u64
104 u64 result;
129 ATOMIC_STORE (u64, 8)
132 atomic_store_8 (volatile void *ptr, u64 value)
163 FETCH_AND_OP (add, , +, u64, 8)
164 FETCH_AND_OP (sub, , -, u64, 8)
165 FETCH_AND_OP (or, , |, u64, 8
    [all...]
  /src/external/public-domain/xz/dist/src/liblzma/check/
check.h 86 uint64_t u64[8]; member in union:__anon24579::__anon24580
  /src/sys/arch/xen/include/
hypervisor.h 85 #define u64 uint64_t macro
125 #undef u64 macro
  /src/external/gpl3/gcc/dist/libgfortran/io/
file_pos.c 149 uint64_t u64; local
160 memcpy (&u64, p, sizeof (u64));
161 u64 = __builtin_bswap64 (u64);
162 memcpy (&m8, &u64, sizeof (m8));
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
file_pos.c 149 uint64_t u64; local
160 memcpy (&u64, p, sizeof (u64));
161 u64 = __builtin_bswap64 (u64);
162 memcpy (&m8, &u64, sizeof (m8));
  /src/external/public-domain/xz/dist/src/common/
tuklib_physmem.c 167 uint64_t u64; member in union:__anon24556
169 size_t mem_ptr_size = sizeof(mem.u64);
170 if (sysctl(name, 2, &mem.u64, &mem_ptr_size, NULL, 0) != -1) {
174 if (mem_ptr_size == sizeof(mem.u64))
175 ret = mem.u64;
  /src/sys/external/bsd/acpica/dist/include/platform/
acwin.h 97 typedef COMPILER_DEPENDENT_UINT64 u64; typedef
  /src/sys/sys/
epoll.h 70 uint64_t u64; member in union:epoll_data

Completed in 40 milliseconds

1 2 3 4 5