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:GetBlockSize
(Results
1 - 15
of
15
) sorted by relevance
/third_party/gptfdisk/
H
A
D
diskio-windows.cc
127
int DiskIO::
GetBlockSize
(void) {
in GetBlockSize()
function in DiskIO
146
} // DiskIO::
GetBlockSize
()
in GetBlockSize()
208
seekTo.QuadPart = sector * (uint64_t)
GetBlockSize
();
in Seek()
235
blockSize =
GetBlockSize
();
in Read()
279
blockSize =
GetBlockSize
();
in Write()
331
sectors = (uint64_t) buf.Length.QuadPart /
GetBlockSize
();
in DiskSize()
335
sectors = ((uint64_t) bytes + ((uint64_t) moreBytes) * UINT32_MAX) /
GetBlockSize
();
in DiskSize()
H
A
D
diskio-unix.cc
159
int DiskIO::
GetBlockSize
(void) {
in GetBlockSize()
function in DiskIO
201
} // DiskIO::
GetBlockSize
()
in GetBlockSize()
328
seekTo = sector * (uint64_t)
GetBlockSize
();
in Seek()
352
blockSize =
GetBlockSize
();
in Read()
395
blockSize =
GetBlockSize
();
in Write()
467
long long b =
GetBlockSize
();
in DiskSize()
487
sectors /= (
GetBlockSize
() / 512);
in DiskSize()
H
A
D
diskio.h
72
int
GetBlockSize
(void);
H
A
D
gpt.h
180
uint32_t
GetBlockSize
(void) {return blockSize;}
in GetBlockSize()
function in GPTData
H
A
D
bsd.cc
81
offset[1] = theDisk->
GetBlockSize
();
in ReadBSDData()
H
A
D
gptcl.cc
169
sSize =
GetBlockSize
();
in DoOptions()
H
A
D
basicmbr.cc
225
blockSize = myDisk->
GetBlockSize
();
in ReadMBRData()
659
blockSize = myDisk->
GetBlockSize
();
in ReadCHSGeom()
H
A
D
gpt.cc
789
blockSize = (uint32_t) myDisk.
GetBlockSize
();
in SetDisk()
871
blockSize = (uint32_t) myDisk.
GetBlockSize
();
in LoadPartitions()
1431
shortBackup = ((backupFile.DiskSize(&err) * backupFile.
GetBlockSize
()) ==
in LoadGPTBackup()
/third_party/lzma/C/
H
A
D
LzFind.c
280
static UInt32
GetBlockSize
(CMatchFinder *p, UInt32 historySize)
in GetBlockSize()
function
388
if (p->directInput || LzInWindow_Create2(p,
GetBlockSize
(p, historySize), alloc))
in MatchFinder_Create()
/third_party/mesa3d/src/amd/addrlib/src/gfx9/
H
A
D
gfx9addrlib.h
521
baseAlign =
GetBlockSize
(swizzleMode);
in ComputeSurfaceBaseAlignTiled()
H
A
D
gfx9addrlib.cpp
234
align = Max(align,
GetBlockSize
(pIn->swizzleMode));
in HwlComputeHtileInfo()
338
sizeAlign = Max(sizeAlign,
GetBlockSize
(pIn->swizzleMode));
in HwlComputeCmaskInfo()
687
sizeAlign = Max(sizeAlign,
GetBlockSize
(pIn->swizzleMode));
in HwlComputeDccInfo()
3320
if (msaa && (
GetBlockSize
(swizzle) < (m_pipeInterleaveBytes * pIn->numFrags)))
/third_party/mesa3d/src/amd/addrlib/src/core/
H
A
D
addrlib2.h
469
UINT_32
GetBlockSize
(AddrSwizzleMode swizzleMode) const
in GetBlockSize()
function in Addr::V2::Lib
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H
A
D
RobustResourceInitTest.cpp
151
int
GetBlockSize
(GLenum format)
in GetBlockSize()
function
178
int blockSize =
GetBlockSize
(format);
in UncompressDXTIntoSubRegion()
/third_party/mesa3d/src/amd/addrlib/src/gfx11/
H
A
D
gfx11addrlib.cpp
2229
if (msaa && (
GetBlockSize
(swizzle) < (m_pipeInterleaveBytes * pIn->numSamples)))
3056
const UINT_32 blockSize =
GetBlockSize
(pIn->swizzleMode);
/third_party/mesa3d/src/amd/addrlib/src/gfx10/
H
A
D
gfx10addrlib.cpp
2616
(
GetBlockSize
(swizzle) < (m_pipeInterleaveBytes * pIn->numFrags)))
3573
const UINT_32 blockSize =
GetBlockSize
(pIn->swizzleMode);
Completed in 37 milliseconds