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

  /cts/tools/dasm/src/java_cup/
production.java 297 String label_type; local
307 label_type = (String)label_types.get(id_str);
313 return "((" + label_type + ")" + emit.pre("result") + ")";
337 return "(/*"+id_str+"*/("+label_type+")" +
  /external/dnsmasq/src/
rfc1035.c 42 unsigned int label_type; local
71 label_type = l & 0xc0;
73 if (label_type == 0xc0) /* pointer */
91 else if (label_type == 0x80)
93 else if (label_type == 0x40)
132 { /* label_type = 0 -> label. */
285 unsigned int label_type; local
290 label_type = (*ansp) & 0xc0;
292 if (label_type == 0xc0)
298 else if (label_type == 0x80
    [all...]

Completed in 318 milliseconds