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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
TianoCompress.c 1023 INT32 Index3;
1038 Index3 = mCLen[Index++];
1039 if (Index3 == 0) {
1057 mTFreq[Index3 + 2]++;
1086 INT32 Index3;
1095 Index3 = mPTLen[Index++];
1096 if (Index3 <= 6) {
1097 PutBits (3, Index3);
1099 PutBits (Index3 - 3, (1U << (Index3 - 3)) - 2);
    [all...]
Decompress.c 189 UINT16 Index3;
232 Index3 = (UINT16) (1U << TableBits);
233 while (Index != Index3) {
258 Index3 = Start[Len];
259 Pointer = &Table[Index3 >> JuBits];
268 if (Index3 & Mask) {
274 Index3 <<= 1;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
TianoCompress.c 1036 INT32 Index3;
1051 Index3 = mCLen[Index++];
1052 if (Index3 == 0) {
1070 mTFreq[Index3 + 2]++;
1099 INT32 Index3;
1108 Index3 = mPTLen[Index++];
1109 if (Index3 <= 6) {
1110 PutBits (3, Index3);
1112 PutBits (Index3 - 3, (1U << (Index3 - 3)) - 2);
    [all...]
Decompress.c 198 UINT16 Index3;
240 Index3 = (UINT16) (1U << TableBits);
241 while (Index != Index3) {
266 Index3 = Start[Len];
267 Pointer = &Table[Index3 >> JuBits];
276 if (Index3 & Mask) {
282 Index3 <<= 1;
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
PageTbl.c 182 UINTN Index3;
206 for (Index3 = 0; Index3 < 4; Index3++) {
207 L2PageTable = (UINT64 *)(UINTN)(L3PageTable[Index3] & PAGING_4K_ADDRESS_MASK_64);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
TianoCompress.c 848 INT32 Index3;
863 Index3 = mCLen[Index++];
864 if (Index3 == 0) {
882 mTFreq[Index3 + 2]++;
911 INT32 Index3;
920 Index3 = mPTLen[Index++];
921 if (Index3 <= 6) {
922 PutBits (3, Index3);
924 PutBits (Index3 - 3, (1U << (Index3 - 3)) - 2);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseUefiDecompressLib/
BaseUefiDecompressLib.c 145 UINT16 Index3;
200 Index3 = (UINT16) (1U << TableBits);
201 if (Index < Index3) {
202 SetMem16 (Table + Index, (Index3 - Index) * sizeof (*Table), 0);
226 Index3 = Start[Len];
227 Pointer = &Table[Index3 >> JuBits];
237 if ((Index3 & Mask) != 0) {
244 Index3 <<= 1;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/
UnicodeCollationEng.c 271 CHAR16 Index3;
325 Index3 = 0;
344 if (TO_UPPER (CharC) >= TO_UPPER (Index3) && TO_UPPER (CharC) <= TO_UPPER (CharP)) {
352 Index3 = CharP;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseUefiDecompressLib/
BaseUefiDecompressLib.c 144 UINT16 Index3;
209 Index3 = (UINT16) (1U << TableBits);
210 while (Index != Index3) {
235 Index3 = Start[Len];
236 Pointer = &Table[Index3 >> JuBits];
251 if ((Index3 & Mask) && (*Pointer < (sizeof (Sd->mRight)/sizeof (UINT16)))) {
257 Index3 <<= 1;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/
BaseUefiTianoCustomDecompressLib.c 136 UINT16 Index3;
191 Index3 = (UINT16) (1U << TableBits);
192 if (Index < Index3) {
193 SetMem16 (Table + Index, (Index3 - Index) * sizeof (*Table), 0);
217 Index3 = Start[Len];
218 Pointer = &Table[Index3 >> JuBits];
228 if ((Index3 & Mask) != 0) {
235 Index3 <<= 1;
  /device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
TianoDecompress.c 191 UINT16 Index3;
238 Index3 = (UINT16) (1U << TableBits);
239 while (Index != Index3) {
264 Index3 = Start[Len];
265 Pointer = &Table[Index3 >> JuBits];
274 if (Index3 & Mask) {
280 Index3 <<= 1;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
Decompress.c 306 UINT16 Index3;
367 Index3 = (UINT16) (1U << TableBits);
368 while (Index != Index3) {
393 Index3 = Start[Len];
394 Pointer = &Table[Index3 >> JuBits];
409 if ((Index3 & Mask) && (*Pointer < (sizeof (Sd->mRight)/sizeof (UINT16)))) {
415 Index3 <<= 1;
  /external/vboot_reference/utility/
efidecompress.c 211 UINT16 Index3;
254 Index3 = (UINT16) (1U << TableBits);
255 while (Index != Index3) {
280 Index3 = Start[Len];
281 Pointer = &Table[Index3 >> JuBits];
290 if (Index3 & Mask) {
296 Index3 <<= 1;
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
SmmCpuMemoryManagement.c 103 UINTN Index3;
111 Index3 = ((UINTN)Address >> 30) & PAGING_PAE_INDEX_MASK;
126 if (L3PageTable[Index3] == 0) {
130 if ((L3PageTable[Index3] & IA32_PG_PS) != 0) {
133 return &L3PageTable[Index3];
136 L2PageTable = (UINT64 *)(UINTN)(L3PageTable[Index3] & PAGING_4K_ADDRESS_MASK_64);
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
PageTbl.c 900 UINTN Index3;
938 for (Index3 = 0; Index3 < SIZE_4KB/sizeof(UINT64); Index3++) {
939 if ((L3PageTable[Index3] & IA32_PG_PS) != 0) {
943 L2PageTable = (UINT64 *)(UINTN)(L3PageTable[Index3] & PAGING_4K_ADDRESS_MASK_64);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EsrtDxe/
EsrtDxe.c 236 UINTN Index3;
386 for (Index3 = 0; Index3 < FmpImageInfoCountBuf[Index2]; Index3++){
  /device/linaro/bootloader/edk2/SecurityPkg/RandomNumberGenerator/RngDxe/
AesCore.c 140 UINTN Index3;
168 for (Index2 = Nk, Index3 = 0; Index2 < Nw; Index2 += Nk, Index3++) {
174 Rcon[Index3];
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFfsFile/
GenFfsFile.c 1123 INT32 Index3;
1154 for (Index3 = 0; Index3 < MAX_ARRAY_SIZE; ++Index3) {
1155 ToolArgumentsArray[Index3] = NULL;
1351 Index3 = 0;
1361 while (Buffer[Index3] != '\n') {
1362 if (Buffer[Index3] == 0) {
1366 FileName[Index2++] = Buffer[Index3++];
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/
MpLib.c 301 UINTN Index3;
311 Index3 = Index1;
318 Index3 = Index2;
322 if (Index3 != Index1) {
323 CopyMem (&CpuInfo, &CpuInfoInHob[Index3], sizeof (CPU_INFO_IN_HOB));
325 &CpuInfoInHob[Index3],
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX86BaseImpl.h     [all...]
IceTargetLoweringX86Base.h     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/
LegacyBootMaintUi.c 921 UINTN Index3;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BootMaint.c 703 UINT16 Index3;
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
sparse_matmul_op.cc 95 // the corresponding coordinates of the element in index/index3 vectors. index3
97 // share the same row coordinate. Each entry in Index3 corresponds to 3 entries
105 // [index3[index3_offset[i-1]], index3[index3_offset[i]]). Similarly for
113 struct Index3 {
143 std::vector<Index3> index3; member in struct:tensorflow::__anon39926::SparseSlice
146 // See comments above. Similar to "index3" except that each element in "index"
174 index3.reserve(mat_size / 3)
    [all...]

Completed in 760 milliseconds