Searched refs:paddingSize (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/ICU-511.35/icuSources/tools/toolutil/
H A Dpkg_genc.c877 int32_t paddingSize; local
1058 paddingSize=sectionHeaders32[4].sh_offset & 0xf;
1059 if(paddingSize!=0) {
1060 paddingSize=0x10-paddingSize;
1061 sectionHeaders32[4].sh_offset+=paddingSize;
1078 paddingSize=sectionHeaders64[4].sh_offset & 0xf;
1079 if(paddingSize!=0) {
1080 paddingSize=0x10-paddingSize;
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/tools/genrb/
H A Dreslist.c607 uint8_t paddingSize; local
641 paddingSize = calcPadding(*byteOffset);
642 if (paddingSize > 0) {
643 udata_writePadding(mem, paddingSize);
644 *byteOffset += paddingSize;
/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DARMv7Assembler.h1989 const int paddingSize = JUMP_ENUM_SIZE(jumpType); local
1993 const uint16_t* jumpT1Location = reinterpret_cast_ptr<const uint16_t*>(from - (paddingSize - JUMP_ENUM_SIZE(LinkJumpT1)));
1997 const uint16_t* jumpT3Location = reinterpret_cast_ptr<const uint16_t*>(from - (paddingSize - JUMP_ENUM_SIZE(LinkJumpT3)));
2002 reinterpret_cast_ptr<const uint16_t*>(from - (paddingSize - JUMP_ENUM_SIZE(LinkConditionalJumpT4)));
2007 const uint16_t* jumpT2Location = reinterpret_cast_ptr<const uint16_t*>(from - (paddingSize - JUMP_ENUM_SIZE(LinkJumpT2)));
2011 const uint16_t* jumpT4Location = reinterpret_cast_ptr<const uint16_t*>(from - (paddingSize - JUMP_ENUM_SIZE(LinkJumpT4)));

Completed in 134 milliseconds