Searched refs:fromC (Results 1 – 5 of 5) sorted by relevance
63 Bool fromC; // True === contains decompressed data member126 msg, ce->fromC ? "True" : "False", in pp_CEnt()137 if (ce->fromC) { in is_sane_CEnt()494 static UInt alloc_CEnt ( DiImage* img, SizeT szB, Bool fromC ) in alloc_CEnt() argument498 if (fromC) { in alloc_CEnt()509 img->ces[entNo]->fromC = fromC; in alloc_CEnt()644 ce->fromC = False; in set_CEnt()727 img->ces[i]->fromC = False; in get_slowcase()740 img->ces[i]->fromC = True; in get_slowcase()768 if (!img->ces[i]->fromC) in get_slowcase()[all …]
64 static DataType fromC(int c) { in fromC() method in DataType
197 return DataType.fromC(dtype(r.nativeHandle(), unsafeNativeHandle, output)); in dtype()
554 Tensor<?> t = new Tensor(DataType.fromC(dtype(handle))); in fromHandle()
531 function fromC(value, type) { function542 var ret = fromC(func.apply(null, cArgs), returnType);