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:NUM_OPS
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
dll.c
175
NUM_OPS
enumerator
203
void *(*op[
NUM_OPS
]) (void);
427
for (i = 0; i <
NUM_OPS
; ++i) be->op[i] = op_unsupported;
in load()
436
for (i = 0; i <
NUM_OPS
; ++i)
in load()
501
for (i = 0; i <
NUM_OPS
; ++i)
in load()
610
for (i = 0; i <
NUM_OPS
; ++i)
in load()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H
A
D
vktOpaqueTypeIndexingTests.cpp
1538
NUM_OPS
= 4
enumerator
1574
const int numOps =
NUM_OPS
;
in iterate()
1867
, m_opIndices (AtomicCounterIndexingCaseInstance::
NUM_OPS
)
in AtomicCounterIndexingCase()
1890
const int numOps = AtomicCounterIndexingCaseInstance::
NUM_OPS
;
in createShaderSpec()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H
A
D
vktOpaqueTypeIndexingTests.cpp
1544
NUM_OPS
= 4
enumerator
1580
const int numOps =
NUM_OPS
;
in iterate()
1875
, m_opIndices (AtomicCounterIndexingCaseInstance::
NUM_OPS
)
in AtomicCounterIndexingCase()
1898
const int numOps = AtomicCounterIndexingCaseInstance::
NUM_OPS
;
in createShaderSpec()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H
A
D
DebugInfoMetadata.cpp
315
#define DEFINE_GETIMPL_STORE_N(CLASS, ARGS, OPS,
NUM_OPS
) \
316
return storeImpl(new (
NUM_OPS
) \
Completed in 15 milliseconds