Home
last modified time | relevance | path

Searched refs:NewData (Results 1 - 14 of 14) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Common/
H A DUpdateProduce.h10 bool NewData; member
24 NewData = NewProps = false; in SetAs_NoChangeArcItem()
34 NewData(false), in CUpdatePair2()
H A DUpdateProduce.cpp24 up2.NewData = up2.NewProps = true; in UpdateProduce()
50 up2.NewData = up2.NewProps = false; in UpdateProduce()
H A DUpdateCallback.h20 CDirItemsStat2 NewData; member
26 return NewData.Get_NumDataItems2() + OldData.Get_NumDataItems2(); in Get_NumDataItems_Total()
H A DUpdate.cpp545 // 17.01: anti-item is (up.NewData && (p.UseArcProps in most cases)) in Compress()
547 if (up.NewData && !up.UseArcProps) in Compress()
551 CDirItemsStat2 &stat = stat2.NewData; in Compress()
586 CDirItemsStat2 &stat = *(up.NewData ? &stat2.NewData : &stat2.OldData); in Compress()
934 if (up.NewData && up.DirIndex >= 0) in Compress()
H A DUpdateCallback.cpp155 if (newData) *newData = BoolToInt(up.NewData); in GetUpdateItemInfo()
263 if (!up.NewData) in GetRawProp()
363 if (up.NewData) in GetProperty()
556 if (!up.NewData) in GetStream2()
H A DHashCalc.cpp1659 bool NewData; member
1724 ui.NewData = IntToBool(newData); in UpdateItems()
1849 if (ui.NewData) in UpdateItems()
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zUpdate.h53 bool NewData; member
H A D7zUpdate.cpp1924 if (updateIndex >= 0 && !updateItems[(unsigned)updateIndex].NewData) in Update()
1978 if (ui.NewData) in Update()
2056 if (!ui.NewData || !ui.HasStream()) in Update()
2174 if (ui.NewData) in Update()
2362 if (updateIndex >= 0 && !updateItems[(unsigned)updateIndex].NewData) in Update()
2571 if (ui.NewData) in Update()
H A D7zHandlerOut.cpp454 ui.NewData = IntToBool(newData); in UpdateItems()
662 if (ui.NewData) in UpdateItems()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp529 LLVM_DEBUG(uint32_t NewData = 0;
530 for (unsigned i = 0; i < NumBytes; i++) NewData |=
532 dbgs() << ": NInst=0x"; dbgs().write_hex(NewData) << "\n";);
/third_party/node/deps/v8/src/diagnostics/
H A Dbasic-block-profiler.h82 BasicBlockProfilerData* NewData(size_t n_blocks);
H A Dbasic-block-profiler.cc48 BasicBlockProfilerData* BasicBlockProfiler::NewData(size_t n_blocks) {
/third_party/node/deps/v8/src/compiler/
H A Dbasic-block-instrumentor.cc63 BasicBlockProfilerData* data = BasicBlockProfiler::Get()->NewData(n_blocks); in Instrument()
/third_party/lzma/CPP/7zip/UI/Console/
H A DUpdateCallbackConsole.cpp459 // if (!stat.NewData.IsEmpty()) in SetNumItems()
461 PrintToDoStat(_so, stat.NewData, "Add new data to archive"); in SetNumItems()

Completed in 16 milliseconds