HomeSort by relevance Sort by last modified time
    Searched refs:label_entry (Results 1 - 3 of 3) 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/VMCore/
PassManagerTest.cpp 468 BasicBlock* label_entry = BasicBlock::Create(getGlobalContext(), "entry",func_test1,0); local
470 // Block entry (label_entry)
471 CallInst* int32_3 = CallInst::Create(func_test2, "", label_entry);
476 ReturnInst::Create(getGlobalContext(), int32_3, label_entry); local
  /external/mesa3d/src/pixelflinger2/
llvm_scanline.cpp 466 BasicBlock *label_entry = BasicBlock::Create(builder.getContext(), "entry", func, 0); local
467 builder.SetInsertPoint(label_entry);

Completed in 52 milliseconds