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 230 NdefSmtCrdFmt->AddInfo.MfStdInfo.CurrentBlock += \
231 ((NdefSmtCrdFmt->AddInfo.MfStdInfo.CurrentBlock >= 127) ? 16 : 4)
237 ((NdefSmtCrdFmt->AddInfo.MfStdInfo.CurrentBlock >= 128) \
238 ? (32 + ((NdefSmtCrdFmt->AddInfo.MfStdInfo.CurrentBlock - 128) / 16)) \
239 : (NdefSmtCrdFmt->AddInfo.MfStdInfo.CurrentBlock / 4))
246 (NdefSmtCrdFmt->AddInfo.MfStdInfo.CurrentBlock >= \
249 (NdefSmtCrdFmt->AddInfo.MfStdInfo.CurrentBlock >= \
252 (NdefSmtCrdFmt->AddInfo.MfStdInfo.CurrentBlock >= \
263 (((NdefSmtCrdFmt->AddInfo.MfStdInfo.CurrentBlock <= 3) || \
264 ((NdefSmtCrdFmt->AddInfo.MfStdInfo.CurrentBlock > 63) &&
    [all...]
phFriNfc_MifStdFormat.cpp 170 NdefSmtCrdFmt->AddInfo.MfStdInfo.CurrentBlock = PH_FRINFC_MFSTD_FMT_VAL_3;
365 switch (NdefSmtCrdFmt->AddInfo.MfStdInfo.CurrentBlock) {
589 if ((NdefSmtCrdFmt->AddInfo.MfStdInfo.CurrentBlock ==
596 NdefSmtCrdFmt->AddInfo.MfStdInfo.CurrentBlock =
600 } else if ((NdefSmtCrdFmt->AddInfo.MfStdInfo.CurrentBlock == 67) &&
606 NdefSmtCrdFmt->AddInfo.MfStdInfo.CurrentBlock = 64;
629 NdefSmtCrdFmt->AddInfo.MfStdInfo.CurrentBlock =
651 NdefSmtCrdFmt->AddInfo.MfStdInfo.CurrentBlock =
738 NdefSmtCrdFmt->AddInfo.MfStdInfo.CurrentBlock, NdefSmtCrdFmt->SendRecvBuf,
    [all...]
phFriNfc_SmtCrdFmt.h 73 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 374 milliseconds