Searched refs:UAlignedMemory (Results 1 – 9 of 9) sorted by relevance
134 UAlignedMemory v[STACK_ITEM_SIZE/sizeof(UAlignedMemory)+1]; in insertionSort()238 UAlignedMemory xw[(2*STACK_ITEM_SIZE)/sizeof(UAlignedMemory)+1]; in quickSort()
95 } UAlignedMemory; typedef112 #define U_ALIGNMENT_OFFSET(ptr) U_POINTER_MASK_LSB(ptr, sizeof(UAlignedMemory) - 1)118 #define U_ALIGNMENT_OFFSET_UP(ptr) (sizeof(UAlignedMemory) - U_ALIGNMENT_OFFSET(ptr))
533 UAlignedMemory deadSpace;564 size = (int32_t)(sizeof(UConverter) + sizeof(UAlignedMemory)); /* include size of padding */ in _HZ_SafeClone()
478 UAlignedMemory cloneBuffer[U_CNV_SAFECLONE_BUFFERSIZE / sizeof(UAlignedMemory) + 1]; in ucnv_setSubstString()
570 UAlignedMemory extension;585 spaceRequired = sizeof(ExtendedUText) + extraSpace - sizeof(UAlignedMemory); in utext_setup()
3593 UAlignedMemory deadSpace;3628 size = (int32_t)(sizeof(UConverter) + sizeof(UAlignedMemory)); /* include size of padding */ in _ISO_2022_SafeClone()
246 UAlignedMemory staticArray[1];
509 UAlignedMemory align_; in testUMemory()
1823 if( actualSizes[idx] <= (bufferSizes[j] - (int32_t)sizeof(UAlignedMemory)) && in TestConvertSafeClone()