Searched refs:padBytes (Results 1 – 8 of 8) sorted by relevance
1317 uint32 padBytes, in Serialize() argument1374 (asPacket ? padBytes in Serialize()1387 if (forJPEG && asPacket && padBytes > 0 && targetBytes <= kJPEG_XMP_Limit && in Serialize()1393 if (overLimitCount > padBytes) in Serialize()1395 padBytes = 0; in Serialize()1399 padBytes -= overLimitCount; in Serialize()1407 padBytes, in Serialize()
192 uint32 padBytes,
64 uint32 padBytes = 4096,
562 uint32 padBytes, in Serialize() argument570 padBytes, in Serialize()
743 int padBytes = 0; in writeKeyString() local771 if ((padBytes = pad32(sizeOfIndexesAndKeys)) != 0) { in writeKeyString()772 padding = createPadding(padBytes); in writeKeyString()
645 int padBytes = -(int)fTail->written() & 0x03; in padToAlign4() local646 if (padBytes) { in padToAlign4()648 fTail->append(&zero, padBytes); in padToAlign4()
656 int padBytes = -(int)fTail->written() & 0x03; in padToAlign4() local657 if (padBytes) { in padToAlign4()659 fTail->append(&zero, padBytes); in padToAlign4()
393 int padBytes = Value.paddingBytes(bb.writePosition(), byteWidth); in align() local394 while (padBytes-- != 0) { in align()