HomeSort by relevance Sort by last modified time
    Searched defs:CurrentBlock (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/NorFlashDxe/
NorFlashDxe.c 689 EFI_LBA CurrentBlock;
731 CurrentBlock = Lba;
732 for (BlockCount=0; BlockCount < NumBlocks; BlockCount++, CurrentBlock++, pWriteBuffer = pWriteBuffer + BlockSizeInWords) {
734 DEBUG((DEBUG_BLKIO, "NorFlashWriteBlocks: Writing block #%d\n", (UINTN)CurrentBlock));
736 Status = NorFlashWriteFullBlock (Instance, CurrentBlock, pWriteBuffer, BlockSizeInWords);
    [all...]
  /external/v8/src/compiler/
raw-machine-assembler.cc 75 schedule()->AddGoto(CurrentBlock(), Use(label));
84 schedule()->AddBranch(CurrentBlock(), branch, Use(true_val), Use(false_val));
92 schedule()->AddCall(CurrentBlock(), call, Use(if_success), Use(if_exception));
118 schedule()->AddSwitch(CurrentBlock(), switch_node, succ_blocks, succ_count);
125 schedule()->AddReturn(CurrentBlock(), ret);
133 schedule()->AddReturn(CurrentBlock(), ret);
141 schedule()->AddReturn(CurrentBlock(), ret);
148 schedule()->AddReturn(CurrentBlock(), ret);
155 schedule()->AddReturn(CurrentBlock(), ret);
163 schedule()->AddReturn(CurrentBlock(), ret)
    [all...]
  /packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
phFriNfc_SmtCrdFmt.h 69 uint16_t CurrentBlock; /* Stores the current block */
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]

Completed in 2229 milliseconds