Home
last modified time | relevance | path

Searched refs:Prototype (Results 1 – 25 of 272) sorted by relevance

1234567891011

/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacpixf.h95 #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 Daclinux.h123 #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 DChangeLog311 (__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 Dlibgomp.texi224 @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 Dgcw0_proto.dts7 model = "GCW Zero Prototype";
11 /* Prototype has only 256 MiB of RAM */
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dlibgomp.texi433 @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 DCoroutines.cpp413 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 Dlinker_ocaml.c25 void llvm_raise(value Prototype, char *Message);
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/irreader/
H A Dirreader_ocaml.c21 void llvm_raise(value Prototype, char *Message);
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/bitreader/
H A Dbitreader_ocaml.c22 void llvm_raise(value Prototype, char *Message);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCloneDetection.cpp495 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 DDeclSpec.h1763 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 Dexecutionengine_ocaml.c29 void llvm_raise(value Prototype, char *Message);
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-02031908 * 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 DChangeLog-02031908 * 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 Dmatmulavx128.m436 /* Prototype for the BLAS ?gemm subroutine, a pointer to which can be
/netbsd-src/external/gpl3/gcc/dist/libgfortran/m4/
H A Dmatmulavx128.m436 /* Prototype for the BLAS ?gemm subroutine, a pointer to which can be
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl03.rst287 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 DVectorPredication.rst87 .. [VPRFC] RFC: Prototype & Roadmap for vector predication in LLVM,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A Driscv_vector.td112 // 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 Darm_neon_incl.td228 // Prototype modifiers
265 string Prototype = p;
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/target/
H A Dtarget_ocaml.c28 void llvm_raise(value Prototype, char *Message);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h46 Prototype, enumerator
/netbsd-src/external/gpl3/binutils/dist/gprof/
H A DChangeLog-2009123 * corefile.h: Prototype core_create_syms_from.
/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A DChangeLog-2009123 * corefile.h: Prototype core_create_syms_from.

1234567891011