Searched refs:u64 (Results 1 - 25 of 80) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dmultiword-1.c6 typedef unsigned long long u64; typedef
8 u64 __attribute__((noinline))
11 return ((u64)high << 32) | low;
15 right (u64 t)
20 u64 __attribute__((noinline))
23 return (u64)t << 32;
27 right2 (u64 t)
32 u64 __attribute__((noinline))
35 return (u64)t << 40;
38 u64 __attribute_
[all...]
H A Dunion-4.c12 } u64; typedef in typeref:union:__anon6236
16 u64 data;
H A Dunion-5.c26 } u64; typedef in typeref:union:__anon6239
31 u64 data;
/netbsd-6-1-5-RELEASE/sys/dev/pci/ixgbe/
H A Dixgbe_vf.h88 u64 base_vfgprc;
89 u64 base_vfgptc;
90 u64 base_vfgorc;
91 u64 base_vfgotc;
92 u64 base_vfmprc;
94 u64 last_vfgprc;
95 u64 last_vfgptc;
96 u64 last_vfgorc;
97 u64 last_vfgotc;
98 u64 last_vfmpr
[all...]
H A Dixv.h233 u64 irqs;
258 u64 no_desc_avail;
259 u64 total_packets;
287 u64 rx_irq;
288 u64 rx_split_packets;
289 u64 rx_packets;
290 u64 rx_bytes;
291 u64 rx_discarded;
365 u64 que_mask;
/netbsd-6-1-5-RELEASE/lib/libc/arch/alpha/gen/
H A Dfpsetround.c56 uint64_t u64; member in union:__anon5031
61 old = (fpcrval.u64 >> 58) & 0x3;
65 fpcrval.u64 ^= (long)rnd_dir << 58;
H A Dfpgetround.c56 uint64_t u64; member in union:__anon5030
61 return ((fpcrval.u64 >> 58) & 0x3);
H A Dflt_rounds.c60 uint64_t u64; member in union:__anon5029
65 old = (fpcrval.u64 >> 58) & 3;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/sparc/
H A Dmnofpu.c10 typedef unsigned long long u64; typedef
41 u64 prc64;
42 u64 prc127;
43 u64 prc255;
44 u64 ptc511;
45 u64 ptc1023;
46 u64 ptc1522;
47 u64 mptc;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/modes/
H A Dmodes_lcl.h13 typedef unsigned __int64 u64; typedef
17 typedef unsigned long u64; typedef
21 typedef unsigned long long u64; typedef
39 # define BSWAP8(x) ({ u64 ret=(x); \
46 # define BSWAP8(x) ({ u32 lo=(u64)(x)>>32,hi=(x); \
49 (u64)hi<<32|lo; })
54 # define BSWAP8(x) ({ u32 lo=(u64)(x)>>32,hi=(x); \
57 (u64)hi<<32|lo; })
66 # define BSWAP8(x) _byteswap_uint64((u64)(x))
88 typedef struct { u64 h
[all...]
H A Dxts128.c66 union { u64 u[2]; u32 d[4]; u8 c[16]; } tweak, scratch;
83 scratch.u[0] = ((u64*)inp)[0]^tweak.u[0];
84 scratch.u[1] = ((u64*)inp)[1]^tweak.u[1];
92 ((u64*)out)[0] = scratch.u[0]^=tweak.u[0];
93 ((u64*)out)[1] = scratch.u[1]^=tweak.u[1];
135 union { u64 u[2]; u8 c[16]; } tweak1;
161 scratch.u[0] = ((u64*)inp)[0]^tweak1.u[0];
162 scratch.u[1] = ((u64*)inp)[1]^tweak1.u[1];
181 ((u64*)out)[0] = scratch.u[0]^tweak.u[0];
182 ((u64*)ou
[all...]
H A Dccm128.c179 union { u64 u[2]; u8 c[16]; } scratch;
201 union { u64 u[2]; u8 c[16]; } temp;
207 ctx->cmac.u[0] ^= ((u64*)inp)[0];
208 ctx->cmac.u[1] ^= ((u64*)inp)[1];
218 ((u64*)out)[0] = scratch.u[0]^((u64*)inp)[0];
219 ((u64*)out)[1] = scratch.u[1]^((u64*)inp)[1];
254 union { u64 u[2]; u8 c[16]; } scratch;
272 union { u64
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/utils/
H A Dcommon.h102 typedef UINT64 u64; typedef
114 typedef unsigned long long u64; typedef
127 typedef unsigned long long u64; typedef
133 typedef unsigned long u64; typedef
144 typedef TUint64 u64; typedef
157 typedef uint64_t u64; typedef
220 #define le_to_host64(n) ((__force u64) (le64) (n))
221 #define host_to_le64(n) ((__force le64) (u64) (n))
222 #define be_to_host64(n) bswap_64((__force u64) (be64) (n))
292 #define WPA_GET_BE64(a) ((((u64) (
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20000825-1.c4 typedef unsigned long u64; typedef
10 // u64 ret = ~(1 << logmask); // ok
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D20000825-1.c4 typedef unsigned long u64; typedef
10 // u64 ret = ~(1 << logmask); // ok
/netbsd-6-1-5-RELEASE/sys/dev/pci/cxgb/
H A Dcxgb_common.h125 u64 addr[2];
183 u64 tx_octets; /* total # of octets in good frames */
184 u64 tx_octets_bad; /* total # of octets in error frames */
185 u64 tx_frames; /* all good frames */
186 u64 tx_mcast_frames; /* good multicast frames */
187 u64 tx_bcast_frames; /* good broadcast frames */
188 u64 tx_pause; /* # of transmitted pause frames */
189 u64 tx_deferred; /* frames with deferred transmissions */
190 u64 tx_late_collisions; /* # of late collisions */
191 u64 tx_total_collision
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/ext/
H A Dpacked6.C14 typedef uint64_t u64; typedef
22 typedef u64 leu64;
70 u64 blocksize;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/ext/
H A Dpacked6.C14 typedef uint64_t u64; typedef
22 typedef u64 leu64;
70 u64 blocksize;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/c-c++-common/dfp/
H A Dpr39902.c24 } u64; typedef in typeref:union:__anon4714
39 volatile u64 p64_1;
40 volatile u64 p64_1_0;
41 volatile u64 p64_2_0;
42 volatile u64 m64_1;
43 volatile u64 m64_1_0;
44 volatile u64 m64_2_0;
45 volatile u64 a64;
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/common/
H A Dtuklib_physmem.c147 uint64_t u64; member in union:__anon2872
149 size_t mem_ptr_size = sizeof(mem.u64);
150 if (sysctl(name, 2, &mem.u64, &mem_ptr_size, NULL, 0) != -1) {
154 if (mem_ptr_size == sizeof(mem.u64))
155 ret = mem.u64;
/netbsd-6-1-5-RELEASE/external/bsd/libdwarf/dist/
H A Ddwarf_init.c346 avref.u[0].u64 = dwarf_read(dp, offsetp, cu->cu_pointer_size);
349 avref.u[0].u64 = dwarf_read_uleb128(dp, offsetp);
350 avref.u[1].u8p = dwarf_read_block(dp, offsetp, avref.u[0].u64);
353 avref.u[0].u64 = dwarf_read(dp, offsetp, 1);
354 avref.u[1].u8p = dwarf_read_block(dp, offsetp, avref.u[0].u64);
357 avref.u[0].u64 = dwarf_read(dp, offsetp, 2);
358 avref.u[1].u8p = dwarf_read_block(dp, offsetp, avref.u[0].u64);
361 avref.u[0].u64 = dwarf_read(dp, offsetp, 4);
362 avref.u[1].u8p = dwarf_read_block(dp, offsetp, avref.u[0].u64);
367 avref.u[0].u64
[all...]
/netbsd-6-1-5-RELEASE/dist/pdisk/
H A Dhfs_misc.c47 typedef long long u64; typedef
112 u64 logicalSize;
138 u64 encodingsBitmap;
241 u64 offset;
/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/xz/
H A Dfile_io.h27 uint64_t u64[IO_BUFFER_SIZE / sizeof(uint64_t)]; member in union:__anon2942
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bn/asm/
H A Darmv4-gf2m.pl43 vshl.u64 `&Dlo("q1")`,d16,#8 @ q1-q3 are slided $a
45 vshl.u64 `&Dlo("q2")`,d16,#16
47 vshl.u64 `&Dlo("q3")`,d16,#24
49 vshr.u64 `&Dlo("q1")`,#8
51 vshl.u64 `&Dhi("q1")`,#24
53 vshr.u64 `&Dlo("q2")`,#16
55 vshl.u64 `&Dhi("q2")`,#16
57 vshr.u64 `&Dlo("q3")`,#24
59 vshl.u64 `&Dhi("q3")`,#8
201 vshl.u64 d
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/xen/include/
H A Dhypervisor.h76 #define u64 uint64_t macro
99 #undef u64 macro

Completed in 206 milliseconds

1234