Home
last modified time | relevance | path

Searched refs:outBytes (Results 1 – 25 of 44) sorted by relevance

12

/external/icu/icu4c/source/common/
Ducol_swp.cpp94 uint8_t *outBytes; in swapFormatVersion3() local
112 outBytes=(uint8_t *)outData; in swapFormatVersion3()
155 if(inBytes!=outBytes) { in swapFormatVersion3()
156 uprv_memcpy(outBytes, inBytes, header.size); in swapFormatVersion3()
189 outBytes+header.options, pErrorCode); in swapFormatVersion3()
202 outBytes+header.expansion, pErrorCode); in swapFormatVersion3()
209 outBytes+header.contractionIndex, pErrorCode); in swapFormatVersion3()
213 outBytes+header.contractionCEs, pErrorCode); in swapFormatVersion3()
220 outBytes+header.mappingPosition, pErrorCode); in swapFormatVersion3()
226 outBytes+header.endExpansionCE, pErrorCode); in swapFormatVersion3()
[all …]
Drbbidata.cpp381 uint8_t *outBytes = (uint8_t *)outData + headerSize; in ubrk_swap() local
382 RBBIDataHeader *outputDH = (RBBIDataHeader *)outBytes; in ubrk_swap()
392 if (inBytes != outBytes) { in ubrk_swap()
393 uprv_memset(outBytes, 0, breakDataLength); in ubrk_swap()
411 outBytes+tableStartOffset, status); in ubrk_swap()
415 if (outBytes != inBytes) { in ubrk_swap()
416 uprv_memmove(outBytes+tableStartOffset+topSize, in ubrk_swap()
422 outBytes+tableStartOffset+topSize, status); in ubrk_swap()
435 outBytes+tableStartOffset, status); in ubrk_swap()
439 if (outBytes != inBytes) { in ubrk_swap()
[all …]
Ducnv_bld.cpp1333 uint8_t *outBytes; in ucnv_swap() local
1379 outBytes=(uint8_t *)outData+headerSize; in ucnv_swap()
1383 outStaticData=(UConverterStaticData *)outBytes; in ucnv_swap()
1419 outBytes+=staticDataSize; in ucnv_swap()
1428 outMBCSHeader=(_MBCSHeader *)outBytes; in ucnv_swap()
1535 if(inBytes!=outBytes) { in ucnv_swap()
1536 uprv_memcpy(outBytes, inBytes, size); in ucnv_swap()
1552 char *outBaseName=(char *)outBytes+count; in ucnv_swap()
1562 outBytes+offset, pErrorCode); in ucnv_swap()
1568 outBytes+offset, pErrorCode); in ucnv_swap()
[all …]
Ddictionarydata.cpp167 uint8_t *outBytes; in udict_swap() local
187 outBytes = (uint8_t *)outData + headerSize; in udict_swap()
212 if (inBytes != outBytes) { in udict_swap()
213 uprv_memcpy(outBytes, inBytes, size); in udict_swap()
217 ds->swapArray32(ds, inBytes, sizeof(indexes), outBytes, pErrorCode); in udict_swap()
223 … ds->swapArray16(ds, inBytes + offset, nextOffset - offset, outBytes + offset, pErrorCode); in udict_swap()
/external/icu/icu4c/source/tools/toolutil/
Dswapimpl.cpp106 uint8_t *outBytes=static_cast<uint8_t *>(outData)+headerSize; in upname_swap() local
134 ds->swapArray32(ds, inBytes, numBytesIndexesAndValueMaps, outBytes, pErrorCode); in upname_swap()
137 if(inBytes!=outBytes) { in upname_swap()
138 uprv_memcpy(outBytes+numBytesIndexesAndValueMaps, in upname_swap()
317 uint8_t *outBytes; in ucase_swap() local
351 outBytes=(uint8_t *)outData+headerSize; in ucase_swap()
382 if(inBytes!=outBytes) { in ucase_swap()
383 uprv_memcpy(outBytes, inBytes, size); in ucase_swap()
390 ds->swapArray32(ds, inBytes, count, outBytes, pErrorCode); in ucase_swap()
395 utrie_swapAnyVersion(ds, inBytes+offset, count, outBytes+offset, pErrorCode); in ucase_swap()
[all …]
/external/icu/icu4c/source/tools/icuswap/
Dicuswap.cpp344 uint8_t *outBytes; in udata_swapPackage() local
455 outBytes=(uint8_t *)outData+headerSize; in udata_swapPackage()
458 ds->swapArray32(ds, inBytes, 4, outBytes, pErrorCode); in udata_swapPackage()
468 udata_swapInvStringBlock(ds, inBytes+offset, itemLength, outBytes+offset, pErrorCode); in udata_swapPackage()
526 outBytes=(uint8_t *)(table+itemCount); in udata_swapPackage()
529 uprv_memcpy(outBytes, inBytes, 4); in udata_swapPackage()
530 uprv_memcpy(outBytes+offset, inBytes+offset, itemLength); in udata_swapPackage()
543 outEntries=(UDataOffsetTOCEntry *)(outBytes+4); in udata_swapPackage()
584 compareToCEntries, outBytes, FALSE, pErrorCode); in udata_swapPackage()
607 uprv_memcpy(outBytes+table[i].outOffset, inBytes+table[i].inOffset, table[i].length); in udata_swapPackage()
[all …]
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/core/util/
DIoUtil.java40 ByteArrayOutputStream outBytes = new ByteArrayOutputStream(); in readBytes() local
48 outBytes.write(b); in readBytes()
54 return outBytes.toByteArray(); in readBytes()
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/core/util/
DIoUtil.java40 ByteArrayOutputStream outBytes = new ByteArrayOutputStream(); in readBytes() local
48 outBytes.write(b); in readBytes()
54 return outBytes.toByteArray(); in readBytes()
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/core/util/
DIoUtil.java40 ByteArrayOutputStream outBytes = new ByteArrayOutputStream(); in readBytes() local
48 outBytes.write(b); in readBytes()
54 return outBytes.toByteArray(); in readBytes()
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/core/util/
DIoUtil.java40 ByteArrayOutputStream outBytes = new ByteArrayOutputStream(); in readBytes() local
48 outBytes.write(b); in readBytes()
54 return outBytes.toByteArray(); in readBytes()
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/core/util/
DIoUtil.java40 ByteArrayOutputStream outBytes = new ByteArrayOutputStream(); in readBytes() local
48 outBytes.write(b); in readBytes()
54 return outBytes.toByteArray(); in readBytes()
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/core/util/
DIoUtil.java40 ByteArrayOutputStream outBytes = new ByteArrayOutputStream(); in readBytes() local
48 outBytes.write(b); in readBytes()
54 return outBytes.toByteArray(); in readBytes()
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/core/util/
DIoUtil.java40 ByteArrayOutputStream outBytes = new ByteArrayOutputStream(); in readBytes() local
48 outBytes.write(b); in readBytes()
54 return outBytes.toByteArray(); in readBytes()
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/core/util/
DIoUtil.java40 ByteArrayOutputStream outBytes = new ByteArrayOutputStream(); in readBytes() local
48 outBytes.write(b); in readBytes()
54 return outBytes.toByteArray(); in readBytes()
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/core/util/
DIoUtil.java40 ByteArrayOutputStream outBytes = new ByteArrayOutputStream(); in readBytes() local
48 outBytes.write(b); in readBytes()
54 return outBytes.toByteArray(); in readBytes()
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/core/util/
DIoUtil.java40 ByteArrayOutputStream outBytes = new ByteArrayOutputStream(); in readBytes() local
48 outBytes.write(b); in readBytes()
54 return outBytes.toByteArray(); in readBytes()
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/util/
DIoUtil.java40 ByteArrayOutputStream outBytes = new ByteArrayOutputStream(); in readBytes() local
48 outBytes.write(b); in readBytes()
54 return outBytes.toByteArray(); in readBytes()
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/core/util/
DIoUtil.java40 ByteArrayOutputStream outBytes = new ByteArrayOutputStream(); in readBytes() local
48 outBytes.write(b); in readBytes()
54 return outBytes.toByteArray(); in readBytes()
/external/boringssl/src/util/fipstools/acvp/acvptool/subprocess/
Dhmac.go68 outBytes := outBits / 8
73 if l := len(result[0]); l < outBytes {
74 panic(fmt.Sprintf("HMAC result too short: %d bytes but wanted %d", l, outBytes))
76 return result[0][:outBytes]
/external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
DVersionStorage.java115 public short backup(byte[] outBytes, short outBytesOffset) { in backup() argument
119 outBytes[(short)(outBytesOffset + 1)] = EXPORT_VERSION; in backup()
120 Util.arrayCopy(storage, (short) 0, outBytes, (short)(outBytesOffset + 1), in backup()
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/core/util/
DIoUtil.groovy38 ByteArrayOutputStream outBytes = new ByteArrayOutputStream()
46 outBytes.write(b)
52 return outBytes.toByteArray()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
DPKCS5S2ParametersGenerator.java85 byte[] outBytes = new byte[l * hLen]; in generateDerivedKey()
101 F(salt, iterationCount, iBuf, outBytes, outPos); in generateDerivedKey()
105 return outBytes; in generateDerivedKey()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/generators/
DPKCS5S2ParametersGenerator.java87 byte[] outBytes = new byte[l * hLen]; in generateDerivedKey()
103 F(salt, iterationCount, iBuf, outBytes, outPos); in generateDerivedKey()
107 return outBytes; in generateDerivedKey()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/generators/
DPKCS5S2ParametersGenerator.java87 byte[] outBytes = new byte[l * hLen]; in generateDerivedKey()
103 F(salt, iterationCount, iBuf, outBytes, outPos); in generateDerivedKey()
107 return outBytes; in generateDerivedKey()
/external/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/
DAtomicFUTransformerBase.kt24 protected fun File.mkdirsAndWrite(outBytes: ByteArray) { in div()
26 writeBytes(outBytes) // write resulting bytes in div()

12