Searched refs:tSize (Results 1 – 7 of 7) sorted by relevance
/external/lzma/CPP/Common/ |
D | CrcReg.cpp | 33 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/ |
D | hadoop_file_system.cc | 63 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/ |
D | ufmt_cmn.cpp | 228 UChar *target, int32_t tSize) in ufmt_defaultCPToUnicode() argument 245 ucnv_toUnicode(defConverter, &alias, alias + tSize, &s, s + sSize - 1, in ufmt_defaultCPToUnicode()
|
D | ufmt_cmn.h | 157 UChar *target, int32_t tSize);
|
/external/icu/icu4c/source/test/intltest/ |
D | tscoll.cpp | 99 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/ |
D | callcoll.c | 239 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/ |
D | nv50_ir_from_tgsi.cpp | 4299 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()
|