Home
last modified time | relevance | path

Searched refs:padBytes (Results 1 – 9 of 9) sorted by relevance

/external/dng_sdk/source/
Ddng_xmp_sdk.cpp1317 uint32 padBytes, in Serialize() argument
1374 (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()
Ddng_xmp_sdk.h192 uint32 padBytes,
Ddng_xmp.h64 uint32 padBytes = 4096,
Ddng_xmp.cpp562 uint32 padBytes, in Serialize() argument
570 padBytes, in Serialize()
/external/cldr/tools/java/org/unicode/cldr/icu/
DLDML2ICUBinaryWriter.java743 int padBytes = 0; in writeKeyString() local
771 if ((padBytes = pad32(sizeOfIndexesAndKeys)) != 0) { in writeKeyString()
772 padding = createPadding(padBytes); in writeKeyString()
/external/skia/src/core/
DSkStream.cpp645 int padBytes = -(int)fTail->written() & 0x03; in padToAlign4() local
646 if (padBytes) { in padToAlign4()
648 fTail->append(&zero, padBytes); in padToAlign4()
/external/skqp/src/core/
DSkStream.cpp645 int padBytes = -(int)fTail->written() & 0x03; in padToAlign4() local
646 if (padBytes) { in padToAlign4()
648 fTail->append(&zero, padBytes); in padToAlign4()
/external/curl/tests/python_dependencies/impacket/
Dsmbserver.py940 padBytes = '\xFF' * padLen
941 respData['Pad1'] = padBytes
1077 padBytes = '\xFF' * padLen
1078 respData['Pad1'] = padBytes
1212 padBytes = '\xFF' * padLen
1213 respData['Pad1'] = padBytes
Dsmb.py2897 padBytes = '\xFF' * padLen
2898 transCommand['Data']['Pad1'] = padBytes