Searched refs:UAlignedMemory (Results 1 - 20 of 20) sorted by relevance

/external/chromium/third_party/icu/source/common/
H A Dcmemory.h54 } UAlignedMemory; typedef in typeref:union:__anon1301
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))
H A Duarrsort.c84 UAlignedMemory v[STACK_ITEM_SIZE/sizeof(UAlignedMemory)+1];
188 UAlignedMemory xw[(2*STACK_ITEM_SIZE)/sizeof(UAlignedMemory)+1];
H A Ducnvhz.c524 * 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 */
H A Ducnv.c474 UAlignedMemory cloneBuffer[U_CNV_SAFECLONE_BUFFERSIZE / sizeof(UAlignedMemory) + 1];
H A Ducnv2022.c3512 * This is because UAlignedMemory may be larger than the actually
3521 UAlignedMemory deadSpace;
3554 size = (int32_t)(sizeof(UConverter) + sizeof(UAlignedMemory)); /* include size of padding */
H A Dutext.cpp555 UAlignedMemory extension;
570 spaceRequired = sizeof(ExtendedUText) + extraSpace - sizeof(UAlignedMemory);
/external/icu4c/common/
H A Duarrsort.c84 UAlignedMemory v[STACK_ITEM_SIZE/sizeof(UAlignedMemory)+1];
188 UAlignedMemory xw[(2*STACK_ITEM_SIZE)/sizeof(UAlignedMemory)+1];
H A Dcmemory.h55 } UAlignedMemory; typedef in typeref:union:__anon2284
70 * the previous UAlignedMemory-aligned pointer.
72 #define U_ALIGNMENT_OFFSET(ptr) U_POINTER_MASK_LSB(ptr, sizeof(UAlignedMemory) - 1)
76 * in order to get the next UAlignedMemory-aligned address.
78 #define U_ALIGNMENT_OFFSET_UP(ptr) (sizeof(UAlignedMemory) - U_ALIGNMENT_OFFSET(ptr))
H A Ducnvhz.c524 * 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 */
H A Ducnv.c474 UAlignedMemory cloneBuffer[U_CNV_SAFECLONE_BUFFERSIZE / sizeof(UAlignedMemory) + 1];
H A Ducnv2022.c3534 * This is because UAlignedMemory may be larger than the actually
3543 UAlignedMemory deadSpace;
3576 size = (int32_t)(sizeof(UConverter) + sizeof(UAlignedMemory)); /* include size of padding */
H A Dutext.cpp911 UAlignedMemory extension;
926 spaceRequired = sizeof(ExtendedUText) + extraSpace - sizeof(UAlignedMemory);
/external/chromium/third_party/icu/source/test/intltest/
H A Duobjtest.cpp8 #include "cmemory.h" // UAlignedMemory
394 UAlignedMemory stackMemory[sizeof(UnicodeString)/sizeof(UAlignedMemory)+1];
/external/icu4c/test/intltest/
H A Duobjtest.cpp9 #include "cmemory.h" // UAlignedMemory
397 UAlignedMemory stackMemory[sizeof(UnicodeString)/sizeof(UAlignedMemory)+1];
/external/chromium/third_party/icu/source/tools/toolutil/
H A Dtoolutil.c157 UAlignedMemory staticArray[1];
/external/icu4c/tools/toolutil/
H A Dtoolutil.cpp208 UAlignedMemory staticArray[1];
/external/chromium/third_party/icu/source/i18n/
H A Ducol.cpp6010 UAlignedMemory stackNormIter[UNORM_ITER_SIZE/sizeof(UAlignedMemory)];
7360 UAlignedMemory stackNormIter1[UNORM_ITER_SIZE/sizeof(UAlignedMemory)];
7361 UAlignedMemory stackNormIter2[UNORM_ITER_SIZE/sizeof(UAlignedMemory)];
8500 UAlignedMemory stackNormIter1[UNORM_ITER_SIZE/sizeof(UAlignedMemory)];
8501 UAlignedMemory stackNormIter2[UNORM_ITER_SIZE/sizeof(UAlignedMemory)];
[all...]
/external/icu4c/i18n/
H A Ducol.cpp5818 UAlignedMemory stackNormIter[UNORM_ITER_SIZE/sizeof(UAlignedMemory)];
7169 UAlignedMemory stackNormIter1[UNORM_ITER_SIZE/sizeof(UAlignedMemory)];
7170 UAlignedMemory stackNormIter2[UNORM_ITER_SIZE/sizeof(UAlignedMemory)];
8235 UAlignedMemory stackNormIter1[UNORM_ITER_SIZE/sizeof(UAlignedMemory)];
8236 UAlignedMemory stackNormIter2[UNORM_ITER_SIZE/sizeof(UAlignedMemory)];
[all...]
/external/chromium/third_party/icu/source/test/cintltst/
H A Dccapitst.c26 #include "cmemory.h" /* for UAlignedMemory */
1855 if( actualSizes[index] <= (bufferSizes[j] - (int32_t)sizeof(UAlignedMemory)) &&
/external/icu4c/test/cintltst/
H A Dccapitst.c26 #include "cmemory.h" /* for UAlignedMemory */
1861 if( actualSizes[index] <= (bufferSizes[j] - (int32_t)sizeof(UAlignedMemory)) &&

Completed in 902 milliseconds