Home
last modified time | relevance | path

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

/external/deqp/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()
/external/rust/crates/once_cell/src/
Drace.rs40 let exchange = in set() localVariable
81 let exchange = in get_or_try_init() localVariable
214 let exchange = self.inner.compare_exchange( in set() localVariable
260 let exchange = self.inner.compare_exchange( in get_or_try_init() localVariable
Dimp_std.rs157 let exchange = my_state_and_queue.compare_exchange( in initialize_inner() localVariable
200 let exchange = state_and_queue.compare_exchange( in wait() localVariable
/external/skqp/src/core/
DSkExchange.h17 inline static T exchange(T& obj, U&& new_val) { in exchange() function
/external/python/cryptography/src/cryptography/hazmat/primitives/asymmetric/
Dx25519.py70 def exchange(self, peer_public_key): member in X25519PrivateKey
Dx448.py70 def exchange(self, peer_public_key): member in X448PrivateKey
Ddh.py163 def exchange(self, peer_public_key): member in DHPrivateKey
Dec.py71 def exchange(self, algorithm, peer_public_key): member in EllipticCurvePrivateKey
/external/pdfium/
Dupdate_pdfium.py105 def exchange(currentDir, newDir, oldDir): function
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Dx25519.py98 def exchange(self, peer_public_key): member in _X25519PrivateKey
Dx448.py78 def exchange(self, peer_public_key): member in _X448PrivateKey
Ddh.py146 def exchange(self, peer_public_key): member in _DHPrivateKey
Dec.py151 def exchange(self, algorithm, peer_public_key): member in _EllipticCurvePrivateKey
/external/python/cpython3/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
/external/python/cpython2/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
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_state.h577 Exchange* exchange = exchanges_.GetReadyForRequestWriting(); in MaybeIssueRequestWriteLocked() local
590 Exchange* exchange = exchanges_.GetReadyForResponseReading(); in MaybeIssueResponseReadLocked() local
/external/flac/src/share/getopt/
Dgetopt.c315 exchange (argv) in exchange() function
/external/libusb/msvc/getopt/
Dgetopt.c304 exchange (argv) in exchange() function
/external/llvm-project/libcxxabi/src/
Dcxa_guard_impl.h133 IntType exchange(IntType new_val, MemoryOrder ord) { in exchange() function
/external/llvm-project/openmp/runtime/src/
Dkmp_stats.cpp318 void partitionedTimers::exchange(explicitTimer timer) { in exchange() function in partitionedTimers
/external/llvm-project/polly/lib/External/isl/
Disl_mat.c583 static void exchange(__isl_keep isl_mat *M, __isl_keep isl_mat **U, in exchange() function
Disl_coalesce.c375 static void exchange(struct isl_coalesce_info *info1, in exchange() function
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.equinox.preferences_3.7.100.v20180510-1129.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c1756 LLVMValueRef exchange, bool image) in emit_ssbo_comp_swap_64()
/external/mesa3d/include/CL/
Dcl.hpp1083 inline int compare_exchange(std::atomic<int> * dest, int exchange, int comparand) in compare_exchange()