Home
last modified time | relevance | path

Searched defs:newVal (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/memory_utils/libpurgeablemem/common/src/
Dux_page_table_c.c277 static inline bool UxpteCAS_(uxpte_t *uxpte, uxpte_t old, uxpte_t newVal) in UxpteCAS_()
285 uxpte_t newVal = 0; in UxpteAdd() local
/commonlibrary/ets_utils/js_api_module/buffer/src/
Djs_buffer.ts1123 const newVal = Math.floor(value * Math.pow(twoBytes, -32)); // -32 means offset 32 bits to left constant
1174 const newVal = Math.floor(value * Math.pow(twoBytes, -32)); // -32 means offset 32 bits to left constant
1190 const newVal = value; constant