OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UAlignedMemory
(Results
1 - 9
of
9
) sorted by null
/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
93
}
UAlignedMemory
;
108
* the previous
UAlignedMemory
-aligned pointer.
110
#define U_ALIGNMENT_OFFSET(ptr) U_POINTER_MASK_LSB(ptr, sizeof(
UAlignedMemory
) - 1)
114
* in order to get the next
UAlignedMemory
-aligned address.
116
#define U_ALIGNMENT_OFFSET_UP(ptr) (sizeof(
UAlignedMemory
) - U_ALIGNMENT_OFFSET(ptr))
ucnvhz.c
522
* subCnv. This is because
UAlignedMemory
may be larger than the actually
531
UAlignedMemory
deadSpace;
562
size = (int32_t)(sizeof(UConverter) + sizeof(
UAlignedMemory
)); /* include size of padding */
ucnv.c
476
UAlignedMemory
cloneBuffer[U_CNV_SAFECLONE_BUFFERSIZE / sizeof(
UAlignedMemory
) + 1];
[
all
...]
ucnv2022.cpp
[
all
...]
utext.cpp
568
UAlignedMemory
extension;
583
spaceRequired = sizeof(ExtendedUText) + extraSpace - sizeof(
UAlignedMemory
);
[
all
...]
/external/icu/icu4c/source/tools/toolutil/
toolutil.cpp
244
UAlignedMemory
staticArray[1];
/external/icu/icu4c/source/test/intltest/
uobjtest.cpp
13
#include "cmemory.h" //
UAlignedMemory
507
UAlignedMemory
align_;
/external/icu/icu4c/source/test/cintltst/
ccapitst.c
26
#include "cmemory.h" /* for
UAlignedMemory
*/
[
all
...]
Completed in 404 milliseconds