Home
last modified time | relevance | path

Searched refs:tSize (Results 1 – 7 of 7) sorted by relevance

/external/lzma/CPP/Common/
DCrcReg.cpp33 bool SetFunctions(UInt32 tSize);
42 bool CCrcHasher::SetFunctions(UInt32 tSize) in SetFunctions() argument
46 if (tSize == 1) in SetFunctions()
48 else if (tSize == 4) in SetFunctions()
55 else if (tSize == 8) in SetFunctions()
/external/tensorflow/tensorflow/core/platform/hadoop/
Dhadoop_file_system.cc63 std::function<tSize(hdfsFS, hdfsFile, tOffset, void*, tSize)> hdfsPread;
64 std::function<tSize(hdfsFS, hdfsFile, const void*, tSize)> hdfsWrite;
68 std::function<hdfsFile(hdfsFS, const char*, int, int, short, tSize)>
217 tSize r = hdfs_->hdfsPread(fs_, file_, static_cast<tOffset>(offset), dst, in Read()
218 static_cast<tSize>(read_n)); in Read()
289 static_cast<tSize>(data.size())) == -1) { in Append()
/external/icu/icu4c/source/io/
Dufmt_cmn.cpp228 UChar *target, int32_t tSize) in ufmt_defaultCPToUnicode() argument
245 ucnv_toUnicode(defConverter, &alias, alias + tSize, &s, s + sSize - 1, in ufmt_defaultCPToUnicode()
Dufmt_cmn.h157 UChar *target, int32_t tSize);
/external/icu/icu4c/source/test/intltest/
Dtscoll.cpp99 int32_t sSize = pieceSize, tSize = pieceSize; in compareUsingPartials() local
104 while(sSize == pieceSize && tSize == pieceSize && partialSKResult == 0) { in compareUsingPartials()
108 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, &status); in compareUsingPartials()
/external/icu/icu4c/source/test/cintltst/
Dcallcoll.c239 int32_t sSize = pieceSize, tSize = pieceSize; in compareUsingPartials() local
250 while(sSize == pieceSize && tSize == pieceSize && partialSKResult == 0) { in compareUsingPartials()
254 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, status); in compareUsingPartials()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp4299 const unsigned tSize = code->fileSize(TGSI_FILE_TEMPORARY); in Converter() local
4303 tData.setup(TGSI_FILE_TEMPORARY, 0, 0, tSize, 4, 4, FILE_GPR, 0); in Converter()
4304 lData.setup(TGSI_FILE_TEMPORARY, 1, 0, tSize, 4, 4, FILE_MEMORY_LOCAL, 0); in Converter()