Searched refs:label_entry (Results 1 – 3 of 3) sorted by relevance
/external/tcpdump/ |
D | print-mpls.c | 71 u_int32_t label_entry; in mpls_print() local 78 TCHECK2(*p, sizeof(label_entry)); in mpls_print() 79 label_entry = EXTRACT_32BITS(p); in mpls_print() 82 MPLS_LABEL(label_entry)); in mpls_print() 85 MPLS_LABEL(label_entry) < sizeof(mpls_labelname) / sizeof(mpls_labelname[0])) in mpls_print() 86 printf(" (%s)", mpls_labelname[MPLS_LABEL(label_entry)]); in mpls_print() 87 printf(", exp %u", MPLS_EXP(label_entry)); in mpls_print() 88 if (MPLS_STACK(label_entry)) in mpls_print() 90 printf(", ttl %u)", MPLS_TTL(label_entry)); in mpls_print() 92 p += sizeof(label_entry); in mpls_print() [all …]
|
/external/llvm/unittests/IR/ |
D | LegacyPassManagerTest.cpp | 479 … BasicBlock* label_entry = BasicBlock::Create(getGlobalContext(), "entry",func_test1,nullptr); in makeLLVMModule() local 482 CallInst* int32_3 = CallInst::Create(func_test2, "", label_entry); in makeLLVMModule() 487 ReturnInst::Create(getGlobalContext(), int32_3, label_entry); in makeLLVMModule()
|
/external/llvm/test/CodeGen/CPP/ |
D | 2009-05-04-CondBr.ll | 2 ; RUN: grep "BranchInst::Create(label_if_then, label_if_end, int1_cmp, label_entry);" %t
|