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:read_counter
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H
A
D
etnaviv_query_sw.c
45
read_counter
(struct etna_context *ctx, unsigned type)
in read_counter()
function
64
sq->begin_value =
read_counter
(ctx, q->type);
in etna_sw_begin_query()
72
sq->end_value =
read_counter
(ctx, q->type);
in etna_sw_end_query()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H
A
D
freedreno_query_sw.c
51
read_counter
(struct fd_context *ctx, int type) assert_dt
118
sq->begin_value =
read_counter
(ctx, q->type);
134
sq->end_value =
read_counter
(ctx, q->type);
/third_party/node/deps/openssl/openssl/apps/
H
A
D
s_server.c
2743
unsigned int
read_counter
= 0;
in sv_body()
local
2745
BIO_set_callback_arg(SSL_get_rbio(con), (char *)&
read_counter
);
in sv_body()
2753
if (i <= 0 &&
read_counter
== 0) {
in sv_body()
/third_party/openssl/apps/
H
A
D
s_server.c
2738
unsigned int
read_counter
= 0;
in sv_body()
local
2740
BIO_set_callback_arg(SSL_get_rbio(con), (char *)&
read_counter
);
in sv_body()
2748
if (i <= 0 &&
read_counter
== 0) {
in sv_body()
Completed in 10 milliseconds