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:BlockCount
(Results
1 - 12
of
12
) sorted by relevance
/third_party/skia/third_party/externals/d3d12allocator/src/
H
A
D
Tests.cpp
194
CHECK_BOOL(statInfo.
BlockCount
== 1);
in TestVirtualBlocks()
590
CHECK_BOOL( poolStats.
BlockCount
== 1 );
in TestCustomPools()
593
CHECK_BOOL( poolStats.UnusedBytes == poolStats.
BlockCount
* poolDesc.BlockSize );
in TestCustomPools()
604
CHECK_BOOL( poolStats.
BlockCount
== 2 );
in TestCustomPools()
607
CHECK_BOOL( poolStats.UnusedBytes == poolStats.
BlockCount
* poolDesc.BlockSize );
in TestCustomPools()
611
CHECK_BOOL( poolStats.
BlockCount
== 1 );
in TestCustomPools()
614
CHECK_BOOL( poolStats.UnusedBytes == poolStats.
BlockCount
* poolDesc.BlockSize );
in TestCustomPools()
641
CHECK_BOOL( poolStats.
BlockCount
== 1 );
in TestCustomPools()
652
CHECK_BOOL( globalStatsCurr.Total.
BlockCount
== globalStatsBeg.Total.
BlockCount
in TestCustomPools()
[all...]
H
A
D
D3D12MemAlloc.h
1120
UINT
BlockCount
;
member
H
A
D
D3D12MemAlloc.cpp
503
dst.
BlockCount
+= src.
BlockCount
;
in AddStatInfo()
3161
outInfo.
BlockCount
= 1;
4869
statInfo.
BlockCount
= 1;
4981
json.WriteNumber(statInfo.
BlockCount
);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H
A
D
BlockFrequencyInfoImpl.cpp
574
APInt
BlockCount
(128, EntryCount.getCount());
in getProfileCountFromFreq()
577
BlockCount
*= BlockFreq;
in getProfileCountFromFreq()
578
// Rounded division of
BlockCount
by EntryFreq. Since EntryFreq is unsigned
in getProfileCountFromFreq()
580
BlockCount
= (
BlockCount
+ EntryFreq.lshr(1)).udiv(EntryFreq);
in getProfileCountFromFreq()
581
return
BlockCount
.getLimitedValue();
in getProfileCountFromFreq()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H
A
D
GCOV.cpp
161
uint32_t
BlockCount
;
in readGCNO()
local
162
if (!Buff.readInt(
BlockCount
))
in readGCNO()
164
for (uint32_t i = 0, e =
BlockCount
; i != e; ++i) {
in readGCNO()
179
if (BlockNo >=
BlockCount
) {
in readGCNO()
208
if (BlockNo >=
BlockCount
) {
in readGCNO()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H
A
D
X86AvoidStoreForwardingBlocks.cpp
340
unsigned
BlockCount
= 0;
in findPotentialBlockers()
local
347
BlockCount
++;
in findPotentialBlockers()
348
if (
BlockCount
>= InspectionLimit)
in findPotentialBlockers()
359
if (
BlockCount
< InspectionLimit) {
in findPotentialBlockers()
361
int LimitLeft = InspectionLimit -
BlockCount
;
in findPotentialBlockers()
H
A
D
X86SelectionDAGInfo.cpp
259
const uint64_t
BlockCount
= Size / BlockBytes;
in emitConstantSizeRepmov()
local
263
DAG.getIntPtrConstant(
BlockCount
, dl), BlockType);
in emitConstantSizeRepmov()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H
A
D
StructurizeCFG.cpp
361
while (unsigned &
BlockCount
= LoopBlocks[CurrentLoop]) {
in orderNodes()
364
--
BlockCount
;
in orderNodes()
/third_party/node/deps/v8/src/debug/
H
A
D
debug-interface.h
373
size_t
BlockCount
() const;
H
A
D
debug-interface.cc
1157
size_t Coverage::FunctionData::
BlockCount
() const {
in BlockCount()
function in v8::debug::Coverage::FunctionData
/third_party/node/deps/v8/src/inspector/
H
A
D
v8-profiler-agent-impl.cc
319
//
BlockCount
is a superset of PreciseCount. It includes block-granularity
in startPreciseCoverage()
321
// each function recompiled after the
BlockCount
mode has been set); and
in startPreciseCoverage()
376
for (size_t k = 0; k < function_data.
BlockCount
(); k++) {
in coverageToProtocol()
/third_party/node/deps/v8/src/d8/
H
A
D
d8.cc
3442
for (size_t k = 0; k < function_data.
BlockCount
(); k++) {
in WriteLcovData()
Completed in 29 milliseconds