| /packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/ |
| phFriNfc_MifareStdMap.cpp | 180 NdefMap->StdMifareContainer.currentBlock) { 221 NdefMap->StdMifareContainer.currentBlock = PH_FRINFC_MIFARESTD_VAL0; 369 when currentBlock is 0 OR 64,65 and 66 (for Mifare 4k). 372 if ((NdefMap->StdMifareContainer.currentBlock != 0) && 373 (NdefMap->StdMifareContainer.currentBlock != 1) && 374 (NdefMap->StdMifareContainer.currentBlock != 2) && 375 (NdefMap->StdMifareContainer.currentBlock != 64) && 376 (NdefMap->StdMifareContainer.currentBlock != 65) && 377 (NdefMap->StdMifareContainer.currentBlock != 66)) { 384 if (NdefMap->StdMifareContainer.currentBlock == 0) [all...] |
| 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...] |
| /external/lz4/examples/ |
| dictionaryRandomAccess.c | 110 /* The blocks [currentBlock, endBlock) contain the data we want */ 111 int currentBlock = offset / BLOCK_BYTES; 142 seek_bin(inpFp, offsets[currentBlock], SEEK_SET); 146 for(; currentBlock < endBlock; ++currentBlock) { 149 int cmpBytes = offsets[currentBlock + 1] - offsets[currentBlock];
|
| /external/aac/libMpegTPEnc/src/ |
| tpenc_adts.cpp | 132 if (hAdts->currentBlock == 0) { 187 hAdts->currentBlock = 0; 205 if (hAdts->currentBlock == 0) { 212 if (hAdts->currentBlock == 0) { 276 if (hAdts->currentBlock < hAdts->num_raw_blocks) { 277 FDKpushFor(&bsWriter, hAdts->currentBlock * 16); 288 hAdts->currentBlock == hAdts->num_raw_blocks) { 318 hAdts->currentBlock++;
|
| /external/annotation-tools/asmx/src/org/objectweb/asm/ |
| MethodWriter.java | 278 private Label currentBlock; 582 currentBlock = new Label(); 583 currentBlock.pushed = true; 584 blockStack = currentBlock; 695 if (currentBlock != null) { 696 currentBlock.maxStackSize = maxStackSize; 697 currentBlock = null; 728 if (currentBlock != null) { 729 currentBlock.maxStackSize = maxStackSize; 730 currentBlock = null [all...] |
| /external/clang/include/clang/Analysis/Analyses/ |
| LiveVariables.h | 61 const CFGBlock *currentBlock,
|
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| DeadStoresChecker.cpp | 132 const CFGBlock *currentBlock; 143 Escaped(escaped), currentBlock(nullptr) {} 176 if (!reachableCode->isReachable(currentBlock)) 261 currentBlock = block;
|
| /external/swiftshader/third_party/LLVM/lib/Analysis/ |
| PathNumbering.cpp | 367 BasicBlock* currentBlock = currentNode->getBlock(); 394 inDag[currentBlock] = currentNode; 400 for(succ_iterator successor = succ_begin(currentBlock), 401 succEnd = succ_end(currentBlock); successor != succEnd;
|
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/ |
| LiveVariables.h | 60 const CFGBlock *currentBlock,
|
| /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Analysis/Analyses/ |
| LiveVariables.h | 60 const CFGBlock *currentBlock,
|
| /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Analysis/Analyses/ |
| LiveVariables.h | 60 const CFGBlock *currentBlock,
|
| /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Analysis/Analyses/ |
| LiveVariables.h | 60 const CFGBlock *currentBlock,
|
| /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Analysis/Analyses/ |
| LiveVariables.h | 60 const CFGBlock *currentBlock,
|
| /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Analysis/Analyses/ |
| LiveVariables.h | 60 const CFGBlock *currentBlock,
|
| /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Analysis/Analyses/ |
| LiveVariables.h | 60 const CFGBlock *currentBlock,
|
| /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/ |
| LiveVariables.h | 60 const CFGBlock *currentBlock,
|
| /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Analysis/Analyses/ |
| LiveVariables.h | 60 const CFGBlock *currentBlock,
|
| /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Analysis/Analyses/ |
| LiveVariables.h | 60 const CFGBlock *currentBlock,
|
| /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Analysis/Analyses/ |
| LiveVariables.h | 60 const CFGBlock *currentBlock,
|
| /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Analysis/Analyses/ |
| LiveVariables.h | 60 const CFGBlock *currentBlock,
|
| /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Analysis/Analyses/ |
| LiveVariables.h | 60 const CFGBlock *currentBlock,
|
| /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Analysis/Analyses/ |
| LiveVariables.h | 60 const CFGBlock *currentBlock,
|