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
defs:cycles
(Results
26 - 31
of
31
) sorted by relevance
1
2
/third_party/python/Modules/
H
A
D
itertoolsmodule.c
3243
Py_ssize_t *
cycles
; /* one rollover counter per element in the result */
member
3269
Py_ssize_t *
cycles
= NULL;
in itertools_permutations_impl()
local
3364
Py_ssize_t *
cycles
= po->
cycles
;
permutations_next()
local
3456
PyObject *indices=NULL, *
cycles
=NULL;
permutations_reduce()
local
3493
PyObject *indices, *
cycles
, *result;
permutations_setstate()
local
[all...]
/third_party/libbpf/include/uapi/linux/
H
A
D
perf_event.h
1422
cycles
:16, /* cycle count to last branch */
member
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_compiler.h
1543
uint32_t
cycles
;
member
/third_party/mesa3d/src/panfrost/bifrost/
H
A
D
bifrost_compile.c
4232
float
cycles
= MAX2(
in va_print_stats()
local
/third_party/vixl/benchmarks/aarch32/
H
A
D
asm-disasm-speed-test.cc
9573
int64_t
cycles
= 0;
in Benchmark()
local
9590
int64_t
cycles
= 0;
in Benchmark()
local
[all...]
/third_party/sqlite/src/
H
A
D
sqlite3.c
15913
u64
cycles
; /* Total time spent executing this instruction */
member
[all...]
Completed in 160 milliseconds
1
2