Home
last modified time | relevance | path

Searched refs:label_type (Results 1 – 7 of 7) sorted by relevance

/external/dnsmasq/src/
Drfc1035.c38 unsigned int label_type; in extract_name() local
62 label_type = l & 0xc0; in extract_name()
64 if (label_type == 0xc0) /* pointer */ in extract_name()
79 } else if (label_type == 0x80) in extract_name()
81 else if (label_type == 0x40) { /* ELT */ in extract_name()
238 unsigned int label_type; in skip_name() local
242 label_type = (*ansp) & 0xc0; in skip_name()
244 if (label_type == 0xc0) { in skip_name()
248 } else if (label_type == 0x80) in skip_name()
250 else if (label_type == 0x40) { in skip_name()
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml413 external label_type : llcontext -> lltype = "llvm_label_type"
Dllvm.mli683 (** [label_type c] creates a type of a basic block in the context [c]. See
685 val label_type : llcontext -> lltype val
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.ml324 external label_type : llcontext -> lltype = "llvm_label_type"
Dllvm.mli553 (** [label_type c] creates a type of a basic block in the context [c]. See
555 val label_type : llcontext -> lltype val
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.ml481 external label_type : llcontext -> lltype = "llvm_label_type"
Dllvm.mli707 (** [label_type c] creates a type of a basic block in the context [c]. See
709 val label_type : llcontext -> lltype val