Home
last modified time | relevance | path

Searched refs:num_ops (Results 1 - 6 of 6) sorted by relevance

/third_party/mbedtls/include/psa/
H A Dcrypto_builtin_composites.h115 uint32_t MBEDTLS_PRIVATE(num_ops);
150 uint32_t MBEDTLS_PRIVATE(num_ops);
H A Dcrypto_struct.h440 uint32_t MBEDTLS_PRIVATE(num_ops);
478 uint32_t MBEDTLS_PRIVATE(num_ops);
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dlayout_array.h86 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 Dlayout_array.rs213 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 Dpsa_crypto.c3446 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 DAMDGPUPrintfRuntimeBinding.cpp58 StringRef fmt, size_t num_ops) const;

Completed in 11 milliseconds