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 - 6
of
6
) sorted by relevance
/third_party/mbedtls/include/psa/
H
A
D
crypto_builtin_composites.h
115
uint32_t MBEDTLS_PRIVATE(
num_ops
);
150
uint32_t MBEDTLS_PRIVATE(
num_ops
);
H
A
D
crypto_struct.h
440
uint32_t MBEDTLS_PRIVATE(
num_ops
);
478
uint32_t MBEDTLS_PRIVATE(
num_ops
);
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H
A
D
layout_array.h
86
uint32_t
num_ops
; /**< Number of used ops structs in the table. */
member
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H
A
D
layout_array.rs
213
pub
num_ops
: u32,
244
unsafe { ::std::ptr::addr_of!((*ptr).
num_ops
) as usize - ptr as usize },
in bindgen_test_layout_rte_mempool_ops_table()
250
stringify!(
num_ops
)
in bindgen_test_layout_rte_mempool_ops_table()
/third_party/mbedtls/library/
H
A
D
psa_crypto.c
3446
return operation->
num_ops
;
in psa_sign_hash_get_num_ops()
3452
return operation->
num_ops
;
in psa_verify_hash_get_num_ops()
3471
/* Do not clear either the error_occurred or
num_ops
elements here as they
in psa_sign_hash_abort_internal()
3517
operation->
num_ops
= 0;
in psa_sign_hash_start()
3574
operation->
num_ops
= psa_driver_wrapper_sign_hash_get_num_ops(operation);
in psa_sign_hash_complete()
3605
operation->
num_ops
= 0;
in psa_sign_hash_abort()
3629
/* Do not clear either the error_occurred or
num_ops
elements here as they
in psa_verify_hash_abort_internal()
3674
operation->
num_ops
= 0;
in psa_verify_hash_start()
3717
operation->
num_ops
= psa_driver_wrapper_verify_hash_get_num_ops(
in psa_verify_hash_complete()
3742
operation->
num_ops
in psa_verify_hash_abort()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H
A
D
AMDGPUPrintfRuntimeBinding.cpp
58
StringRef fmt, size_t
num_ops
) const;
Completed in 11 milliseconds