| /netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/kats/ |
| H A D | argon2d_v16 | 12 Block 0000 [ 0]: b0470f8400af9a3e 13 Block 0000 [ 1]: 73761d3efffb3c57 14 Block 0000 [ 2]: 369f09e4da0c49b4 15 Block 0000 [ 3]: f0ae6399a00bba82 16 Block 0000 [ 4]: eee79cd2f0460d60 17 Block 0000 [ 5]: 297b71501a8f338e 18 Block 0000 [ 6]: 9b61176d407909c3 19 Block 0000 [ 7]: 66ff2a7fa45fae7e 20 Block 0000 [ 8]: c25d34462fb86e28 21 Block 0000 [ 9]: 1722d2592c6d2ee9 [all …]
|
| H A D | argon2i | 12 Block 0000 [ 0]: f8f9e84545db08f6 13 Block 0000 [ 1]: 9b073a5c87aa2d97 14 Block 0000 [ 2]: d1e868d75ca8d8e4 15 Block 0000 [ 3]: 349634174e1aebcc 16 Block 0000 [ 4]: eea679ca0b5f6de1 17 Block 0000 [ 5]: 28f43caf97eba539 18 Block 0000 [ 6]: 0f7895c9d5b3a714 19 Block 0000 [ 7]: 34ee3afb003414a8 20 Block 0000 [ 8]: 19e25e3ad0aea4dd 21 Block 0000 [ 9]: 0621947f5c64686c [all …]
|
| H A D | argon2id_v16 | 12 Block 0000 [ 0]: b7bb842644fb909e 13 Block 0000 [ 1]: 92e351e160803c45 14 Block 0000 [ 2]: a9c24b300afd7b10 15 Block 0000 [ 3]: 182cf4233ee44cab 16 Block 0000 [ 4]: 7a683cbc2906379b 17 Block 0000 [ 5]: 137aafb620c6c117 18 Block 0000 [ 6]: dd9b43b0486b7c7d 19 Block 0000 [ 7]: 92e2f6c74a74a3e1 20 Block 0000 [ 8]: aff35a4302c3fa3b 21 Block 0000 [ 9]: d76b047857f6f390 [all …]
|
| H A D | argon2id | 12 Block 0000 [ 0]: 6b2e09f10671bd43 13 Block 0000 [ 1]: f69f5c27918a21be 14 Block 0000 [ 2]: dea7810ea41290e1 15 Block 0000 [ 3]: 6787f7171870f893 16 Block 0000 [ 4]: ca5aa8f5067b374c 17 Block 0000 [ 5]: 44cfcab94f414104 18 Block 0000 [ 6]: 52525e831cf8cd52 19 Block 0000 [ 7]: 3a1dcb76ae77f701 20 Block 0000 [ 8]: db83ddac706d23d2 21 Block 0000 [ 9]: ff63a62e68b98fa3 [all …]
|
| H A D | argon2d | 12 Block 0000 [ 0]: db2fea6b2c6f5c8a 13 Block 0000 [ 1]: 719413be00f82634 14 Block 0000 [ 2]: a1e3f6dd42aa25cc 15 Block 0000 [ 3]: 3ea8efd4d55ac0d1 16 Block 0000 [ 4]: 1278849d789aa327 17 Block 0000 [ 5]: 54ec500e01cb4887 18 Block 0000 [ 6]: 96c5956594a99199 19 Block 0000 [ 7]: 54ef81c17e9b4b85 20 Block 0000 [ 8]: baed2f6297b02ec0 21 Block 0000 [ 9]: 4aaabe9242c77d92 [all …]
|
| H A D | argon2i_v16 | 12 Block 0000 [ 0]: 6126d83b5f468363 13 Block 0000 [ 1]: 9cec095773e5c7f8 14 Block 0000 [ 2]: a84490b8594d238b 15 Block 0000 [ 3]: 86d7c7521b274d47 16 Block 0000 [ 4]: 16aac5132c95105a 17 Block 0000 [ 5]: 54cf92650efc678a 18 Block 0000 [ 6]: e5760496d9207afb 19 Block 0000 [ 7]: 73607b15c2c78c86 20 Block 0000 [ 8]: 68c80dce96859e75 21 Block 0000 [ 9]: 0db622c99a22a2c5 [all …]
|
| /netbsd-src/lib/libtelnet/ |
| H A D | enc_des.c | 66 Block krbdes_key; 68 Block temp_feed; 75 Block str_output; 76 Block str_feed; 77 Block str_iv; 78 Block str_ikey; 114 void fb64_stream_iv(Block, struct stinfo *); 120 void fb64_stream_key(Block *, struct stinfo *); 216 for (x = 0; x < sizeof(Block); ++x) { in fb64_start() 259 if (cnt != sizeof(Block)) { in fb64_is() [all...] |
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | BlockLanguageSpec.rst | 16 - 2008/8/13 --- revised, Block globals 28 The Block Type 31 Like function types, the :block-term:`Block type` is a pair consisting 44 describes a reference to a Block that, when invoked, takes two 46 returns a value of type int. The Block referenced is of opaque data 50 Block Variable Declarations 53 A :block-term:`variable with Block type` is declared using function 55 valid Block variable declarations: 63 Variadic ``...`` arguments are supported. [variadic.c] A Block that 69 A Block reference may be cast to a pointer of arbitrary type and vice [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | CFG.cpp | 474 CFGBlock *Block = nullptr; member in __anon654da8e80411::CFGBuilder 701 return Block; in NYS() 741 void autoCreateBlock() { if (!Block) Block = createBlock(); } in autoCreateBlock() 1488 Block = nullptr; // the EXIT block is empty. Create all other blocks lazily. in buildCFG() 1524 Block = createBlock(); in buildCFG() 1536 addSuccessor(B, Block, true); in buildCFG() 1629 return Block; in addInitializer() 1648 appendInitializer(Block, I); in addInitializer() 1666 appendStmt(Block, Default); in addInitializer() 1669 Block = R; in addInitializer() [all …]
|
| H A D | ThreadSafetyTIL.cpp | 169 for (auto *Block : successors()) in topologicalSort() local 170 ID = Block->topologicalSort(Blocks, ID); in topologicalSort() 262 for (auto *Block : Blocks) in renumberInstrs() local 263 InstrID = Block->renumberInstrs(InstrID); in renumberInstrs() 305 for (auto *Block : Blocks) in computeNormalForm() local 306 Block->computeDominator(); in computeNormalForm() 318 for (auto *Block : Blocks.reverse()) { in computeNormalForm() local 319 Block->computePostDominator(); in computeNormalForm() 320 computeNodeSize(Block, &BasicBlock::DominatorNode); in computeNormalForm() 324 for (auto *Block : Blocks) { in computeNormalForm() local [all …]
|
| H A D | ReachableCode.cpp | 408 bool isDeadCodeRoot(const CFGBlock *Block); 410 const Stmt *findDeadCode(const CFGBlock *Block); 426 bool DeadCodeScan::isDeadCodeRoot(const clang::CFGBlock *Block) { in isDeadCodeRoot() argument 429 for (CFGBlock::const_pred_iterator I = Block->pred_begin(), in isDeadCodeRoot() 430 E = Block->pred_end(); I != E; ++I) { in isDeadCodeRoot() 457 const Stmt *DeadCodeScan::findDeadCode(const clang::CFGBlock *Block) { in findDeadCode() argument 458 for (CFGBlock::const_iterator I = Block->begin(), E = Block->end(); I!=E; ++I) in findDeadCode() 465 CFGTerminator T = Block->getTerminator(); in findDeadCode() 491 const CFGBlock *Block = WorkList.pop_back_val(); in scanBackwards() local 495 if (Reachable[Block->getBlockID()]) in scanBackwards() [all …]
|
| H A D | Consumed.cpp | 61 static SourceLocation getFirstStmtLoc(const CFGBlock *Block) { in getFirstStmtLoc() argument 64 for (const auto &B : *Block) in getFirstStmtLoc() 70 if (Block->succ_size() == 1 && *Block->succ_begin()) in getFirstStmtLoc() 71 return getFirstStmtLoc(*Block->succ_begin()); in getFirstStmtLoc() 76 static SourceLocation getLastStmtLoc(const CFGBlock *Block) { in getLastStmtLoc() argument 79 if (const Stmt *StmtNode = Block->getTerminatorStmt()) { in getLastStmtLoc() 82 for (CFGBlock::const_reverse_iterator BI = Block->rbegin(), in getLastStmtLoc() 83 BE = Block->rend(); BI != BE; ++BI) { in getLastStmtLoc() 91 if (Block->succ_size() == 1 && *Block->succ_begin()) in getLastStmtLoc() 92 Loc = getFirstStmtLoc(*Block->succ_begin()); in getLastStmtLoc() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | SIMachineScheduler.cpp | 1236 SIScheduleBlock *Block = CurrentBlocks[i]; in createBlocksForVariant() local 1237 Block->finalizeUnits(); in createBlocksForVariant() 1241 SIScheduleBlock *Block = CurrentBlocks[i]; in createBlocksForVariant() 1242 Block->printDebug(true); in createBlocksForVariant() 1271 SIScheduleBlock *Block = CurrentBlocks[i]; in topologicalSort() local 1272 unsigned Degree = Block->getSuccs().size(); in topologicalSort() 1282 SIScheduleBlock *Block = CurrentBlocks[i]; in topologicalSort() local 1286 for (SIScheduleBlock* Pred : Block->getPreds()) { in topologicalSort() 1295 SIScheduleBlock *Block = CurrentBlocks[i]; in topologicalSort() local 1296 for (SIScheduleBlock* Pred : Block->getPreds()) { in topologicalSort() [all …]
|
| /netbsd-src/sys/external/bsd/acpica/dist/tools/examples/ |
| H A D | extables.c | 316 [0004] PM1A Event Block Address : 00000001 317 [0004] PM1B Event Block Address : 00000000 318 [0004] PM1A Control Block Address : 00000001 319 [0004] PM1B Control Block Address : 00000000 320 [0004] PM2 Control Block Address : 00000001 321 [0004] PM Timer Block Address : 00000001 322 [0004] GPE0 Block Address : 00000001 323 [0004] GPE1 Block Address : 00000000 324 [0001] PM1 Event Block Length : 04 325 [0001] PM1 Control Block Length : 02 [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZLongBranch.cpp | 151 void skipNonTerminators(BlockPosition &Position, MBBInfo &Block); 181 MBBInfo &Block) { in skipNonTerminators() argument 182 if (Log2(Block.Alignment) > Position.KnownBits) { in skipNonTerminators() 186 (Block.Alignment.value() - (uint64_t(1) << Position.KnownBits)); in skipNonTerminators() 187 Position.KnownBits = Log2(Block.Alignment); in skipNonTerminators() 191 Position.Address = alignTo(Position.Address, Block.Alignment); in skipNonTerminators() 194 Block.Address = Position.Address; in skipNonTerminators() 197 Position.Address += Block.Size; in skipNonTerminators() 281 MBBInfo &Block = MBBs[I]; in initMBBInfo() local 284 Block.Alignment = MBB->getAlignment(); in initMBBInfo() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.cpp | 141 const VPBlockBase *Block = this; in getEntryBasicBlock() local 142 while (const VPRegionBlock *Region = dyn_cast<VPRegionBlock>(Block)) in getEntryBasicBlock() 143 Block = Region->getEntry(); in getEntryBasicBlock() 144 return cast<VPBasicBlock>(Block); in getEntryBasicBlock() 148 VPBlockBase *Block = this; in getEntryBasicBlock() local 149 while (VPRegionBlock *Region = dyn_cast<VPRegionBlock>(Block)) in getEntryBasicBlock() 150 Block = Region->getEntry(); in getEntryBasicBlock() 151 return cast<VPBasicBlock>(Block); in getEntryBasicBlock() 162 const VPBlockBase *Block = this; in getExitBasicBlock() local 163 while (const VPRegionBlock *Region = dyn_cast<VPRegionBlock>(Block)) in getExitBasicBlock() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/FlowSensitive/ |
| H A D | DataflowWorklist.h | 35 void enqueueBlock(const CFGBlock *Block) { in enqueueBlock() argument 36 if (Block && !EnqueuedBlocks[Block->getBlockID()]) { in enqueueBlock() 37 EnqueuedBlocks[Block->getBlockID()] = true; in enqueueBlock() 38 WorkList.push(Block); in enqueueBlock() 70 void enqueueSuccessors(const CFGBlock *Block) { in enqueueSuccessors() 71 for (auto B : Block->succs()) in enqueueSuccessors() 86 void enqueuePredecessors(const CFGBlock *Block) { in enqueuePredecessors() 87 for (auto B : Block->preds()) in enqueuePredecessors()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | JITLink.h | 148 class Block : public Addressable { 153 Block(Section &Parent, JITTargetAddress Size, JITTargetAddress Address, in Block() function 166 Block(Section &Parent, ArrayRef<char> Content, JITTargetAddress Address, in Block() function 184 Block(const Block &) = delete; 185 Block &operator=(const Block &) = delete; 186 Block(Block &&) = delete; 187 Block &operator=(Block &&) = delete; 302 raw_ostream &operator<<(raw_ostream &OS, const Block &B); 332 static Symbol &constructCommon(void *SymStorage, Block &Base, StringRef Name, in constructCommon() 338 assert(static_cast<Block &>(Base).getSize() == Size && in constructCommon() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/ |
| H A D | AVRRelaxMemOperations.cpp | 43 typedef MachineBasicBlock Block; typedef in __anone1bd37910111::AVRRelaxMem 44 typedef Block::iterator BlockIt; 48 template <unsigned OP> bool relax(Block &MBB, BlockIt MBBI); 50 bool runOnBasicBlock(Block &MBB); 51 bool runOnInstruction(Block &MBB, BlockIt MBBI); 53 MachineInstrBuilder buildMI(Block &MBB, BlockIt MBBI, unsigned Opcode) { in buildMI() 66 for (Block &MBB : MF) { in runOnMachineFunction() 74 bool AVRRelaxMem::runOnBasicBlock(Block &MBB) { in runOnBasicBlock() 88 bool AVRRelaxMem::relax<AVR::STDWPtrQRr>(Block &MBB, BlockIt MBBI) { in relax() 124 bool AVRRelaxMem::runOnInstruction(Block &MBB, BlockIt MBBI) { in runOnInstruction()
|
| H A D | AVRExpandPseudoInsts.cpp | 47 typedef MachineBasicBlock Block; typedef in __anon68e3ecf30111::AVRExpandPseudo 48 typedef Block::iterator BlockIt; 60 bool expandMBB(Block &MBB); 61 bool expandMI(Block &MBB, BlockIt MBBI); 62 template <unsigned OP> bool expand(Block &MBB, BlockIt MBBI); 64 MachineInstrBuilder buildMI(Block &MBB, BlockIt MBBI, unsigned Opcode) { in buildMI() 68 MachineInstrBuilder buildMI(Block &MBB, BlockIt MBBI, unsigned Opcode, in buildMI() 73 MachineRegisterInfo &getRegInfo(Block &MBB) { return MBB.getParent()->getRegInfo(); } in getRegInfo() 75 bool expandArith(unsigned OpLo, unsigned OpHi, Block &MBB, BlockIt MBBI); 76 bool expandLogic(unsigned Op, Block &MBB, BlockIt MBBI); [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| H A D | InterpBlock.h | 26 class Block; variable 37 class Block { 40 Block(const llvm::Optional<unsigned> &DeclID, Descriptor *Desc, 44 Block(Descriptor *Desc, bool IsStatic = false, bool IsExtern = false) 83 Block(Descriptor *Desc, bool IsExtern, bool IsStatic, bool IsDead) in Block() function 115 DeadBlock(DeadBlock *&Root, Block *Blk); 121 friend class Block; 134 Block B;
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
| H A D | AnalysisDeclContext.h | 215 enum ContextKind { StackFrame, Block }; enumerator 300 const CFGBlock *Block; variable 311 const Stmt *S, const CFGBlock *Block, unsigned BlockCount, in StackFrameContext() argument 314 Block(Block), BlockCount(BlockCount), Index(Index) {} in StackFrameContext() 321 const CFGBlock *getCallSiteBlock() const { return Block; } in getCallSiteBlock() 327 CFGElement getCallSiteCFGElement() const { return (*Block)[Index]; } in getCallSiteCFGElement() 333 const CFGBlock *Block, unsigned BlockCount, in Profile() argument 336 ID.AddPointer(Block); in Profile() 358 : LocationContext(Block, ADC, ParentLC, ID), BD(BD), Data(Data) {} in BlockInvocationContext() 372 ProfileCommon(ID, Block, ADC, ParentLC, BD); in Profile() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGOpenCLRuntime.cpp | 146 llvm::Value *Block) { in recordBlockInfo() argument 150 assert(Block->getType()->isPointerTy() && "Invalid block literal type"); in recordBlockInfo() 152 EnqueuedBlockMap[E].BlockArg = Block; in recordBlockInfo() 166 const BlockExpr *Block = getBlockExpr(E); in emitOpenCLEnqueuedBlock() local 168 assert(EnqueuedBlockMap.find(Block) != EnqueuedBlockMap.end() && in emitOpenCLEnqueuedBlock() 172 if (EnqueuedBlockMap[Block].Kernel) { in emitOpenCLEnqueuedBlock() 173 return EnqueuedBlockMap[Block]; in emitOpenCLEnqueuedBlock() 177 CGF, EnqueuedBlockMap[Block].InvokeFunc, in emitOpenCLEnqueuedBlock() 178 EnqueuedBlockMap[Block].BlockArg->stripPointerCasts()); in emitOpenCLEnqueuedBlock() 184 EnqueuedBlockMap[Block].Kernel = F; in emitOpenCLEnqueuedBlock() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/XRay/ |
| H A D | Profile.cpp | 28 for (const auto &Block : O) { in Profile() local 29 Blocks.push_back({Block.Thread, {}}); in Profile() 31 for (const auto &PathData : Block.PathData) in Profile() 121 Error Profile::addBlock(Block &&B) { in addBlock() 197 using PathDataVector = decltype(Profile::Block::PathData); in mergeProfilesByThread() 202 for (const auto &Block : P.get()) { in mergeProfilesByThread() local 205 {Block.Thread, PathDataMapPtr{new PathDataMap()}}); in mergeProfilesByThread() 206 for (const auto &PathAndData : Block.PathData) { in mergeProfilesByThread() 236 using PathDataVector = decltype(Profile::Block::PathData); in mergeProfilesByStack() 238 for (const auto &Block : P.get()) in mergeProfilesByStack() local [all …]
|
| /netbsd-src/distrib/amiga/stand/ |
| H A D | device-streams.README.md | 19 Total Blocks: 234441648 Block Size 512 23 --| Start Block: 3024 End Block: 2099663 Total Blocks: 2096640 24 --| Block Size: 512 27 --| Start Block: 2099664 End Block: 23070095 Total Blocks: 20970432 28 --| Block Size: 512 39 | Block Size: 512 Capacity: 1023.7 41 | Block Size: 512 Capacity: 10239.4
|