Searched refs:UAlignedMemory (Results 1 – 10 of 10) sorted by relevance
84 UAlignedMemory v[STACK_ITEM_SIZE/sizeof(UAlignedMemory)+1]; in insertionSort()188 UAlignedMemory xw[(2*STACK_ITEM_SIZE)/sizeof(UAlignedMemory)+1]; in quickSort()
85 } UAlignedMemory; typedef102 #define U_ALIGNMENT_OFFSET(ptr) U_POINTER_MASK_LSB(ptr, sizeof(UAlignedMemory) - 1)108 #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()
559 UAlignedMemory extension;574 spaceRequired = sizeof(ExtendedUText) + extraSpace - sizeof(UAlignedMemory); in utext_setup()
3559 UAlignedMemory deadSpace;3592 size = (int32_t)(sizeof(UConverter) + sizeof(UAlignedMemory)); /* include size of padding */ in _ISO_2022_SafeClone()
218 UAlignedMemory staticArray[1];
5498 UAlignedMemory stackNormIter[UNORM_ITER_SIZE/sizeof(UAlignedMemory)]; in ucol_nextSortKeyPart()7023 UAlignedMemory stackNormIter1[UNORM_ITER_SIZE/sizeof(UAlignedMemory)]; in ucol_checkIdent()7024 UAlignedMemory stackNormIter2[UNORM_ITER_SIZE/sizeof(UAlignedMemory)]; in ucol_checkIdent()8250 UAlignedMemory stackNormIter1[UNORM_ITER_SIZE/sizeof(UAlignedMemory)]; in ucol_strcollRegularUTF8()8251 UAlignedMemory stackNormIter2[UNORM_ITER_SIZE/sizeof(UAlignedMemory)]; in ucol_strcollRegularUTF8()8670 UAlignedMemory stackNormIter1[UNORM_ITER_SIZE/sizeof(UAlignedMemory)]; in ucol_strcollIter()8671 UAlignedMemory stackNormIter2[UNORM_ITER_SIZE/sizeof(UAlignedMemory)]; in ucol_strcollIter()
505 UAlignedMemory align_; in testUMemory()
1821 if( actualSizes[idx] <= (bufferSizes[j] - (int32_t)sizeof(UAlignedMemory)) && in TestConvertSafeClone()