Searched refs:NLB (Results 1 – 11 of 11) sorted by relevance
/external/tcpdump/tests/ |
D | msnlb2.out | 1 [|MS NLB] 2 [|MS NLB]
|
D | msnlb.out | 1 MS NLB heartbeat, host priority: 2, cluster IP: 192.168.100.80, host IP: 192.168.100.82 2 MS NLB heartbeat, host priority: 1, cluster IP: 192.168.100.80, host IP: 192.168.100.81
|
D | TESTLIST | 136 # MS NLB tests
|
/external/clang/test/CodeGenObjC/ |
D | nonlazy-msgSend.m | 3 // CHECK: declare i8* @objc_msgSend(i8*, i8*, ...) [[NLB:#[0-9]+]] 8 // CHECK: attributes [[NLB]] = { nonlazybind }
|
D | objc-literal-debugger-test.m | 53 // CHECK: declare i8* @objc_msgSend(i8*, i8*, ...) [[NLB:#[0-9]+]] 55 // CHECK: attributes [[NLB]] = { nonlazybind }
|
D | arc.m | 12 // ARC-ALIEN: declare i8* @objc_msgSend(i8*, i8*, ...) [[NLB:#[0-9]+]] 23 // ARC-NATIVE: declare i8* @objc_retain(i8*) [[NLB:#[0-9]+]] 25 // ARC-NATIVE: declare i8* @objc_msgSend(i8*, i8*, ...) [[NLB]] 26 // ARC-NATIVE: declare void @objc_release(i8*) [[NLB]] 1434 // ARC-ALIEN: attributes [[NLB]] = { nonlazybind } 1435 // ARC-NATIVE: attributes [[NLB]] = { nonlazybind }
|
/external/llvm/test/CodeGen/Thumb/ |
D | ldm-stm-base-materialization.ll | 14 ; CHECK: adds r[[NLB:[0-9]]], r[[LB]], #4 15 ; CHECK-NEXT: ldm r[[NLB]],
|
/external/clang/include/clang/AST/ |
D | StmtOpenMP.h | 413 void setNextLowerBound(Expr *NLB) { in setNextLowerBound() argument 416 *std::next(child_begin(), NextLowerBoundOffset) = NLB; in setNextLowerBound() 460 Expr *NLB; member 495 NLB = nullptr; in clear()
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 1689 Dir->setNextLowerBound(Exprs.NLB); in Create() 1735 Dir->setNextLowerBound(Exprs.NLB); in Create() 1890 Dir->setNextLowerBound(Exprs.NLB); in Create() 1934 Dir->setNextLowerBound(Exprs.NLB); in Create()
|
/external/tcpdump/ |
D | CHANGES | 52 Add MS NLB heartbeat printer.
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 2972 Built.NLB = NextLB.get(); in CheckOpenMPLoop()
|