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:op_names
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/broadcom/qpu/
H
A
D
qpu_instr.c
88
static const char *
op_names
[] = {
in v3d_qpu_add_op_name()
local
174
if (op >= ARRAY_SIZE(
op_names
))
in v3d_qpu_add_op_name()
177
return
op_names
[op];
in v3d_qpu_add_op_name()
183
static const char *
op_names
[] = {
in v3d_qpu_mul_op_name()
local
196
if (op >= ARRAY_SIZE(
op_names
))
in v3d_qpu_mul_op_name()
199
return
op_names
[op];
in v3d_qpu_mul_op_name()
/third_party/vk-gl-cts/modules/gles31/scripts/
H
A
D
gen-implicit-conversions.py
809
op_names
= [
816
for name, desc, op in
op_names
:
827
op_names
= [
836
for name, desc, op in
op_names
:
/third_party/ffmpeg/tests/checkasm/
H
A
D
vp9dsp.c
572
static const char *const
op_names
[2] = { "put", "avg" };
in check_mc()
local
586
"%s_%s_%d%s",
op_names
[op],
in check_mc()
591
"%s%d",
op_names
[op], size);
in check_mc()
Completed in 4 milliseconds