Home
last modified time | relevance | path

Searched refs:label_entry (Results 1 – 4 of 4) sorted by relevance

/external/tcpdump/
Dprint-mpls.c62 uint32_t label_entry; in mpls_print() local
69 ND_TCHECK2(*p, sizeof(label_entry)); in mpls_print()
70 label_entry = EXTRACT_32BITS(p); in mpls_print()
73 MPLS_LABEL(label_entry))); in mpls_print()
76 MPLS_LABEL(label_entry) < sizeof(mpls_labelname) / sizeof(mpls_labelname[0])) in mpls_print()
77 ND_PRINT((ndo, " (%s)", mpls_labelname[MPLS_LABEL(label_entry)])); in mpls_print()
78 ND_PRINT((ndo, ", exp %u", MPLS_EXP(label_entry))); in mpls_print()
79 if (MPLS_STACK(label_entry)) in mpls_print()
81 ND_PRINT((ndo, ", ttl %u)", MPLS_TTL(label_entry))); in mpls_print()
83 p += sizeof(label_entry); in mpls_print()
[all …]
/external/llvm/unittests/IR/
DLegacyPassManagerTest.cpp468 … BasicBlock* label_entry = BasicBlock::Create(getGlobalContext(), "entry",func_test1,nullptr); in makeLLVMModule() local
471 CallInst* int32_3 = CallInst::Create(func_test2, "", label_entry); in makeLLVMModule()
476 ReturnInst::Create(getGlobalContext(), int32_3, label_entry); in makeLLVMModule()
/external/llvm/test/CodeGen/CPP/
D2009-05-04-CondBr.ll2 ; RUN: grep "BranchInst::Create(label_if_then, label_if_end, int1_cmp, label_entry);" %t
/external/autotest/frontend/afe/
Dresources.py713 label_entry = containing_collection.resolve_link(
715 metahost_label_objects.append(label_entry.instance)