| /freebsd-13.1/contrib/mandoc/ |
| H A D | mandocd.c | 130 enum outt outtype; in main() local 133 outtype = OUTT_ASCII; in main() 146 outtype = OUTT_ASCII; in main() 148 outtype = OUTT_UTF8; in main() 150 outtype = OUTT_HTML; in main() 178 switch (outtype) { in main() 214 process(parser, outtype, formatter); in main() 216 if (outtype == OUTT_HTML) in main() 232 switch (outtype) { in main() 254 switch (outtype) { in process() [all …]
|
| H A D | catman.c | 53 run_mandocd(int sockfd, const char *outtype, const char* defos) in run_mandocd() argument 60 execlp("mandocd", "mandocd", "-T", outtype, in run_mandocd() 63 execlp("mandocd", "mandocd", "-T", outtype, in run_mandocd() 202 const char *defos, *outtype; in main() local 209 outtype = "ascii"; in main() 216 outtype = optarg; in main() 239 run_mandocd(srv_fds[1], outtype, defos); in main()
|
| H A D | main.c | 189 curp.outtype = OUTT_LOCALE; in main() 279 curp.outtype = OUTT_LINT; in main() 283 curp.outtype = OUTT_TREE; in main() 285 curp.outtype = OUTT_MAN; in main() 287 curp.outtype = OUTT_HTML; in main() 295 curp.outtype = OUTT_PS; in main() 297 curp.outtype = OUTT_PDF; in main() 677 switch (curp.outtype) { in main() 954 switch (curp->outtype) { in parse() 979 switch (curp->outtype) { in parse() [all …]
|
| /freebsd-13.1/sys/arm64/acpica/ |
| H A D | acpi_iort.c | 183 iort_smmu_trymap(struct iort_node *node, u_int outtype, u_int *outid) in iort_smmu_trymap() argument 190 if (outtype == ACPI_IORT_NODE_ITS_GROUP && in iort_smmu_trymap() 198 KASSERT(node->type == outtype, ("mapping fail")); in iort_smmu_trymap() 206 iort_pci_rc_map(u_int seg, u_int rid, u_int outtype, u_int *outid) in iort_pci_rc_map() argument 220 out_node = iort_smmu_trymap(out_node, outtype, &nxtid); in iort_pci_rc_map() 231 iort_named_comp_map(const char *devname, u_int rid, u_int outtype, u_int *outid) in iort_named_comp_map() argument 245 out_node = iort_smmu_trymap(out_node, outtype, &nxtid); in iort_named_comp_map()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | arm_mve.td | 1154 multiclass DyadicImmShift<Type outtype, Immediate imm, string intname = NAME, 1156 defvar intparams = !if(!eq(outtype, Vector), [Vector], [outtype, Vector]); 1159 outtype, (args outtype:$a, Vector:$b, imm:$sh), 1163 outtype, (args outtype:$a, Vector:$b, imm:$sh, Predicate:$pred), 1168 multiclass VSHRN<Type outtype, Immediate imm, dag extraargs> { 1169 defm b: DyadicImmShift<outtype, imm, "vshrn", !con(extraargs, (? 0))>; 1170 defm t: DyadicImmShift<outtype, imm, "vshrn", !con(extraargs, (? 1))>;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrFormats.td | 6210 RegisterOperand outtype, RegisterOperand intype, 6213 : I<(outs outtype:$Rd), (ins intype:$Rn), asm, 6231 RegisterOperand outtype, RegisterOperand intype, 6234 : I<(outs outtype:$dst), (ins outtype:$Rd, intype:$Rn), asm, 6292 RegisterOperand outtype, RegisterOperand intype1, 6296 : I<(outs outtype:$Rd), (ins intype1:$Rn, intype2:$Rm), asm, 6318 RegisterOperand outtype, RegisterOperand intype1, 6322 : I<(outs outtype:$dst), (ins outtype:$Rd, intype1:$Rn, intype2:$Rm), asm,
|