Home
last modified time | relevance | path

Searched defs:tempBuf (Results 1 – 25 of 26) sorted by relevance

12

/external/xz-java/src/org/tukaani/xz/
DDeltaInputStream.java39 private final byte[] tempBuf = new byte[1]; field in DeltaInputStream
DDeltaOutputStream.java25 private final byte[] tempBuf = new byte[1]; field in DeltaOutputStream
DUncompressedLZMA2OutputStream.java28 private final byte[] tempBuf = new byte[1]; field in UncompressedLZMA2OutputStream
DBlockOutputStream.java28 private final byte[] tempBuf = new byte[1]; field in BlockOutputStream
DSimpleInputStream.java30 private final byte[] tempBuf = new byte[1]; field in SimpleInputStream
DSimpleOutputStream.java28 private final byte[] tempBuf = new byte[1]; field in SimpleOutputStream
DBlockInputStream.java34 private final byte[] tempBuf = new byte[1]; field in BlockInputStream
DXZInputStream.java73 private final byte[] tempBuf = new byte[1]; field in XZInputStream
DLZMA2OutputStream.java40 private final byte[] tempBuf = new byte[1]; field in LZMA2OutputStream
DLZMAOutputStream.java41 private final byte[] tempBuf = new byte[1]; field in LZMAOutputStream
DLZMA2InputStream.java62 private final byte[] tempBuf = new byte[1]; field in LZMA2InputStream
DSingleXZInputStream.java54 private final byte[] tempBuf = new byte[1]; field in SingleXZInputStream
DXZOutputStream.java75 private final byte[] tempBuf = new byte[1]; field in XZOutputStream
DSeekableXZInputStream.java187 private final byte[] tempBuf = new byte[1]; field in SeekableXZInputStream
DLZMAInputStream.java57 private final byte[] tempBuf = new byte[1]; field in LZMAInputStream
/external/icu/icu4c/source/common/
Ducnv_u8.cpp310 uint8_t tempBuf[4]; in ucnv_fromUnicode_UTF8() local
427 uint8_t tempBuf[4]; in ucnv_fromUnicode_UTF8_OFFSETS_LOGIC() local
Dustr_wcs.cpp73 char* tempBuf = stackBuffer; in _strToWCS() local
Ducnvhz.cpp158 char tempBuf[2]; in UConverter_toUnicode_HZ_OFFSETS_LOGIC() local
Ducnv2022.cpp2089 char tempBuf[2]; in UConverter_toUnicode_ISO_2022_JP_OFFSETS_LOGIC() local
2682 char tempBuf[2]; in UConverter_toUnicode_ISO_2022_KR_OFFSETS_LOGIC() local
3275 char tempBuf[3]; in UConverter_toUnicode_ISO_2022_CN_OFFSETS_LOGIC() local
/external/lzma/C/
D7zDec.c376 Byte *tempBuf[]) in SzFolder_Decode2()
573 Byte *tempBuf[3] = { 0, 0, 0}; in SzAr_DecodeFolder() local
DLzmaDec.h73 Byte tempBuf[LZMA_REQUIRED_INPUT_MAX]; member
D7zArcIn.c996 CBuf *tempBuf = tempBufs + fo; in SzReadAndDecodePackedStreams() local
1006 const CBuf *tempBuf = tempBufs + fo; in SzReadAndDecodePackedStreams() local
1574 CBuf tempBuf; in SzArEx_Open2() local
1640 Byte **tempBuf, in SzArEx_Extract()
/external/u-boot/lib/lzma/
DLzmaDec.h64 Byte tempBuf[LZMA_REQUIRED_INPUT_MAX]; member
/external/icu/icu4c/source/test/cintltst/
Dcnmdptst.c131 char tempBuf[256]; in TestQuotes() local
349 char tempBuf[256]; in TestCurrencySign() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DDexDataWriter.java52 private byte[] tempBuf = new byte[8]; field in DexDataWriter

12