Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_api_module/buffer/src/
Djs_buffer.ts1016 const newVal = Math.floor(value * Math.pow(2, -32)); // -32 means offset 32 bits to left constant
1069 const newVal = Math.floor(value * Math.pow(2, -32)); // -32 means offset 32 bits to left constant
1085 const newVal = value; constant
/commonlibrary/memory_utils/libpurgeablemem/common/src/
Dux_page_table_c.c250 static inline bool UxpteCAS_(uxpte_t *uxpte, uxpte_t old, uxpte_t newVal) in UxpteCAS_()