Home
last modified time | relevance | path

Searched defs:exchange (Results 1 – 25 of 26) sorted by relevance

12

/third_party/openssl/crypto/evp/
Dexchange.c23 EVP_KEYEXCH *exchange = OPENSSL_zalloc(sizeof(EVP_KEYEXCH)); in evp_keyexch_new() local
48 EVP_KEYEXCH *exchange = NULL; in evp_keyexch_from_algorithm() local
147 void EVP_KEYEXCH_free(EVP_KEYEXCH *exchange) in EVP_KEYEXCH_free()
162 int EVP_KEYEXCH_up_ref(EVP_KEYEXCH *exchange) in EVP_KEYEXCH_up_ref()
170 OSSL_PROVIDER *EVP_KEYEXCH_get0_provider(const EVP_KEYEXCH *exchange) in EVP_KEYEXCH_get0_provider()
204 EVP_KEYEXCH *exchange = NULL; in EVP_PKEY_derive_init_ex() local
/third_party/node/deps/openssl/openssl/crypto/evp/
Dexchange.c23 EVP_KEYEXCH *exchange = OPENSSL_zalloc(sizeof(EVP_KEYEXCH)); in evp_keyexch_new() local
48 EVP_KEYEXCH *exchange = NULL; in evp_keyexch_from_algorithm() local
147 void EVP_KEYEXCH_free(EVP_KEYEXCH *exchange) in EVP_KEYEXCH_free()
162 int EVP_KEYEXCH_up_ref(EVP_KEYEXCH *exchange) in EVP_KEYEXCH_up_ref()
170 OSSL_PROVIDER *EVP_KEYEXCH_get0_provider(const EVP_KEYEXCH *exchange) in EVP_KEYEXCH_get0_provider()
204 EVP_KEYEXCH *exchange = NULL; in EVP_PKEY_derive_init_ex() local
/third_party/vk-gl-cts/framework/delibs/dethread/
DdeAtomic.h100 …t32 deAtomicCompareExchangeUint32 (volatile deUint32* dstAddr, deUint32 compare, deUint32 exchange) in deAtomicCompareExchangeUint32()
184 …t64 deAtomicCompareExchangeUint64 (volatile deUint64* dstAddr, deUint64 compare, deUint64 exchange) in deAtomicCompareExchangeUint64()
243 DE_INLINE void* deAtomicCompareExchangePtr (void* volatile* dstAddr, void* compare, void* exchange) in deAtomicCompareExchangePtr()
/third_party/typescript/src/lib/
Des2020.sharedmemory.d.ts28 exchange(typedArray: BigInt64Array | BigUint64Array, index: number, value: bigint): bigint; method
Des2017.sharedmemory.d.ts55exchange(typedArray: Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array,… method
/third_party/typescript/lib/
Dlib.es2020.sharedmemory.d.ts48 exchange(typedArray: BigInt64Array | BigUint64Array, index: number, value: bigint): bigint; method
Dlib.es2017.sharedmemory.d.ts75exchange(typedArray: Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array,… method
/third_party/rust/crates/once_cell/src/
Drace.rs58 let exchange = in set() localVariable
99 let exchange = in get_or_try_init() localVariable
325 let exchange = self.inner.compare_exchange( in set() localVariable
371 let exchange = self.inner.compare_exchange( in get_or_try_init() localVariable
Dimp_std.rs195 let exchange = queue.compare_exchange( in initialize_or_wait() localVariable
230 let exchange = queue.compare_exchange( in wait() localVariable
Dimp_pl.rs141 let exchange = in initialize_inner() localVariable
/third_party/ffmpeg/libavcodec/
Dmqcdec.c45 static int exchange(MqcState *mqc, uint8_t *cxstate, int lps) in exchange() function
/third_party/python/Tools/freeze/
Dextensions_win32.ini154 dsp=%PYTHONEX%\com\exchange.dsp
155 cl=/I %PYTHONEX%\win32\src /I %PYTHONEX%\com\win32com\src\include
156 …bs=MBLOGON.lib ADDRLKUP.LIB exchinst.lib EDKCFG.LIB EDKUTILS.LIB EDKMAPI.LIB mapi32.lib version.lib
/third_party/node/test/parallel/
Dtest-dns-resolveany.js12 { type: 'MX', priority: 42, exchange: 'foobar.com', ttl: 124 }, property
Dtest-dns.js366 { type: 'MX', priority: 42, exchange: 'foobar.com', ttl: 3333333333 }, property
/third_party/ffmpeg/libavformat/
Dlibamqp.c37 const char *exchange; member
/third_party/node/deps/v8/src/codegen/ppc/
Dmacro-assembler-ppc.h414 Label exchange; in AtomicExchange() local
/third_party/node/deps/cares/src/lib/
Dares_dns_private.h91 char *exchange; member
/third_party/node/deps/openssl/openssl/include/crypto/
Devp.h50 EVP_KEYEXCH *exchange; member
/third_party/openssl/include/crypto/
Devp.h50 EVP_KEYEXCH *exchange; member
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c1929 LLVMValueRef exchange, bool image) in emit_ssbo_comp_swap_64()
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc3558 Label exchange; in AssembleArchInstruction() local
/third_party/node/deps/v8/src/compiler/backend/arm/
Dcode-generator-arm.cc3497 Label exchange; in AssembleArchInstruction() local
/third_party/mesa3d/include/CL/
Dcl.hpp1083 inline int compare_exchange(std::atomic<int> * dest, int exchange, int comparand) in compare_exchange()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_raii.hpp24 VULKAN_HPP_CONSTEXPR_14 VULKAN_HPP_INLINE T exchange( T & obj, U && newValue ) in exchange() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp37078 exchange(_Tp& __obj, _Up&& __new_val) in exchange() function
48389 exchange(__int_type __i, in exchange() function
48397 exchange(__int_type __i, in exchange() function
48706 exchange(__pointer_type __p, in exchange() function
48714 exchange(__pointer_type __p, in exchange() function
48842 exchange(bool __i, memory_order __m = memory_order_seq_cst) noexcept in exchange() function
48846 exchange(bool __i, in exchange() function
48981 exchange(_Tp __i, memory_order __m = memory_order_seq_cst) noexcept in exchange() function
48989 exchange(_Tp __i, in exchange() function
49156 exchange(__pointer_type __p, in exchange() function
[all …]

12