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

1 2 3 4 56 7 8 91011>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/
README.webm 18 - fix track_number uint64->uint32 warnings
19 - fix track_scale double->uint64 warning
20 - nestegg_packet_track: fix uint64->uint32 warning
23 - quiet read related uint64->size_t warnings
24 - ne_buffer_read: quiet uint64->size_t warning
  /external/lzma/CPP/7zip/UI/Common/
UpdateCallback.h 15 virtual HRESULT SetTotal(UInt64 size) x; \
16 virtual HRESULT SetCompleted(const UInt64 *completeValue) x; \
17 virtual HRESULT SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize) x; \
20 virtual HRESULT SetNumFiles(UInt64 numFiles) x; \
36 UInt64 Key1;
37 UInt64 Key2;
75 STDMETHOD(SetRatioInfo)(const UInt64 *inSize, const UInt64 *outSize);
84 CRecordVector<UInt64> VolumesSizes;
    [all...]
Extract.h 65 UInt64 NumArchives;
66 UInt64 UnpackSize;
67 UInt64 AltStreams_UnpackSize;
68 UInt64 PackSize;
69 UInt64 NumFolders;
70 UInt64 NumFiles;
71 UInt64 NumAltStreams;
EnumDirItems.h 17 virtual HRESULT ScanProgress(UInt64 numFolders, UInt64 numFiles, UInt64 totalSize, const wchar_t *path, bool isDir) = 0;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.hpp 48 virtual void ElementStartNotify(uint64 element_id, int64 position) = 0;
74 bool Init(const uint8* frame, uint64 length);
77 bool AddAdditionalData(const uint8* additional, uint64 length,
78 uint64 add_id);
80 uint64 add_id() const { return add_id_; }
82 uint64 additional_length() const { return additional_length_; }
83 void set_duration(uint64 duration) { duration_ = duration; }
84 uint64 duration() const { return duration_; }
88 uint64 length() const { return length_; }
89 void set_track_number(uint64 track_number) { track_number_ = track_number;
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_linux_amd64.go 95 Cur uint64
96 Max uint64
102 Dev uint64
103 Ino uint64
104 Nlink uint64
109 Rdev uint64
122 Blocks uint64
123 Bfree uint64
124 Bavail uint64
125 Files uint64
    [all...]
ztypes_openbsd_amd64.go 53 Cur uint64
54 Max uint64
79 Ino uint64
101 F_blocks uint64
102 F_bfree uint64
104 F_files uint64
105 F_ffree uint64
107 F_syncwrites uint64
108 F_syncreads uint64
109 F_asyncwrites uint64
    [all...]
ztypes_openbsd_386.go 53 Cur uint64
54 Max uint64
79 Ino uint64
99 F_blocks uint64
100 F_bfree uint64
102 F_files uint64
103 F_ffree uint64
105 F_syncwrites uint64
106 F_syncreads uint64
107 F_asyncwrites uint64
    [all...]
ztypes_openbsd_arm.go 53 Cur uint64
54 Max uint64
79 Ino uint64
99 F_blocks uint64
100 F_bfree uint64
102 F_files uint64
103 F_ffree uint64
105 F_syncwrites uint64
106 F_syncreads uint64
107 F_asyncwrites uint64
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
ztypes_linux_amd64.go 95 Cur uint64
96 Max uint64
102 Dev uint64
103 Ino uint64
104 Nlink uint64
109 Rdev uint64
122 Blocks uint64
123 Bfree uint64
124 Bavail uint64
125 Files uint64
    [all...]
ztypes_openbsd_amd64.go 53 Cur uint64
54 Max uint64
79 Ino uint64
101 F_blocks uint64
102 F_bfree uint64
104 F_files uint64
105 F_ffree uint64
107 F_syncwrites uint64
108 F_syncreads uint64
109 F_asyncwrites uint64
    [all...]
ztypes_openbsd_386.go 53 Cur uint64
54 Max uint64
79 Ino uint64
99 F_blocks uint64
100 F_bfree uint64
102 F_files uint64
103 F_ffree uint64
105 F_syncwrites uint64
106 F_syncreads uint64
107 F_asyncwrites uint64
    [all...]
ztypes_openbsd_arm.go 53 Cur uint64
54 Max uint64
79 Ino uint64
99 F_blocks uint64
100 F_bfree uint64
102 F_files uint64
103 F_ffree uint64
105 F_syncwrites uint64
106 F_syncreads uint64
107 F_asyncwrites uint64
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.hpp 26 const uint64 kMaxTrackNumber = 126;
50 virtual void ElementStartNotify(uint64 element_id, int64 position) = 0;
62 bool WriteEbmlHeader(IMkvWriter* writer, uint64 doc_type_version);
84 bool Init(const uint8* frame, uint64 length);
87 bool AddAdditionalData(const uint8* additional, uint64 length, uint64 add_id);
96 uint64 add_id() const { return add_id_; }
98 uint64 additional_length() const { return additional_length_; }
99 void set_duration(uint64 duration) { duration_ = duration; }
100 uint64 duration() const { return duration_;
    [all...]
mkvmuxerutil.cpp 38 uint64 WriteBlock(IMkvWriter* writer, const Frame* const frame, int64 timecode,
39 uint64 timecode_scale) {
40 uint64 block_additional_elem_size = 0;
41 uint64 block_addid_elem_size = 0;
42 uint64 block_more_payload_size = 0;
43 uint64 block_more_elem_size = 0;
44 uint64 block_additions_payload_size = 0;
45 uint64 block_additions_elem_size = 0;
63 uint64 discard_padding_elem_size = 0;
69 const uint64 reference_block_timestamp
    [all...]
  /external/lzma/CPP/7zip/Archive/Common/
CoderMixer2MT.h 25 // void SetCoderInfo(const UInt64 **inSizes, const UInt64 **outSizes);
63 const UInt64 **inSizes,
66 const UInt64 **outSizes,
76 void SetCoderInfo(UInt32 coderIndex, const UInt64 **inSizes, const UInt64 **outSizes)
78 UInt64 GetWriteProcessedSize(UInt32 binderIndex) const
  /external/lzma/C/
XzCrc64Opt.c 12 UInt64 MY_FAST_CALL XzCrc64UpdateT4(UInt64 v, const void *data, size_t size, const UInt64 *table)
38 ((v >> 40) & ((UInt64)0xFF << 8)) | \
39 ((v >> 24) & ((UInt64)0xFF << 16)) | \
40 ((v >> 8) & ((UInt64)0xFF << 24)) | \
41 ((v << 8) & ((UInt64)0xFF << 32)) | \
42 ((v << 24) & ((UInt64)0xFF << 40)) | \
43 ((v << 40) & ((UInt64)0xFF << 48)) | \
46 UInt64 MY_FAST_CALL XzCrc64UpdateT1_BeT4(UInt64 v, const void *data, size_t size, const UInt64 *table)
    [all...]
Xz.h 21 unsigned Xz_ReadVarInt(const Byte *p, size_t maxSize, UInt64 *value);
22 unsigned Xz_WriteVarInt(Byte *buf, UInt64 v);
37 UInt64 id;
44 UInt64 packSize;
45 UInt64 unpackSize;
81 UInt64 crc64;
101 UInt64 unpackSize;
102 UInt64 totalSize;
111 UInt64 startOffset;
117 #define XZ_SIZE_OVERFLOW ((UInt64)(Int64)-1)
    [all...]
  /external/lzma/CPP/7zip/Common/
LockedStream.h 17 HRESULT Read(UInt64 startPos, void *data, UInt32 size, UInt32 *processedSize);
25 UInt64 _pos;
27 void Init(CLockedInStream *lockedInStream, UInt64 startPos)
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug155.go 9 const big uint64 = 1<<63
11 func f(a uint64) uint64 {
  /prebuilts/go/linux-x86/test/fixedbugs/
bug155.go 9 const big uint64 = 1<<63
11 func f(a uint64) uint64 {
  /prebuilts/go/darwin-x86/src/runtime/
defs_darwin_amd64.go 178 si_addr uint64
181 __pad [7]uint64
222 rax uint64
223 rbx uint64
224 rcx uint64
225 rdx uint64
226 rdi uint64
227 rsi uint64
228 rbp uint64
229 rsp uint64
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
defs_darwin_amd64.go 178 si_addr uint64
181 __pad [7]uint64
222 rax uint64
223 rbx uint64
224 rcx uint64
225 rdx uint64
226 rdi uint64
227 rsi uint64
228 rbp uint64
229 rsp uint64
    [all...]
  /prebuilts/go/darwin-x86/test/
64bit.go 27 type Uint64 struct {
37 func (a Uint64) Int64() (c Int64) {
43 func (a Uint64) Cmp(b Uint64) int {
57 func (a Uint64) LeftShift(b uint) (c Uint64) {
72 func (a Uint64) RightShift(b uint) (c Uint64) {
87 func (a Uint64) LeftShift64(b Uint64) (c Uint64)
    [all...]
  /prebuilts/go/linux-x86/test/
64bit.go 27 type Uint64 struct {
37 func (a Uint64) Int64() (c Int64) {
43 func (a Uint64) Cmp(b Uint64) int {
57 func (a Uint64) LeftShift(b uint) (c Uint64) {
72 func (a Uint64) RightShift(b uint) (c Uint64) {
87 func (a Uint64) LeftShift64(b Uint64) (c Uint64)
    [all...]

Completed in 344 milliseconds

1 2 3 4 56 7 8 91011>>