Searched refs:tSize (Results 1 – 8 of 8) 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/skia/src/core/ |
D | SkVertices.cpp | 26 int64_t tSize = hasTexs ? (int64_t)vertexCount * sizeof(SkPoint) : 0; in Sizes() local 30 int64_t total = sizeof(SkVertices) + vSize + tSize + cSize + iSize; in Sizes() 36 fTSize = SkToSizeT(tSize); in Sizes()
|
/external/icu/icu4c/source/io/ |
D | ufmt_cmn.c | 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 | 236 int32_t sSize = pieceSize, tSize = pieceSize; in compareUsingPartials() local 247 while(sSize == pieceSize && tSize == pieceSize && partialSKResult == 0) { in compareUsingPartials() 251 tSize = ucol_nextSortKeyPart(coll, &tIter, tState, tBuf, pieceSize, status); in compareUsingPartials()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 3963 const unsigned tSize = code->fileSize(TGSI_FILE_TEMPORARY); in Converter() local 3968 tData.setup(TGSI_FILE_TEMPORARY, 0, 0, tSize, 4, 4, FILE_GPR, 0); in Converter() 3969 lData.setup(TGSI_FILE_TEMPORARY, 1, 0, tSize, 4, 4, FILE_MEMORY_LOCAL, 0); in Converter()
|
/external/libvncserver/webclients/java-applet/ssl/ |
D | ultravnc-102-JavaViewer-ssl-etc.patch | 1474 + String s = f2 + " \tLastmod: " + timeStr(allFiles[i].lastModified()) + " \t\tSize: " + s… 2500 + String s = f2 + " \tLastmod: " + timeStr(ftLastWriteTimeL, ftLastWriteTimeH) + " \t\tSize… 2539 + String s = f2 + " \tLastmod: " + timeStr(ftLastWriteTimeL, ftLastWriteTimeH) + " \t\tSize…
|