HomeSort by relevance Sort by last modified time
    Searched refs:label_entry (Results 1 - 2 of 2) sorted by null

  /external/tcpdump/
print-mpls.c 64 u_int32_t label_entry; local
70 TCHECK2(*p, sizeof(label_entry));
71 label_entry = EXTRACT_32BITS(p);
74 MPLS_LABEL(label_entry));
77 MPLS_LABEL(label_entry) < sizeof(mpls_labelname) / sizeof(mpls_labelname[0]))
78 printf(" (%s)", mpls_labelname[MPLS_LABEL(label_entry)]);
79 printf(", exp %u", MPLS_EXP(label_entry));
80 if (MPLS_STACK(label_entry))
82 printf(", ttl %u)", MPLS_TTL(label_entry));
84 p += sizeof(label_entry);
    [all...]
  /external/llvm/unittests/IR/
PassManagerTest.cpp 472 BasicBlock* label_entry = BasicBlock::Create(getGlobalContext(), "entry",func_test1,0); local
474 // Block entry (label_entry)
475 CallInst* int32_3 = CallInst::Create(func_test2, "", label_entry);
480 ReturnInst::Create(getGlobalContext(), int32_3, label_entry); local

Completed in 40 milliseconds