HomeSort by relevance Sort by last modified time
    Searched refs:Set16 (Results 1 - 8 of 8) sorted by null

  /external/lzma/CPP/Windows/
FileLink.cpp 74 #define Set16(p, v) SetUi16(p, v)
100 Set16(dest, (UInt16)c);
148 Set16(p + 4, (UInt16)(size - 8));
149 Set16(p + 6, 0);
159 Set16(p + 0, (UInt16)subOffs);
160 Set16(p + 2, (UInt16)len1);
161 Set16(p + 4, (UInt16)printOffs);
162 Set16(p + 6, (UInt16)len2);
  /external/tensorflow/tensorflow/core/framework/
tensor_shape.cc 145 static inline bool Set16(bool partial, uint16* dst, int dim, int64 val) {
182 const bool neg = Set16(kIsPartial, dst, 0, size);
190 bool neg = Set16(kIsPartial, dst, 0, size0);
191 neg |= Set16(kIsPartial, dst, 1, size1);
200 bool neg = Set16(kIsPartial, dst, 0, size0);
201 neg |= Set16(kIsPartial, dst, 1, size1);
202 neg |= Set16(kIsPartial, dst, 2, size2);
212 bool neg = Set16(kIsPartial, dst, 0, size0);
213 neg |= Set16(kIsPartial, dst, 1, size1);
214 neg |= Set16(kIsPartial, dst, 2, size2)
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
PiPcd.h 421 EFI_PEI_PCD_PPI_SET_16 Set16;
Pcd.h 838 PCD_PPI_SET16 Set16;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
PiPcd.h 413 EFI_PCD_PROTOCOL_SET_16 Set16;
Pcd.h 845 PCD_PROTOCOL_SET16 Set16;
  /device/linaro/bootloader/edk2/MdePkg/Library/DxePcdLib/
DxePcdLib.c 530 GetPcdProtocol()->Set16 (TokenNumber, Value);
724 GetPiPcdProtocol()->Set16 (Guid, TokenNumber, Value);
923 return GetPcdProtocol()->Set16 (TokenNumber, Value);
1086 return GetPiPcdProtocol()->Set16 (Guid, TokenNumber, Value);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/PeiPcdLib/
PeiPcdLib.c 530 (GetPcdPpiPointer ())->Set16 (TokenNumber, Value);
724 (GetPiPcdPpiPointer ())->Set16 (Guid, TokenNumber, Value);
921 return (GetPcdPpiPointer ())->Set16 (TokenNumber, Value);
1084 return (GetPiPcdPpiPointer ())->Set16 (Guid, TokenNumber, Value);
    [all...]

Completed in 147 milliseconds