Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/icu/source/common/
Dcmemory.h85 #define U_POINTER_MASK_LSB(ptr, mask) (((ptrdiff_t)(char *)(ptr)) & (mask)) macro
/third_party/skia/third_party/externals/icu/source/common/
Dcmemory.h123 #define U_POINTER_MASK_LSB(ptr, mask) ((uintptr_t)(ptr) & (mask)) macro
/third_party/node/deps/icu-small/source/common/
Dcmemory.h123 #define U_POINTER_MASK_LSB(ptr, mask) ((uintptr_t)(ptr) & (mask)) macro
/third_party/icu/icu4c/source/common/
Dcmemory.h123 #define U_POINTER_MASK_LSB(ptr, mask) ((uintptr_t)(ptr) & (mask)) macro