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/OpenCL-CTS/test_conformance/integer_ops/ |
D | test_upsample.cpp | 164 size_t i, tSize; in create_upsample_data() local 166 tSize = get_explicit_type_size( type ); in create_upsample_data() 167 outData = malloc( tSize * count * 2 ); in create_upsample_data() 169 switch( tSize ) in create_upsample_data() 211 log_error( "ERROR: unknown type size: %ld\n", tSize ); in create_upsample_data()
|
/external/tensorflow/tensorflow/core/platform/hadoop/ |
D | hadoop_file_system.cc | 55 std::function<tSize(hdfsFS, hdfsFile, tOffset, void*, tSize)> hdfsPread; 56 std::function<tSize(hdfsFS, hdfsFile, const void*, tSize)> hdfsWrite; 60 std::function<hdfsFile(hdfsFS, const char*, int, int, short, tSize)> 239 tSize r = libhdfs()->hdfsPread(fs_, file_, static_cast<tOffset>(offset), in Read() 240 dst, static_cast<tSize>(read_n)); in Read() 310 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 | 4199 const unsigned tSize = code->fileSize(TGSI_FILE_TEMPORARY); in Converter() local 4203 tData.setup(TGSI_FILE_TEMPORARY, 0, 0, tSize, 4, 4, FILE_GPR, 0); in Converter() 4204 lData.setup(TGSI_FILE_TEMPORARY, 1, 0, tSize, 4, 4, FILE_MEMORY_LOCAL, 0); in Converter()
|