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

  /packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
phFriNfc_MifStdFormat.h 201 NdefSmtCrdFmt->AddInfo.MfStdInfo.CurrentBlock += \
202 ((NdefSmtCrdFmt->AddInfo.MfStdInfo.CurrentBlock >= 127)?\
209 ((NdefSmtCrdFmt->AddInfo.MfStdInfo.CurrentBlock >= 128)?\
210 (32 + ((NdefSmtCrdFmt->AddInfo.MfStdInfo.CurrentBlock - 128)/16)):\
211 (NdefSmtCrdFmt->AddInfo.MfStdInfo.CurrentBlock/4))
218 (NdefSmtCrdFmt->AddInfo.MfStdInfo.CurrentBlock >= \
221 (NdefSmtCrdFmt->AddInfo.MfStdInfo.CurrentBlock >= \
224 (NdefSmtCrdFmt->AddInfo.MfStdInfo.CurrentBlock >= \
238 ((((NdefSmtCrdFmt->AddInfo.MfStdInfo.CurrentBlock <= 3) || \
239 ((NdefSmtCrdFmt->AddInfo.MfStdInfo.CurrentBlock > 63) &&
    [all...]
phFriNfc_MifStdFormat.c 145 NdefSmtCrdFmt->AddInfo.MfStdInfo.CurrentBlock = PH_FRINFC_MFSTD_FMT_VAL_3;
337 switch(NdefSmtCrdFmt->AddInfo.MfStdInfo.CurrentBlock)
571 if((NdefSmtCrdFmt->AddInfo.MfStdInfo.CurrentBlock ==
579 NdefSmtCrdFmt->AddInfo.MfStdInfo.CurrentBlock =
584 else if((NdefSmtCrdFmt->AddInfo.MfStdInfo.CurrentBlock == 67)
591 NdefSmtCrdFmt->AddInfo.MfStdInfo.CurrentBlock = 64;
617 NdefSmtCrdFmt->AddInfo.MfStdInfo.CurrentBlock =
642 NdefSmtCrdFmt->AddInfo.MfStdInfo.CurrentBlock =
735 memcompare = phFriNfc_MfStd_H_ChkAcsBit(NdefSmtCrdFmt->AddInfo.MfStdInfo.CurrentBlock,
    [all...]
phFriNfc_SmtCrdFmt.h 69 uint16_t CurrentBlock; /* Stores the current block */
  /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...]
raw-machine-assembler.h 814 BasicBlock* CurrentBlock();
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /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/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
  /external/clang/lib/Analysis/
LiveVariables.cpp 198 const CFGBlock *currentBlock;
203 const CFGBlock *CurrentBlock)
204 : LV(im), val(Val), observer(Observer), currentBlock(CurrentBlock) {}
255 observer->observeStmt(S, currentBlock, val);
  /external/mesa3d/src/mesa/main/
dlist.c     [all...]
mtypes.h     [all...]

Completed in 302 milliseconds