Searched refs:Set16 (Results 1 – 2 of 2) sorted by relevance
/external/lzma/CPP/Windows/ |
D | FileLink.cpp | 74 #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/ |
D | tensor_shape.cc | 145 static inline bool Set16(bool partial, uint16* dst, int dim, int64 val) { in Set16() function 182 const bool neg = Set16(kIsPartial, dst, 0, size); in InitDims() 190 bool neg = Set16(kIsPartial, dst, 0, size0); in InitDims() 191 neg |= Set16(kIsPartial, dst, 1, size1); in InitDims() 200 bool neg = Set16(kIsPartial, dst, 0, size0); in InitDims() 201 neg |= Set16(kIsPartial, dst, 1, size1); in InitDims() 202 neg |= Set16(kIsPartial, dst, 2, size2); in InitDims() 212 bool neg = Set16(kIsPartial, dst, 0, size0); in InitDims() 213 neg |= Set16(kIsPartial, dst, 1, size1); in InitDims() 214 neg |= Set16(kIsPartial, dst, 2, size2); in InitDims() [all …]
|