Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:GetUi64
(Results
1 - 5
of
5
) sorted by relevance
/third_party/lzma/C/
H
A
D
CpuArch.h
348
#define
GetUi64
(p) (*(const UInt64 *)(const void *)(p))
macro
380
#ifndef
GetUi64
381
#define
GetUi64
(p) (GetUi32(p) | ((UInt64)GetUi32(((const Byte *)(p)) + 4) << 32))
macro
H
A
D
7zArcIn.c
1536
nextHeaderOffset =
GetUi64
(header + 12);
in SzArEx_Open2()
1537
nextHeaderSize =
GetUi64
(header + 20);
in SzArEx_Open2()
/third_party/lzma/CPP/7zip/Compress/
H
A
D
CodecExports.cpp
66
const UInt64 id =
GetUi64
(clsid->Data4);
in FindCodecClassId()
276
const UInt64 id =
GetUi64
(clsid->Data4);
in FindHasherClassId()
/third_party/lzma/CPP/7zip/Archive/
H
A
D
LzmaHandler.cpp
71
Size =
GetUi64
(sig + 5);
in Parse()
303
const UInt64 unpackSize =
GetUi64
(p + 1 + 4);
in IsArc_Lzma()
/third_party/lzma/CPP/7zip/Archive/7z/
H
A
D
7zIn.cpp
25
#define Get64(p)
GetUi64
(p)
Completed in 6 milliseconds