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:usedBytes
(Results
1 - 9
of
9
) sorted by relevance
/third_party/skia/src/gpu/
H
A
D
GrBufferAllocPool.cpp
200
size_t
usedBytes
= back.fBuffer->size() - back.fBytesFree;
in makeSpace()
local
201
size_t pad = align_up_pad(
usedBytes
, alignment);
in makeSpace()
208
memset((void*)(reinterpret_cast<intptr_t>(fBufferPtr) +
usedBytes
), 0, pad);
in makeSpace()
209
usedBytes
+= pad;
in makeSpace()
210
*offset =
usedBytes
;
in makeSpace()
215
return (void*)(reinterpret_cast<intptr_t>(fBufferPtr) +
usedBytes
);
in makeSpace()
253
size_t
usedBytes
= (fBlocks.empty()) ? 0 : fBlocks.back().fBuffer->size() -
in makeSpaceAtLeast()
local
255
size_t pad = align_up_pad(
usedBytes
, alignment);
in makeSpaceAtLeast()
262
usedBytes
= 0;
in makeSpaceAtLeast()
268
memset(static_cast<char*>(fBufferPtr) +
usedBytes
,
in makeSpaceAtLeast()
[all...]
H
A
D
GrDirectContext.cpp
524
this->getTextBlobCache()->
usedBytes
());
in dumpMemoryStatistics()
531
this->getTextBlobCache()->
usedBytes
());
in dumpMemoryStatisticsByTag()
/third_party/skia/src/gpu/vk/
H
A
D
GrVkAMDMemoryAllocator.cpp
391
return stats.total.
usedBytes
;
in totalUsedMemory()
397
return stats.total.
usedBytes
+ stats.total.unusedBytes;
in totalAllocatedMemory()
414
uint64_t used = stats.total.
usedBytes
;
in dumpVmaStats()
/third_party/skia/src/gpu/text/
H
A
D
GrTextBlobCache.h
47
size_t
usedBytes
() const SK_EXCLUDES(fSpinLock);
H
A
D
GrTextBlobCache.cpp
108
size_t GrTextBlobCache::
usedBytes
() const {
in usedBytes()
function in GrTextBlobCache
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
H
A
D
UDTLayout.cpp
75
UsedBytes = UdtLayout->
usedBytes
();
in DataMemberLayoutItem()
281
BitVector ChildBytes = Child->
usedBytes
();
in addChildToLayout()
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H
A
D
api.js
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
H
A
D
UDTLayout.h
51
const BitVector &
usedBytes
() const { return UsedBytes; }
in usedBytes()
function in llvm::pdb::LayoutItemBase
/third_party/skia/third_party/vulkanmemoryallocator/include/
H
A
D
vk_mem_alloc.h
2447
VkDeviceSize
usedBytes
;
member
6100
outInfo.
usedBytes
= m_Size;
in DedicatedAllocCalcStatsInfo()
8780
json.WriteNumber(stat.
usedBytes
);
in VmaPrintStatInfo()
9051
outInfo.
usedBytes
= GetSize() - outInfo.unusedBytes;
in CalcAllocationStatInfo()
10130
outInfo.
usedBytes
= 0;
in CalcAllocationStatInfo()
10169
outInfo.
usedBytes
+= suballoc.size;
in CalcAllocationStatInfo()
10226
outInfo.
usedBytes
+= suballoc.size;
in CalcAllocationStatInfo()
10282
outInfo.
usedBytes
+= suballoc.size;
in CalcAllocationStatInfo()
10309
outInfo.unusedBytes = size - outInfo.
usedBytes
;
in CalcAllocationStatInfo()
10496
VkDeviceSize
usedBytes
in PrintDetailedMap()
local
[all...]
Completed in 42 milliseconds