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

<<21222324252627282930>>

  /external/google-breakpad/src/common/dwarf/
dwarf2reader_die_unittest.cc 75 MOCK_METHOD5(StartCompilationUnit, bool(uint64 offset, uint8 address_size,
76 uint8 offset_size, uint64 cu_length,
78 MOCK_METHOD2(StartDIE, bool(uint64 offset, enum DwarfTag tag));
79 MOCK_METHOD4(ProcessAttributeUnsigned, void(uint64 offset,
82 uint64 data));
83 MOCK_METHOD4(ProcessAttributeSigned, void(uint64 offset,
87 MOCK_METHOD4(ProcessAttributeReference, void(uint64 offset,
90 uint64 data));
91 MOCK_METHOD5(ProcessAttributeBuffer, void(uint64 offset,
95 uint64 len))
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxertypes.hpp 26 typedef unsigned long long uint64; typedef in namespace:mkvmuxer
  /external/lzma/CPP/7zip/Archive/7z/
7zDecode.h 52 UInt64 startPos,
  /external/lzma/CPP/7zip/Compress/
PpmdEncoder.cpp 111 const UInt64 * /* inSize */, const UInt64 * /* outSize */, ICompressProgressInfo *progress)
130 UInt64 processed = 0;
150 UInt64 outSize = _outStream.GetProcessed();
  /external/lzma/CPP/Common/
C_FileIO.h 31 bool GetLength(UInt64 &length) const;
  /external/opencv3/3rdparty/libtiff/
tiffiop.h 125 uint64 tif_diroff; /* file offset of current directory */
126 uint64 tif_nextdiroff; /* file offset of following directory */
127 uint64* tif_dirlist; /* list of offsets to already seen directories to prevent IFD looping */
141 uint64 tif_curoff; /* current offset for read/write */
142 uint64 tif_dataoff; /* current offset for writing dir */
145 uint64 tif_subifdoff; /* offset for patching SubIFD link */
249 #define TIFFhowmany_64(x, y) ((((uint64)(x))+(((uint64)(y))-1))/((uint64)(y)))
250 #define TIFFhowmany8_64(x) (((x)&0x07)?((uint64)(x)>>3)+1:(uint64)(x)>>3
    [all...]
  /external/pdfium/third_party/libtiff/
tiffiop.h 130 uint64 tif_diroff; /* file offset of current directory */
131 uint64 tif_nextdiroff; /* file offset of following directory */
132 uint64* tif_dirlist; /* list of offsets to already seen directories to prevent IFD looping */
146 uint64 tif_curoff; /* current offset for read/write */
147 uint64 tif_dataoff; /* current offset for writing dir */
150 uint64 tif_subifdoff; /* offset for patching SubIFD link */
254 #define TIFFhowmany_64(x, y) ((((uint64)(x))+(((uint64)(y))-1))/((uint64)(y)))
255 #define TIFFhowmany8_64(x) (((x)&0x07)?((uint64)(x)>>3)+1:(uint64)(x)>>3
    [all...]
  /external/protobuf/src/google/protobuf/
unittest_extension_repeated_nano.proto 17 repeated uint64 repeated_uint64 = 14;
unittest_extension_singular_nano.proto 17 optional uint64 some_uint64 = 14;
  /external/tpm2/
ReadClock.c 21 UINT64 start_time = _plat__ClockTimeFromStart();
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_unittest.proto 17 optional uint64 added_zero_samples = 12;
  /external/webrtc/webrtc/modules/desktop_capture/
differ_block.h 19 // multiple of sizeof(uint64)/8.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxertypes.hpp 26 typedef unsigned long long uint64; typedef in namespace:mkvmuxer
  /prebuilts/go/darwin-x86/src/cmd/internal/objfile/
macho.go 37 var addrs []uint64
80 func (f *machoFile) pcln() (textStart uint64, symtab, pclntab []byte, err error) {
97 func (f *machoFile) text() (textStart uint64, text []byte, err error) {
121 type uint64s []uint64
  /prebuilts/go/darwin-x86/src/cmd/link/internal/arm64/
asm.go 52 ld.Thearch.Vput(uint64(sectoff))
62 ld.Thearch.Vput(ld.R_AARCH64_ABS32 | uint64(elfsym)<<32)
64 ld.Thearch.Vput(ld.R_AARCH64_ABS64 | uint64(elfsym)<<32)
71 ld.Thearch.Vput(ld.R_AARCH64_ADR_PREL_PG_HI21 | uint64(elfsym)<<32)
72 ld.Thearch.Vput(uint64(r.Xadd))
73 ld.Thearch.Vput(uint64(sectoff + 4))
74 ld.Thearch.Vput(ld.R_AARCH64_ADD_ABS_LO12_NC | uint64(elfsym)<<32)
80 ld.Thearch.Vput(ld.R_AARCH64_CALL26 | uint64(elfsym)<<32)
83 ld.Thearch.Vput(uint64(r.Xadd))
320 dwarfoff := uint32(ld.Rnd(int64(uint64(ld.HEADR)+ld.Segtext.Length), int64(ld.INITRND)) + ld.Rnd(int64(ld.Segdata.Filelen), int64(ld.INIT (…)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/objdump/
main.go 55 type lookupFunc func(addr uint64) (sym string, base uint64)
56 type disasmFunc func(code []byte, pc uint64, lookup lookupFunc) (text string, size int)
91 dis.Print(os.Stdout, symRE, 0, ^uint64(0))
  /prebuilts/go/darwin-x86/src/debug/plan9obj/
plan9obj.go 25 value uint64
  /prebuilts/go/darwin-x86/src/net/rpc/jsonrpc/
client.go 32 pending map[uint64]string // map request id to method name
41 pending: make(map[uint64]string),
48 Id uint64 `json:"id"`
62 Id uint64 `json:"id"`
  /prebuilts/go/darwin-x86/src/runtime/
lfstack_test.go 30 stack := new(uint64)
88 stacks := [2]*uint64{new(uint64), new(uint64)}
mem_bsd.go 14 func sysAlloc(n uintptr, sysStat *uint64) unsafe.Pointer {
33 func sysFree(v unsafe.Pointer, n uintptr, sysStat *uint64) {
46 if ptrSize == 8 && uint64(n) > 1<<32 || goos_nacl != 0 {
59 func sysMap(v unsafe.Pointer, n uintptr, reserved bool, sysStat *uint64) {
  /prebuilts/go/darwin-x86/src/syscall/
syscall_solaris_amd64.go 27 iov.Len = uint64(length)
  /prebuilts/go/darwin-x86/src/testing/
benchmark.go 48 startAllocs uint64
49 startBytes uint64
51 netAllocs uint64
52 netBytes uint64
226 MemAllocs uint64 // The total number of memory allocations.
227 MemBytes uint64 // The total number of bytes allocated.
377 globalN *uint64 // shared between all worker goroutines iteration counter
378 grain uint64 // acquire that many iterations from globalN at once
379 cache uint64 // local cache of acquired iterations
380 bN uint64 // total number of iterations to execute (b.N
    [all...]
  /prebuilts/go/darwin-x86/test/
char_lit.go 14 var i uint64 =
const3.go 32 y := float64(uint64(1)<<x) // used to fail to compile
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug319.go 14 a := uint64(uintptr(unsafe.Pointer(&x)))

Completed in 2595 milliseconds

<<21222324252627282930>>