Symbol: UINT64
bin/ps/keyword.c
100
{"cpuid", "CPUID", NULL, 0, pvar, 8, 0, POFF(p_cpuid), UINT64, "lld"},
bin/ps/keyword.c
110
{"inblk", "INBLK", NULL, USER, pvar, 4, 0, POFF(p_uru_inblock), UINT64, "lld"},
bin/ps/keyword.c
115
{"ktracep", "KTRACEP", NULL, 0, pvar, PTRWIDTH, 0, POFF(p_tracep), UINT64, "llx"},
bin/ps/keyword.c
120
{"majflt", "MAJFLT", NULL, USER, pvar, 4, 0, POFF(p_uru_majflt), UINT64, "lld"},
bin/ps/keyword.c
121
{"maxrss", "MAXRSS", NULL, USER, pvar, 4, 0, POFF(p_uru_maxrss), UINT64, "lld"},
bin/ps/keyword.c
122
{"minflt", "MINFLT", NULL, USER, pvar, 4, 0, POFF(p_uru_minflt), UINT64, "lld"},
bin/ps/keyword.c
123
{"msgrcv", "MSGRCV", NULL, USER, pvar, 4, 0, POFF(p_uru_msgrcv), UINT64, "lld"},
bin/ps/keyword.c
124
{"msgsnd", "MSGSND", NULL, USER, pvar, 4, 0, POFF(p_uru_msgsnd), UINT64, "lld"},
bin/ps/keyword.c
127
{"nivcsw", "NIVCSW", NULL, USER, pvar, 5, 0, POFF(p_uru_nivcsw), UINT64, "lld"},
bin/ps/keyword.c
129
{"nsigs", "NSIGS", NULL, USER, pvar, 4, 0, POFF(p_uru_nsignals), UINT64, "lld"},
bin/ps/keyword.c
130
{"nswap", "NSWAP", NULL, USER, pvar, 4, 0, POFF(p_uru_nswap), UINT64, "lld"},
bin/ps/keyword.c
131
{"nvcsw", "NVCSW", NULL, USER, pvar, 5, 0, POFF(p_uru_nvcsw), UINT64, "lld"},
bin/ps/keyword.c
133
{"nwchan", "WCHAN", NULL, 0, pvar, PTRWIDTH, 0, POFF(p_wchan), UINT64, "llx"},
bin/ps/keyword.c
134
{"oublk", "OUBLK", NULL, USER, pvar, 4, 0, POFF(p_uru_oublock), UINT64, "lld"},
bin/ps/keyword.c
137
{"p_ru", "P_RU", NULL, 0, pvar, PTRWIDTH, 0, POFF(p_ru), UINT64, "llx"},
bin/ps/keyword.c
139
{"paddr", "PADDR", NULL, 0, pvar, PTRWIDTH, 0, POFF(p_paddr), UINT64, "llx"},
bin/ps/keyword.c
154
{"rlink", "RLINK", NULL, 0, pvar, 8, 0, POFF(p_back), UINT64, "llx"},
bin/ps/keyword.c
178
{"tsess", "TSESS", NULL, 0, pvar, PTRWIDTH, 0, POFF(p_tsess), UINT64, "llx"},
bin/ps/print.c
813
case UINT64:
sys/arch/amd64/stand/efiboot/efiboot.c
1266
UINT64 osind;
sys/arch/amd64/stand/efiboot/efidev.c
862
UINT64 position;
sys/arch/amd64/stand/efiboot/efipxe.c
127
UINT64 size;
sys/arch/arm64/stand/efiboot/efiboot.c
1336
UINT64 osind;
sys/arch/arm64/stand/efiboot/efidev.c
633
UINT64 readlen = size;
sys/arch/arm64/stand/efiboot/efidev.c
654
UINT64 position;
sys/arch/arm64/stand/efiboot/efidt.h
42
UINT64 Revision;
sys/arch/arm64/stand/efiboot/efipxe.c
150
UINT64 size;
sys/arch/armv7/stand/efiboot/efidt.h
42
UINT64 Revision;
sys/arch/armv7/stand/efiboot/efipxe.c
150
UINT64 size;
sys/arch/riscv64/stand/efiboot/efidt.h
42
UINT64 Revision;
sys/arch/riscv64/stand/efiboot/efipxe.c
150
UINT64 size;
sys/arch/riscv64/stand/efiboot/efiriscv.c
45
UINT64 Revision;
sys/dev/efi/efi.h
103
UINT64 NumberOfPages;
sys/dev/efi/efi.h
104
UINT64 Attribute;
sys/dev/efi/efi.h
118
UINT64 Signature;
sys/dev/efi/efi.h
201
UINT64 FwResourceVersion;
sys/stand/efi/include/efi_nii.h
42
UINT64 Revision;
sys/stand/efi/include/efi_nii.h
45
UINT64 ID;
sys/stand/efi/include/efi_nii.h
51
UINT64 ImageAddr;
sys/stand/efi/include/efiapi.h
162
IN UINT64 TriggerTime
sys/stand/efi/include/efiapi.h
386
UINT64 ImageSize;
sys/stand/efi/include/efiapi.h
418
IN UINT64 WatchdogCode,
sys/stand/efi/include/efiapi.h
442
OUT UINT64 *Count
sys/stand/efi/include/efiapi.h
666
UINT64 Signature;
sys/stand/efi/include/efiapi.h
926
UINT64 FwResourceVersion;
sys/stand/efi/include/efidef.h
128
typedef UINT64 EFI_PHYSICAL_ADDRESS;
sys/stand/efi/include/efidef.h
129
typedef UINT64 EFI_VIRTUAL_ADDRESS;
sys/stand/efi/include/efidef.h
184
UINT64 NumberOfPages; // Field size is 64 bits
sys/stand/efi/include/efidef.h
185
UINT64 Attribute; // Field size is 64 bits
sys/stand/efi/include/efidef.h
47
typedef UINT64 EFI_LBA;
sys/stand/efi/include/efidevp.h
180
UINT64 WWN;
sys/stand/efi/include/efidevp.h
181
UINT64 Lun;
sys/stand/efi/include/efidevp.h
188
UINT64 Guid;
sys/stand/efi/include/efidevp.h
248
UINT64 ServiceId;
sys/stand/efi/include/efidevp.h
249
UINT64 TargetPortId;
sys/stand/efi/include/efidevp.h
250
UINT64 DeviceId;
sys/stand/efi/include/efidevp.h
263
UINT64 BaudRate;
sys/stand/efi/include/efidevp.h
298
UINT64 PartitionStart;
sys/stand/efi/include/efidevp.h
299
UINT64 PartitionSize;
sys/stand/efi/include/efidevp.h
315
UINT64 PartitionStart;
sys/stand/efi/include/efidevp.h
316
UINT64 PartitionSize;
sys/stand/efi/include/efifpswa.h
15
UINT64 status;
sys/stand/efi/include/efifpswa.h
16
UINT64 err1;
sys/stand/efi/include/efifpswa.h
17
UINT64 err2;
sys/stand/efi/include/efifpswa.h
18
UINT64 err3;
sys/stand/efi/include/efifpswa.h
26
IN OUT UINT64 *pipsr,
sys/stand/efi/include/efifpswa.h
27
IN OUT UINT64 *pfsr,
sys/stand/efi/include/efifpswa.h
28
IN OUT UINT64 *pisr,
sys/stand/efi/include/efifpswa.h
29
IN OUT UINT64 *ppreds,
sys/stand/efi/include/efifpswa.h
30
IN OUT UINT64 *pifs,
sys/stand/efi/include/efifs.h
114
UINT64 Length;
sys/stand/efi/include/efifs.h
66
UINT64 FileSize;
sys/stand/efi/include/efifs.h
67
UINT64 FileAttributes;
sys/stand/efi/include/efinet.h
100
UINT64 TxUndersizeFrames;
sys/stand/efi/include/efinet.h
101
UINT64 TxOversizeFrames;
sys/stand/efi/include/efinet.h
102
UINT64 TxDroppedFrames;
sys/stand/efi/include/efinet.h
103
UINT64 TxUnicastFrames;
sys/stand/efi/include/efinet.h
104
UINT64 TxBroadcastFrames;
sys/stand/efi/include/efinet.h
105
UINT64 TxMulticastFrames;
sys/stand/efi/include/efinet.h
106
UINT64 TxCrcErrorFrames;
sys/stand/efi/include/efinet.h
107
UINT64 TxTotalBytes;
sys/stand/efi/include/efinet.h
112
UINT64 Collisions;
sys/stand/efi/include/efinet.h
117
UINT64 UnsupportedProtocol;
sys/stand/efi/include/efinet.h
330
UINT64 Revision;
sys/stand/efi/include/efinet.h
45
UINT64 RxTotalFrames;
sys/stand/efi/include/efinet.h
50
UINT64 RxGoodFrames;
sys/stand/efi/include/efinet.h
56
UINT64 RxUndersizeFrames;
sys/stand/efi/include/efinet.h
62
UINT64 RxOversizeFrames;
sys/stand/efi/include/efinet.h
67
UINT64 RxDroppedFrames;
sys/stand/efi/include/efinet.h
72
UINT64 RxUnicastFrames;
sys/stand/efi/include/efinet.h
77
UINT64 RxBroadcastFrames;
sys/stand/efi/include/efinet.h
82
UINT64 RxMulticastFrames;
sys/stand/efi/include/efinet.h
87
UINT64 RxCrcErrorFrames;
sys/stand/efi/include/efinet.h
93
UINT64 RxTotalBytes;
sys/stand/efi/include/efinet.h
98
UINT64 TxTotalFrames;
sys/stand/efi/include/efinet.h
99
UINT64 TxGoodFrames;
sys/stand/efi/include/efiprot.h
101
UINT64 Revision;
sys/stand/efi/include/efiprot.h
129
IN UINT64 Offset,
sys/stand/efi/include/efiprot.h
140
IN UINT64 Offset,
sys/stand/efi/include/efiprot.h
147
UINT64 Revision;
sys/stand/efi/include/efiprot.h
173
UINT64 Revision;
sys/stand/efi/include/efiprot.h
187
IN UINT64 OpenMode,
sys/stand/efi/include/efiprot.h
188
IN UINT64 Attributes
sys/stand/efi/include/efiprot.h
237
IN UINT64 Position
sys/stand/efi/include/efiprot.h
244
OUT UINT64 *Position
sys/stand/efi/include/efiprot.h
275
UINT64 Revision;
sys/stand/efi/include/efiprot.h
297
UINT64 Size;
sys/stand/efi/include/efiprot.h
298
UINT64 FileSize;
sys/stand/efi/include/efiprot.h
299
UINT64 PhysicalSize;
sys/stand/efi/include/efiprot.h
303
UINT64 Attribute;
sys/stand/efi/include/efiprot.h
321
UINT64 Size;
sys/stand/efi/include/efiprot.h
323
UINT64 VolumeSize;
sys/stand/efi/include/efiprot.h
324
UINT64 FreeSpace;
sys/stand/efi/include/efiprot.h
397
( (UINT64) ( (((UINTN)bus) << 24) + (((UINTN)dev) << 16) + (((UINTN)func) << 8) + ((UINTN)reg) ))
sys/stand/efi/include/efiprot.h
404
IN UINT64 Address,
sys/stand/efi/include/efiprot.h
418
IN UINT64 Address,
sys/stand/efi/include/efipxebc.h
309
IN OUT UINT64 *BufferSize,
sys/stand/efi/include/efipxebc.h
407
UINT64 Revision;
sys/stand/efi/include/efipxebc.h
468
UINT64 Revision;
sys/stand/efi/include/efiser.h
118
UINT64 BaudRate;
sys/stand/efi/include/efiser.h
75
IN UINT64 BaudRate,
usr.bin/ssh/umac.c
1047
UINT64 result_buf[STREAMS];
usr.bin/ssh/umac.c
1100
UINT64 result_buf[STREAMS];
usr.bin/ssh/umac.c
1124
UINT8 nh_result[STREAMS*sizeof(UINT64)];
usr.bin/ssh/umac.c
125
#define MUL64(a,b) ((UINT64)((UINT64)(UINT32)(a) * (UINT64)(UINT32)(b)))
usr.bin/ssh/umac.c
266
*((UINT64 *)buf) ^= ((UINT64 *)pc->cache)[ndx];
usr.bin/ssh/umac.c
268
((UINT64 *)buf)[0] ^= ((UINT64 *)pc->cache)[0];
usr.bin/ssh/umac.c
271
((UINT64 *)buf)[0] ^= ((UINT64 *)pc->cache)[0];
usr.bin/ssh/umac.c
272
((UINT64 *)buf)[1] ^= ((UINT64 *)pc->cache)[1];
usr.bin/ssh/umac.c
320
UINT64 state[STREAMS]; /* on-line state */
usr.bin/ssh/umac.c
333
UINT64 h;
usr.bin/ssh/umac.c
340
h = *((UINT64 *)hp);
usr.bin/ssh/umac.c
356
*((UINT64 *)hp) = h;
usr.bin/ssh/umac.c
366
UINT64 h1,h2;
usr.bin/ssh/umac.c
374
h1 = *((UINT64 *)hp);
usr.bin/ssh/umac.c
375
h2 = *((UINT64 *)hp + 1);
usr.bin/ssh/umac.c
402
((UINT64 *)hp)[0] = h1;
usr.bin/ssh/umac.c
403
((UINT64 *)hp)[1] = h2;
usr.bin/ssh/umac.c
413
UINT64 h1,h2,h3;
usr.bin/ssh/umac.c
421
h1 = *((UINT64 *)hp);
usr.bin/ssh/umac.c
422
h2 = *((UINT64 *)hp + 1);
usr.bin/ssh/umac.c
423
h3 = *((UINT64 *)hp + 2);
usr.bin/ssh/umac.c
456
((UINT64 *)hp)[0] = h1;
usr.bin/ssh/umac.c
457
((UINT64 *)hp)[1] = h2;
usr.bin/ssh/umac.c
458
((UINT64 *)hp)[2] = h3;
usr.bin/ssh/umac.c
468
UINT64 h1,h2,h3,h4;
usr.bin/ssh/umac.c
477
h1 = *((UINT64 *)hp);
usr.bin/ssh/umac.c
478
h2 = *((UINT64 *)hp + 1);
usr.bin/ssh/umac.c
479
h3 = *((UINT64 *)hp + 2);
usr.bin/ssh/umac.c
480
h4 = *((UINT64 *)hp + 3);
usr.bin/ssh/umac.c
519
((UINT64 *)hp)[0] = h1;
usr.bin/ssh/umac.c
520
((UINT64 *)hp)[1] = h2;
usr.bin/ssh/umac.c
521
((UINT64 *)hp)[2] = h3;
usr.bin/ssh/umac.c
522
((UINT64 *)hp)[3] = h4;
usr.bin/ssh/umac.c
687
((UINT64 *)result)[0] = ((UINT64 *)hc->state)[0] + nbits;
usr.bin/ssh/umac.c
689
((UINT64 *)result)[1] = ((UINT64 *)hc->state)[1] + nbits;
usr.bin/ssh/umac.c
692
((UINT64 *)result)[2] = ((UINT64 *)hc->state)[2] + nbits;
usr.bin/ssh/umac.c
695
((UINT64 *)result)[3] = ((UINT64 *)hc->state)[3] + nbits;
usr.bin/ssh/umac.c
714
((UINT64 *)result)[0] = nbits;
usr.bin/ssh/umac.c
716
((UINT64 *)result)[1] = nbits;
usr.bin/ssh/umac.c
719
((UINT64 *)result)[2] = nbits;
usr.bin/ssh/umac.c
722
((UINT64 *)result)[3] = nbits;
usr.bin/ssh/umac.c
763
#define p36 ((UINT64)0x0000000FFFFFFFFBull) /* 2^36 - 5 */
usr.bin/ssh/umac.c
764
#define p64 ((UINT64)0xFFFFFFFFFFFFFFC5ull) /* 2^64 - 59 */
usr.bin/ssh/umac.c
765
#define m36 ((UINT64)0x0000000FFFFFFFFFull) /* The low 36 of 64 bits */
usr.bin/ssh/umac.c
772
UINT64 poly_key_8[STREAMS]; /* p64 poly keys */
usr.bin/ssh/umac.c
773
UINT64 poly_accum[STREAMS]; /* poly hash result */
usr.bin/ssh/umac.c
774
UINT64 ip_keys[STREAMS*4]; /* Inner-product keys */
usr.bin/ssh/umac.c
792
static UINT64 poly64(UINT64 cur, UINT64 key, UINT64 data)
usr.bin/ssh/umac.c
800
UINT64 X,T,res;
usr.bin/ssh/umac.c
808
T = ((UINT64)x_lo << 32);
usr.bin/ssh/umac.c
830
UINT64 *data=(UINT64*)data_in;
usr.bin/ssh/umac.c
855
static UINT64 ip_aux(UINT64 t, UINT64 *ipkp, UINT64 data)
usr.bin/ssh/umac.c
857
t = t + ipkp[0] * (UINT64)(UINT16)(data >> 48);
usr.bin/ssh/umac.c
858
t = t + ipkp[1] * (UINT64)(UINT16)(data >> 32);
usr.bin/ssh/umac.c
859
t = t + ipkp[2] * (UINT64)(UINT16)(data >> 16);
usr.bin/ssh/umac.c
860
t = t + ipkp[3] * (UINT64)(UINT16)(data);
usr.bin/ssh/umac.c
865
static UINT32 ip_reduce_p36(UINT64 t)
usr.bin/ssh/umac.c
868
UINT64 ret;
usr.bin/ssh/umac.c
885
UINT64 t;
usr.bin/ssh/umac.c
886
UINT64 *nhp = (UINT64 *)nh_res;
usr.bin/ssh/umac.c
911
UINT64 t;
usr.bin/ssh/umac.c
956
UINT8 buf[(8*STREAMS+4)*sizeof(UINT64)];
usr.bin/ssh/umac.c
974
ahc->poly_key_8[i] &= ((UINT64)0x01ffffffu << 32) + 0x01ffffffu;
usr.bin/ssh/umac.c
981
memcpy(ahc->ip_keys+4*i, buf+(8*i+4)*sizeof(UINT64),
usr.bin/ssh/umac.c
982
4*sizeof(UINT64));
usr.bin/ssh/umac.c
983
endian_convert_if_le(ahc->ip_keys, sizeof(UINT64),
usr.sbin/installboot/efi_bootmgr.c
59
UINT64 PartitionStart;
usr.sbin/installboot/efi_bootmgr.c
60
UINT64 PartitionSize;