Searched defs:newVal (Results 1 – 2 of 2) sorted by relevance
1016 const newVal = Math.floor(value * Math.pow(2, -32)); // -32 means offset 32 bits to left constant1069 const newVal = Math.floor(value * Math.pow(2, -32)); // -32 means offset 32 bits to left constant1085 const newVal = value; constant
250 static inline bool UxpteCAS_(uxpte_t *uxpte, uxpte_t old, uxpte_t newVal) in UxpteCAS_()