Home
last modified time | relevance | path

Searched defs:oval (Results 1 – 4 of 4) sorted by relevance

/optee_os-3.20.0/core/kernel/
A Drefcount.c13 unsigned int oval = atomic_load_uint(&r->val); in refcount_inc() local
34 unsigned int oval = atomic_load_uint(&r->val); in refcount_dec() local
/optee_os-3.20.0/lib/libutils/ext/include/
A Datomic.h15 static inline bool atomic_cas_uint(unsigned int *p, unsigned int *oval, in atomic_cas_uint()
21 static inline bool atomic_cas_u32(uint32_t *p, uint32_t *oval, uint32_t nval) in atomic_cas_u32()
A Dcompiler.h259 #define __compiler_compare_and_swap(p, oval, nval) \ argument
/optee_os-3.20.0/core/crypto/
A Drng_fortuna.c270 unsigned int oval = atomic_load_uint(pnum); in get_next_pnum() local

Completed in 5 milliseconds