HomeSort by relevance Sort by last modified time
    Searched full:uint64 (Results 76 - 100 of 2692) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/runtime/
atomic_ppc64x.go 15 func xadd64(ptr *uint64, delta int64) uint64
25 func xchg64(ptr *uint64, new uint64) uint64
37 func atomicload64(ptr *uint64) uint64
51 func cas64(ptr *uint64, old, new uint64) bool
57 func atomicstore64(ptr *uint64, val uint64
    [all...]
defs_dragonfly_amd64.go 127 si_addr uint64
135 mc_onstack uint64
136 mc_rdi uint64
137 mc_rsi uint64
138 mc_rdx uint64
139 mc_rcx uint64
140 mc_r8 uint64
141 mc_r9 uint64
142 mc_rax uint64
143 mc_rbx uint64
    [all...]
defs_openbsd_amd64.go 101 sc_rdi uint64
102 sc_rsi uint64
103 sc_rdx uint64
104 sc_rcx uint64
105 sc_r8 uint64
106 sc_r9 uint64
107 sc_r10 uint64
108 sc_r11 uint64
109 sc_r12 uint64
110 sc_r13 uint64
    [all...]
atomic_386.go 26 func xadd64(ptr *uint64, delta int64) uint64 {
29 if cas64(ptr, old, old+uint64(delta)) {
30 return old + uint64(delta)
40 func xchg64(ptr *uint64, new uint64) uint64 {
62 func atomicload64(ptr *uint64) uint64
73 func cas64(ptr *uint64, old, new uint64) boo
    [all...]
defs_linux_ppc64.go 92 // uint64 sig[1];
94 //typedef uint64 Sigset;
120 sa_flags uint64
122 sa_mask uint64
130 si_addr uint64
154 gpr [32]uint64
155 nip uint64
156 msr uint64
157 orig_gpr3 uint64
158 ctr uint64
    [all...]
defs_linux_ppc64le.go 92 // uint64 sig[1];
94 //typedef uint64 Sigset;
120 sa_flags uint64
122 sa_mask uint64
130 si_addr uint64
154 gpr [32]uint64
155 nip uint64
156 msr uint64
157 orig_gpr3 uint64
158 ctr uint64
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zFolderInStream.h 26 UInt64 _currentSize;
27 UInt64 _filePos;
39 CRecordVector<UInt64> Sizes;
43 STDMETHOD(GetSubStreamSize)(UInt64 subStream, UInt64 *value);
47 UInt64 GetFullSize() const
49 UInt64 size = 0;
7zEncode.h 36 const UInt64 *inSizeForReduce);
46 const UInt64 *inStreamSize, const UInt64 *inSizeForReduce,
48 CRecordVector<UInt64> &coderUnpackSizes,
49 UInt64 &unpackSize,
51 CRecordVector<UInt64> &packSizes,
7zSpecStream.h 17 UInt64 _size;
26 UInt64 GetSize() const { return _size; }
32 STDMETHOD(GetSubStreamSize)(UInt64 subStream, UInt64 *value);
  /external/lzma/CPP/7zip/Compress/
Lzma2Decoder.h 32 UInt64 _outSize;
33 UInt64 _inSizeProcessed;
34 UInt64 _outSizeProcessed;
51 ISequentialOutStream *outStream, const UInt64 *_inSize, const UInt64 *outSize,
56 STDMETHOD(GetInStreamProcessedSize)(UInt64 *value);
60 STDMETHOD(SetOutStreamSize)(const UInt64 *outSize);
LzmaDecoder.h 32 UInt64 _outSize;
33 UInt64 _inSizeProcessed;
34 UInt64 _outSizeProcessed;
43 void SetOutStreamSizeResume(const UInt64 *outSize);
58 const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress);
60 STDMETHOD(SetOutStreamSize)(const UInt64 *outSize);
70 HRESULT CodeResume(ISequentialOutStream *outStream, const UInt64 *outSize, ICompressProgressInfo *progress);
72 UInt64 GetInputProcessedSize() const { return _inSizeProcessed; }
83 UInt64 GetOutputProcessedSize() const { return _outSizeProcessed; }
    [all...]
LzmaEncoder.h 22 UInt64 _inputProcessed;
27 const UInt64 *inSize, const UInt64 *outSize, ICompressProgressInfo *progress);
33 UInt64 GetInputProcessedSize() const { return _inputProcessed; }
  /prebuilts/go/darwin-x86/src/runtime/
defs_dragonfly_amd64.go 127 si_addr uint64
135 mc_onstack uint64
136 mc_rdi uint64
137 mc_rsi uint64
138 mc_rdx uint64
139 mc_rcx uint64
140 mc_r8 uint64
141 mc_r9 uint64
142 mc_rax uint64
143 mc_rbx uint64
    [all...]
defs_openbsd_amd64.go 101 sc_rdi uint64
102 sc_rsi uint64
103 sc_rdx uint64
104 sc_rcx uint64
105 sc_r8 uint64
106 sc_r9 uint64
107 sc_r10 uint64
108 sc_r11 uint64
109 sc_r12 uint64
110 sc_r13 uint64
    [all...]
atomic_386.go 26 func xadd64(ptr *uint64, delta int64) uint64 {
29 if cas64(ptr, old, old+uint64(delta)) {
30 return old + uint64(delta)
40 func xchg64(ptr *uint64, new uint64) uint64 {
62 func atomicload64(ptr *uint64) uint64
73 func cas64(ptr *uint64, old, new uint64) boo
    [all...]
defs_linux_ppc64.go 92 // uint64 sig[1];
94 //typedef uint64 Sigset;
120 sa_flags uint64
122 sa_mask uint64
130 si_addr uint64
154 gpr [32]uint64
155 nip uint64
156 msr uint64
157 orig_gpr3 uint64
158 ctr uint64
    [all...]
defs_linux_ppc64le.go 92 // uint64 sig[1];
94 //typedef uint64 Sigset;
120 sa_flags uint64
122 sa_mask uint64
130 si_addr uint64
154 gpr [32]uint64
155 nip uint64
156 msr uint64
157 orig_gpr3 uint64
158 ctr uint64
    [all...]
  /external/boringssl/src/ssl/test/runner/curve25519/
mont25519_amd64.go 15 func cswap(inout *[5]uint64, v uint64)
19 func ladderstep(inout *[5][5]uint64)
23 func freeze(inout *[5]uint64)
27 func mul(dest, a, b *[5]uint64)
31 func square(out, in *[5]uint64)
34 func mladder(xr, zr *[5]uint64, s *[32]byte) {
35 var work [5][5]uint64
51 cswap(&work[1], uint64(swap))
69 var t, z [5]uint64
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue6833.go 15 func GoIssue6833Func(aui uint, aui64 uint64) uint64 {
16 return aui64 + uint64(aui)
21 ull := uint64(0x4000300020001000)
22 v := uint64(C.issue6833Func(C.uint(ui), C.ulonglong(ull)))
23 exp := uint64(ui) + ull
  /prebuilts/go/linux-x86/misc/cgo/test/
issue6833.go 15 func GoIssue6833Func(aui uint, aui64 uint64) uint64 {
16 return aui64 + uint64(aui)
21 ull := uint64(0x4000300020001000)
22 v := uint64(C.issue6833Func(C.uint(ui), C.ulonglong(ull)))
23 exp := uint64(ui) + ull
  /external/lzma/C/
XzCrc64.h 13 extern UInt64 g_Crc64Table[];
21 UInt64 MY_FAST_CALL Crc64Update(UInt64 crc, const void *data, size_t size);
22 UInt64 MY_FAST_CALL Crc64Calc(const void *data, size_t size);
  /external/lzma/CPP/7zip/Archive/Common/
CrossThreadProgress.h 15 const UInt64 *InSize;
16 const UInt64 *OutSize;
34 STDMETHOD(SetRatioInfo)(const UInt64 *inSize, const UInt64 *outSize);
  /external/lzma/CPP/7zip/UI/Common/
HashCalc.h 37 virtual void SetSize(UInt64 size) = 0;
45 UInt64 NumFiles;
46 UInt64 NumDirs;
47 UInt64 NumAltStreams;
48 UInt64 FilesSize;
49 UInt64 AltStreamsSize;
50 UInt64 NumErrors;
52 UInt64 CurSize;
63 void SetSize(UInt64 size);
69 virtual HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, UInt64 totalSize, const wchar_t *path, bool isDir) x; \
    [all...]
  /external/lzma/CPP/Common/
IntToString.h 9 void ConvertUInt64ToString(UInt64 value, char *s) throw();
12 void ConvertUInt64ToString(UInt64 value, wchar_t *s) throw();
14 void ConvertUInt64ToOct(UInt64 value, char *s) throw();
17 void ConvertUInt64ToHex(UInt64 value, char *s) throw();
StringToInt.h 9 UInt64 ConvertStringToUInt64(const char *s, const char **end) throw();
11 UInt64 ConvertStringToUInt64(const wchar_t *s, const wchar_t **end) throw();
16 UInt64 ConvertOctStringToUInt64(const char *s, const char **end) throw();
19 UInt64 ConvertHexStringToUInt64(const char *s, const char **end) throw();

Completed in 454 milliseconds

1 2 34 5 6 7 8 91011>>