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

  /external/chromium_org/third_party/icu/source/common/
uarrsort.c 132 UAlignedMemory v[STACK_ITEM_SIZE/sizeof(UAlignedMemory)+1];
236 UAlignedMemory xw[(2*STACK_ITEM_SIZE)/sizeof(UAlignedMemory)+1];
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))
ucnvhz.c 524 * subCnv. This is because UAlignedMemory may be larger than the actually
533 UAlignedMemory deadSpace;
564 size = (int32_t)(sizeof(UConverter) + sizeof(UAlignedMemory)); /* include size of padding */
ucnv.c 486 UAlignedMemory cloneBuffer[U_CNV_SAFECLONE_BUFFERSIZE / sizeof(UAlignedMemory) + 1];
    [all...]
ucnv2022.cpp     [all...]
utext.cpp 559 UAlignedMemory extension;
574 spaceRequired = sizeof(ExtendedUText) + extraSpace - sizeof(UAlignedMemory);
    [all...]
  /external/icu/icu4c/source/common/
uarrsort.c 132 UAlignedMemory v[STACK_ITEM_SIZE/sizeof(UAlignedMemory)+1];
236 UAlignedMemory xw[(2*STACK_ITEM_SIZE)/sizeof(UAlignedMemory)+1];
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))
ucnvhz.c 524 * subCnv. This is because UAlignedMemory may be larger than the actually
533 UAlignedMemory deadSpace;
564 size = (int32_t)(sizeof(UConverter) + sizeof(UAlignedMemory)); /* include size of padding */
ucnv.c 486 UAlignedMemory cloneBuffer[U_CNV_SAFECLONE_BUFFERSIZE / sizeof(UAlignedMemory) + 1];
    [all...]
ucnv2022.cpp     [all...]
utext.cpp 559 UAlignedMemory extension;
574 spaceRequired = sizeof(ExtendedUText) + extraSpace - sizeof(UAlignedMemory);
    [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
toolutil.cpp 240 UAlignedMemory staticArray[1];
  /external/icu/icu4c/source/tools/toolutil/
toolutil.cpp 241 UAlignedMemory staticArray[1];
  /external/chromium_org/third_party/icu/source/test/intltest/
uobjtest.cpp 13 #include "cmemory.h" // UAlignedMemory
507 UAlignedMemory align_;
  /external/icu/icu4c/source/test/intltest/
uobjtest.cpp 13 #include "cmemory.h" // UAlignedMemory
507 UAlignedMemory align_;
  /external/chromium_org/third_party/icu/source/i18n/
ucol.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccapitst.c 26 #include "cmemory.h" /* for UAlignedMemory */
    [all...]
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c 26 #include "cmemory.h" /* for UAlignedMemory */
    [all...]

Completed in 517 milliseconds