Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcharconv.cc387 const uint128 shift_mask = (uint128(1) << shift) - 1; in ShiftRightAndRound() local
/third_party/glfw/src/
Dwl_platform.h140 xkb_mod_mask_t shift_mask; member