HomeSort by relevance Sort by last modified time
    Searched defs:UAlignedMemory (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/common/
cmemory.h 54 } UAlignedMemory;
69 * the previous UAlignedMemory-aligned pointer.
71 #define U_ALIGNMENT_OFFSET(ptr) U_POINTER_MASK_LSB(ptr, sizeof(UAlignedMemory) - 1)
75 * in order to get the next UAlignedMemory-aligned address.
77 #define U_ALIGNMENT_OFFSET_UP(ptr) (sizeof(UAlignedMemory) - U_ALIGNMENT_OFFSET(ptr))
  /external/icu/icu4c/source/common/
cmemory.h 85 } UAlignedMemory;
100 * the previous UAlignedMemory-aligned pointer.
102 #define U_ALIGNMENT_OFFSET(ptr) U_POINTER_MASK_LSB(ptr, sizeof(UAlignedMemory) - 1)
106 * in order to get the next UAlignedMemory-aligned address.
108 #define U_ALIGNMENT_OFFSET_UP(ptr) (sizeof(UAlignedMemory) - U_ALIGNMENT_OFFSET(ptr))

Completed in 275 milliseconds