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:current_counter
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_monitor.c
310
int
current_counter
= monitor->active_counters[i];
in iris_get_monitor_result()
local
314
&info->counters[
current_counter
];
in iris_get_monitor_result()
/third_party/mesa3d/src/freedreno/perfcntrs/
H
A
D
fdperf.c
513
current_counter
(int *ctr)
in current_counter()
function
560
group =
current_counter
(&cnt);
in counter_dialog()
642
if (
current_counter
(NULL) == NULL) {
in scroll_cntr()
647
if (
current_counter
(NULL) == NULL)
in scroll_cntr()
/third_party/node/src/crypto/
H
A
D
crypto_aes.cc
276
BignumPointer
current_counter
= GetCounter(params);
in AES_CTR_Cipher()
291
current_counter
.get())) {
in AES_CTR_Cipher()
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_monitor.c
457
int
current_counter
= monitor->active_counters[i];
in crocus_get_monitor_result()
local
461
&info->counters[
current_counter
];
in crocus_get_monitor_result()
/third_party/node/deps/v8/src/heap/
H
A
D
incremental-marking.cc
781
size_t
current_counter
= heap_->OldGenerationAllocationCounter();
in StepSizeToKeepUpWithAllocations()
local
782
size_t result =
current_counter
- old_generation_allocation_counter_;
in StepSizeToKeepUpWithAllocations()
783
old_generation_allocation_counter_ =
current_counter
;
in StepSizeToKeepUpWithAllocations()
/third_party/node/deps/v8/src/logging/
H
A
D
runtime-call-stats.h
593
// the time delta to the
current_counter
and subtract the delta from its
611
RuntimeCallCounter*
current_counter
() { return current_counter_.Value(); }
in current_counter()
function in v8::internal::final
H
A
D
log.cc
1716
RuntimeCallCounter* counter = stats->
current_counter
();
in RuntimeCallTimerEvent()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_query.c
348
nir_ssa_def *
current_counter
= nir_load_var(&b, counter);
in build_pipeline_statistics_query_shader()
local
351
nir_ssa_def *output_elem = nir_iadd(&b, output_base, nir_imul(&b, elem_size,
current_counter
));
in build_pipeline_statistics_query_shader()
/third_party/node/deps/v8/src/objects/
H
A
D
elements.cc
1994
size_t
current_counter
= isolate->elements_deletion_counter();
in DeleteCommon()
local
1995
if (
current_counter
< length / kLengthFraction) {
in DeleteCommon()
1996
isolate->set_elements_deletion_counter(
current_counter
+ 1);
in DeleteCommon()
Completed in 23 milliseconds