Home
last modified time | relevance | path

Searched refs:Set16 (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/Windows/
DFileLink.cpp74 #define Set16(p, v) SetUi16(p, v) macro
100 Set16(dest, (UInt16)c); in WriteString()
148 Set16(p + 4, (UInt16)(size - 8)); in FillLinkData()
149 Set16(p + 6, 0); in FillLinkData()
159 Set16(p + 0, (UInt16)subOffs); in FillLinkData()
160 Set16(p + 2, (UInt16)len1); in FillLinkData()
161 Set16(p + 4, (UInt16)printOffs); in FillLinkData()
162 Set16(p + 6, (UInt16)len2); in FillLinkData()
/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.cc201 static inline bool Set16(bool partial, uint16* dst, int dim, int64 val) { in Set16() function
245 const bool neg = Set16(kIsPartial, dst, 0, size); in InitDims()
253 bool neg = Set16(kIsPartial, dst, 0, size0); in InitDims()
254 neg |= Set16(kIsPartial, dst, 1, size1); in InitDims()
263 bool neg = Set16(kIsPartial, dst, 0, size0); in InitDims()
264 neg |= Set16(kIsPartial, dst, 1, size1); in InitDims()
265 neg |= Set16(kIsPartial, dst, 2, size2); in InitDims()
275 bool neg = Set16(kIsPartial, dst, 0, size0); in InitDims()
276 neg |= Set16(kIsPartial, dst, 1, size1); in InitDims()
277 neg |= Set16(kIsPartial, dst, 2, size2); in InitDims()
[all …]