| /netbsd-src/sys/external/bsd/acpica/dist/include/ |
| H A D | acpixf.h | 95 #define ACPI_EXTERNAL_RETURN_STATUS(Prototype) \ argument 96 Prototype; 100 #define ACPI_EXTERNAL_RETURN_OK(Prototype) \ argument 101 Prototype; 105 #define ACPI_EXTERNAL_RETURN_VOID(Prototype) \ argument 106 Prototype; 110 #define ACPI_EXTERNAL_RETURN_UINT32(Prototype) \ argument 111 Prototype; 115 #define ACPI_EXTERNAL_RETURN_PTR(Prototype) \ argument 116 Prototype; 335 ACPI_HW_DEPENDENT_RETURN_STATUS(Prototype) global() argument 338 ACPI_HW_DEPENDENT_RETURN_OK(Prototype) global() argument 344 ACPI_HW_DEPENDENT_RETURN_VOID(Prototype) global() argument 348 ACPI_HW_DEPENDENT_RETURN_STATUS(Prototype) global() argument 351 ACPI_HW_DEPENDENT_RETURN_OK(Prototype) global() argument 357 ACPI_HW_DEPENDENT_RETURN_VOID(Prototype) global() argument 371 ACPI_MSG_DEPENDENT_RETURN_VOID(Prototype) global() argument 375 ACPI_MSG_DEPENDENT_RETURN_VOID(Prototype) global() argument 389 ACPI_DBG_DEPENDENT_RETURN_VOID(Prototype) global() argument 393 ACPI_DBG_DEPENDENT_RETURN_VOID(Prototype) global() argument 407 ACPI_APP_DEPENDENT_RETURN_VOID(Prototype) global() argument 411 ACPI_APP_DEPENDENT_RETURN_VOID(Prototype) global() argument 425 ACPI_DBR_DEPENDENT_RETURN_OK(Prototype) global() argument 428 ACPI_DBR_DEPENDENT_RETURN_VOID(Prototype) global() argument 432 ACPI_DBR_DEPENDENT_RETURN_OK(Prototype) global() argument 435 ACPI_DBR_DEPENDENT_RETURN_VOID(Prototype) global() argument [all...] |
| /netbsd-src/sys/external/bsd/acpica/dist/include/platform/ |
| H A D | aclinux.h | 123 #define ACPI_EXTERNAL_RETURN_STATUS(Prototype) \ argument 124 static ACPI_INLINE Prototype {return(AE_NOT_CONFIGURED);} 125 #define ACPI_EXTERNAL_RETURN_OK(Prototype) \ argument 126 static ACPI_INLINE Prototype {return(AE_OK);} 127 #define ACPI_EXTERNAL_RETURN_VOID(Prototype) \ argument 128 static ACPI_INLINE Prototype {return;} 129 #define ACPI_EXTERNAL_RETURN_UINT32(Prototype) \ argument 130 static ACPI_INLINE Prototype {return(0);} 131 #define ACPI_EXTERNAL_RETURN_PTR(Prototype) \ argument 132 static ACPI_INLINE Prototype {return(NULL);}
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
| H A D | ChangeLog | 311 (__acoshieee128): Prototype. 312 (__acosieee128): Prototype. 313 (__asinhieee128): Prototype. 314 (__asinieee128): Prototype. 315 (__atan2ieee128): Prototype. 316 (__atanhieee128): Prototype. 317 (__atanieee128): Prototype. 318 (__coshieee128): Prototype. 319 (__cosieee128): Prototype. 320 (__erfieee128): Prototype. [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
| H A D | libgomp.texi | 224 @item @emph{Prototype}: @tab @code{int omp_get_active_level(void);} 252 @item @emph{Prototype}: @tab @code{int omp_get_ancestor_thread_num(int level);} 281 @item @emph{Prototype}: @tab @code{int omp_get_cancellation(void);} 306 @item @emph{Prototype}: @tab @code{int omp_get_default_device(void);} 338 @item @emph{Prototype}: @tab @code{int omp_get_dynamic(void);} 364 @item @emph{Prototype}: @tab @code{int omp_get_level(void);} 389 @item @emph{Prototype}: @tab @code{int omp_get_max_active_levels(void);} 414 @item @emph{Prototype}: @tab @code{int omp_get_max_task_priority(void);} 436 @item @emph{Prototype}: @tab @code{int omp_get_max_threads(void);} 468 @item @emph{Prototype}: @tab @code{int omp_get_nested(void);} [all …]
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/ingenic/ |
| H A D | gcw0_proto.dts | 7 model = "GCW Zero Prototype"; 11 /* Prototype has only 256 MiB of RAM */
|
| /netbsd-src/external/gpl3/gcc/dist/libgomp/ |
| H A D | libgomp.texi | 433 @item @emph{Prototype}: @tab @code{int omp_get_active_level(void);} 461 @item @emph{Prototype}: @tab @code{int omp_get_ancestor_thread_num(int level);} 490 @item @emph{Prototype}: @tab @code{int omp_get_cancellation(void);} 515 @item @emph{Prototype}: @tab @code{int omp_get_default_device(void);} 543 @item @emph{Prototype}: @tab @code{int omp_get_device_num(void);} 575 @item @emph{Prototype}: @tab @code{int omp_get_dynamic(void);} 602 @item @emph{Prototype}: @tab @code{int omp_get_initial_device(void);} 628 @item @emph{Prototype}: @tab @code{int omp_get_level(void);} 653 @item @emph{Prototype}: @tab @code{int omp_get_max_active_levels(void);} 678 @item @emph{Prototype}: @tab @code{int omp_get_max_task_priority(void);} [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/ |
| H A D | Coroutines.cpp | 413 auto Prototype = ContinuationId->getPrototype(); in buildFrom() local 414 this->RetconLowering.ResumePrototype = Prototype; in buildFrom() 452 Prototype->getFunctionType()->dump(); in buildFrom() 461 Prototype->getFunctionType()->dump(); in buildFrom() 480 Prototype->getFunctionType()->dump(); in buildFrom() 488 Prototype->getFunctionType()->dump(); in buildFrom()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/linker/ |
| H A D | linker_ocaml.c | 25 void llvm_raise(value Prototype, char *Message);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/irreader/ |
| H A D | irreader_ocaml.c | 21 void llvm_raise(value Prototype, char *Message);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/bitreader/ |
| H A D | bitreader_ocaml.c | 22 void llvm_raise(value Prototype, char *Message);
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | CloneDetection.cpp | 495 StmtSequence Prototype = HashGroup[i]; in splitCloneGroups() local 496 CloneDetector::CloneGroup PotentialGroup = {Prototype}; in splitCloneGroups() 508 if (!Compare(Prototype, Candidate)) in splitCloneGroups()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 1763 Prototype, // Within a function prototype. enumerator 1938 return (Context == DeclaratorContext::Prototype || in isPrototypeContext() 2010 case DeclaratorContext::Prototype: in mayOmitIdentifier() 2043 case DeclaratorContext::Prototype: in mayHaveIdentifier() 2083 case DeclaratorContext::Prototype: in mayHaveDecompositionDeclarator() 2145 case DeclaratorContext::Prototype: in mayBeFollowedByCXXDirectInit() 2370 case DeclaratorContext::Prototype: in isFunctionDeclarationContext() 2405 case DeclaratorContext::Prototype: in isExpressionContext()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/executionengine/ |
| H A D | executionengine_ocaml.c | 29 void llvm_raise(value Prototype, char *Message);
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/ |
| H A D | ChangeLog-0203 | 1908 * symbols.h: Prototype them. 2407 * cgen.h: Prototype gas_cgen_begin. 3107 * config/tc-i960.c (md_ri_to_chars): Prototype. 3130 * config/e-crisaout.c (crisaout_bfd_name): Prototype. 3131 * config/e-criself.c (criself_bfd_name): Prototype. 3143 * config/tc-a29k.c (insert_sreg): Prototype. 3144 (define_some_regs): Prototype, make static. 3172 (restore_colon): Prototype. 3173 * config/tc-frv.c (frv_insert_vliw_insn): Prototype. 3194 (parse_reg): Prototype. [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/gas/ |
| H A D | ChangeLog-0203 | 1908 * symbols.h: Prototype them. 2407 * cgen.h: Prototype gas_cgen_begin. 3107 * config/tc-i960.c (md_ri_to_chars): Prototype. 3130 * config/e-crisaout.c (crisaout_bfd_name): Prototype. 3131 * config/e-criself.c (criself_bfd_name): Prototype. 3143 * config/tc-a29k.c (insert_sreg): Prototype. 3144 (define_some_regs): Prototype, make static. 3172 (restore_colon): Prototype. 3173 * config/tc-frv.c (frv_insert_vliw_insn): Prototype. 3194 (parse_reg): Prototype. [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgfortran/m4/ |
| H A D | matmulavx128.m4 | 36 /* Prototype for the BLAS ?gemm subroutine, a pointer to which can be
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/m4/ |
| H A D | matmulavx128.m4 | 36 /* Prototype for the BLAS ?gemm subroutine, a pointer to which can be
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl03.rst | 287 should be used for a given Prototype. Since all function arguments in 296 the Prototype. This indicates the type, linkage and name to use, as 314 names given in the Prototype. This step isn't strictly necessary, but keeping 317 them up in the Prototype AST. 343 exists, so we'll codegen one from the Prototype. In either case, we want to
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/Proposals/ |
| H A D | VectorPredication.rst | 87 .. [VPRFC] RFC: Prototype & Roadmap for vector predication in LLVM,
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | riscv_vector.td | 112 // sequence of type transformers described in Suffix and Prototype. 122 // The C/C++ prototype of the builtin is defined by the Prototype attribute. 123 // Prototype is a non-empty sequence of type transformers, the first of which 125 // builtin, in order. For instance if Prototype is "wvv" and TypeRange is "si" 140 // underscore (_). It is instantiated like Prototype. 153 // Prototype attribute defines the C/C++ prototype of the builtin. It is a 156 // order. For instance if Prototype is "wvv", TypeRange is "si" and LMUL=1, a 160 string Prototype = prototype;
|
| H A D | arm_neon_incl.td | 228 // Prototype modifiers 265 string Prototype = p;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/target/ |
| H A D | target_ocaml.c | 28 void llvm_raise(value Prototype, char *Message);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.h | 46 Prototype, enumerator
|
| /netbsd-src/external/gpl3/binutils/dist/gprof/ |
| H A D | ChangeLog-2009 | 123 * corefile.h: Prototype core_create_syms_from.
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprof/ |
| H A D | ChangeLog-2009 | 123 * corefile.h: Prototype core_create_syms_from.
|