OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deAtomicDecrementUint32
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/delibs/dethread/
deAtomic.h
81
DE_INLINE deUint32
deAtomicDecrementUint32
(volatile deUint32* dstAddr)
223
return
deAtomicDecrementUint32
((volatile deUint32*)size);
deThreadTest.c
515
DE_TEST_ASSERT(
deAtomicDecrementUint32
(&a) == 0x7fffffff);
521
DE_TEST_ASSERT(
deAtomicDecrementUint32
(&a) == 0xfffffffe);
Completed in 37 milliseconds