Searched refs:UAlignedMemory (Results 1 – 9 of 9) sorted by relevance
132 UAlignedMemory v[STACK_ITEM_SIZE/sizeof(UAlignedMemory)+1]; in insertionSort()236 UAlignedMemory xw[(2*STACK_ITEM_SIZE)/sizeof(UAlignedMemory)+1]; in quickSort()
93 } UAlignedMemory; typedef110 #define U_ALIGNMENT_OFFSET(ptr) U_POINTER_MASK_LSB(ptr, sizeof(UAlignedMemory) - 1)116 #define U_ALIGNMENT_OFFSET_UP(ptr) (sizeof(UAlignedMemory) - U_ALIGNMENT_OFFSET(ptr))
531 UAlignedMemory deadSpace;562 size = (int32_t)(sizeof(UConverter) + sizeof(UAlignedMemory)); /* include size of padding */ in _HZ_SafeClone()
476 UAlignedMemory cloneBuffer[U_CNV_SAFECLONE_BUFFERSIZE / sizeof(UAlignedMemory) + 1]; in ucnv_setSubstString()
568 UAlignedMemory extension;583 spaceRequired = sizeof(ExtendedUText) + extraSpace - sizeof(UAlignedMemory); in utext_setup()
3606 UAlignedMemory deadSpace;3639 size = (int32_t)(sizeof(UConverter) + sizeof(UAlignedMemory)); /* include size of padding */ in _ISO_2022_SafeClone()
244 UAlignedMemory staticArray[1];
507 UAlignedMemory align_; in testUMemory()
1821 if( actualSizes[idx] <= (bufferSizes[j] - (int32_t)sizeof(UAlignedMemory)) && in TestConvertSafeClone()