Home
last modified time | relevance | path

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

/external/webrtc/webrtc/system_wrappers/source/
Datomic32_mac.cc45 bool Atomic32::CompareExchange(int32_t new_value, int32_t compare_value) { in CompareExchange()
Datomic32_win.cc50 bool Atomic32::CompareExchange(int32_t new_value, int32_t compare_value) { in CompareExchange()
Datomic32_posix.cc49 bool Atomic32::CompareExchange(int32_t new_value, int32_t compare_value) { in CompareExchange()
/external/v8/src/
Dsmall-pointer-list.h145 static int compare_value(T* const* a, T* const* b) { in compare_value() function