/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
H A D | aspeed-g6-pinctrl.dtsi | 6 function = "ADC0"; 11 function = "ADC1"; 16 function = "ADC10"; 21 function = "ADC11"; 26 function = "ADC12"; 31 function = "ADC13"; 36 function = "ADC14"; 41 function = "ADC15"; 46 function = "ADC2"; 51 function = "ADC3"; [all …]
|
H A D | uniphier-pinctrl.dtsi | 11 function = "aout"; 16 function = "ain1"; 21 function = "ain2"; 26 function = "ainiec1"; 31 function = "aout1"; 36 function = "aout2"; 41 function = "aout3"; 46 function = "aoutiec1"; 51 function = "aoutiec2"; 56 function = "emmc"; [all …]
|
H A D | aspeed-g4.dtsi | 679 function = "ACPI"; 684 function = "ADC0"; 689 function = "ADC1"; 694 function = "ADC10"; 699 function = "ADC11"; 704 function = "ADC12"; 709 function = "ADC13"; 714 function = "ADC14"; 719 function = "ADC15"; 724 function = "ADC2"; [all …]
|
H A D | aspeed-g5.dtsi | 799 function = "ACPI"; 804 function = "ADC0"; 809 function = "ADC1"; 814 function = "ADC10"; 819 function = "ADC11"; 824 function = "ADC12"; 829 function = "ADC13"; 834 function = "ADC14"; 839 function = "ADC15"; 844 function = "ADC2"; [all …]
|
H A D | nuvoton-common-npcm7xx.dtsi | 623 function = "iox1"; 627 function = "iox2"; 631 function = "smb1d"; 635 function = "smb2d"; 639 function = "lkgpo1"; 643 function = "lkgpo2"; 647 function = "ioxh"; 651 function = "gspi"; 655 function = "smb5b"; 659 function = "smb5c"; [all …]
|
H A D | tegra30-beaver.dts | 74 nvidia,function = "blink"; 81 nvidia,function = "uartc"; 88 nvidia,function = "i2s1"; 95 nvidia,function = "i2s1"; 102 nvidia,function = "i2s1"; 109 nvidia,function = "i2s1"; 116 nvidia,function = "sdmmc3"; 123 nvidia,function = "sdmmc3"; 130 nvidia,function = "spi4"; 137 nvidia,function = "spi4"; [all …]
|
H A D | s3c64xx-pinctrl.dtsi | 136 samsung,pin-function = <EXYNOS_PIN_FUNC_2>; 142 samsung,pin-function = <EXYNOS_PIN_FUNC_2>; 148 samsung,pin-function = <EXYNOS_PIN_FUNC_2>; 154 samsung,pin-function = <EXYNOS_PIN_FUNC_2>; 160 samsung,pin-function = <EXYNOS_PIN_FUNC_2>; 166 samsung,pin-function = <EXYNOS_PIN_FUNC_2>; 172 samsung,pin-function = <EXYNOS_PIN_FUNC_3>; 178 samsung,pin-function = <EXYNOS_PIN_FUNC_4>; 184 samsung,pin-function = <EXYNOS_PIN_FUNC_4>; 190 samsung,pin-function = <EXYNOS_PIN_FUNC_3>; [all …]
|
H A D | tegra124-nyan-blaze.dts | 46 nvidia,function = "gmi"; 53 nvidia,function = "i2s1"; 60 nvidia,function = "i2s1"; 67 nvidia,function = "i2s1"; 74 nvidia,function = "i2s1"; 81 nvidia,function = "sdmmc3"; 88 nvidia,function = "sdmmc3"; 95 nvidia,function = "rsvd2"; 102 nvidia,function = "rsvd2"; 109 nvidia,function = "sdmmc3"; [all …]
|
H A D | tegra124-nyan-big.dts | 48 nvidia,function = "gmi"; 55 nvidia,function = "i2s1"; 62 nvidia,function = "i2s1"; 69 nvidia,function = "i2s1"; 76 nvidia,function = "i2s1"; 83 nvidia,function = "sdmmc3"; 90 nvidia,function = "sdmmc3"; 97 nvidia,function = "rsvd2"; 104 nvidia,function = "rsvd2"; 111 nvidia,function = "sdmmc3"; [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/ |
H A D | sqlite3.d | 93 alias sqlite3_callback = int function (void*,int,char**, char**); 101 int function (void*,int,char**,char**) callback, /** Callback function */ 292 int function (sqlite3_file*) xClose; 293 int function (sqlite3_file*, void*, int iAmt, sqlite3_int64 iOfst) xRead; 294 int function (sqlite3_file*, const void*, int iAmt, sqlite3_int64 iOfst) xWrite; 295 int function (sqlite3_file*, sqlite3_int64 size) xTruncate; 296 int function (sqlite3_file*, int flags) xSync; 297 int function (sqlite3_file*, sqlite3_int64 *pSize) xFileSize; 298 int function (sqlite3_file*, int) xLock; 299 int function (sqlite3_file*, int) xUnlock; [all …]
|
/netbsd-src/external/gpl2/texinfo/dist/info/ |
H A D | infomap.c | 51 keymap[i].function = (InfoCommand *)NULL; in keymap_make_keymap() 59 keymap[Meta(i)].function = in keymap_make_keymap() 61 keymap[i].function = InfoCmd(info_do_lowercase_version); in keymap_make_keymap() 75 if (map[c].function == NULL) in find_function_keyseq() 77 for (k = map[c].function->keys; k; k = k->next) in find_function_keyseq() 84 m = (Keymap)m[*p].function; in find_function_keyseq() 95 add_function_keyseq (InfoCommand *function, in add_function_keyseq() argument 100 if (function == NULL || in add_function_keyseq() 101 function == InfoCmd(info_do_lowercase_version) || in add_function_keyseq() 102 function == InfoCmd(ea_insert)) in add_function_keyseq() [all …]
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_stacktrace_printer.cc | 23 static const char *StripFunctionName(const char *function, const char *prefix) { in StripFunctionName() argument 24 if (!function) return nullptr; in StripFunctionName() 25 if (!prefix) return function; in StripFunctionName() 27 if (0 == internal_strncmp(function, prefix, prefix_len)) in StripFunctionName() 28 return function + prefix_len; in StripFunctionName() 29 return function; in StripFunctionName() 32 static const char *DemangleFunctionName(const char *function) { in DemangleFunctionName() argument 33 if (!function) return nullptr; in DemangleFunctionName() 39 if (!internal_strcmp(function, "__libc_mutex_init")) in DemangleFunctionName() 41 if (!internal_strcmp(function, "__libc_mutex_lock")) in DemangleFunctionName() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
H A D | config.h.in | 6 /* Define to 1 if you have the `access' function. */ 9 /* Define to 1 if you have the `acos' function. */ 12 /* Define to 1 if you have the `acosf' function. */ 15 /* Define to 1 if you have the `acosh' function. */ 18 /* Define to 1 if you have the `acoshf' function. */ 21 /* Define to 1 if you have the `acoshl' function. */ 24 /* Define to 1 if you have the `acosl' function. */ 27 /* Define to 1 if you have the `alarm' function. */ 30 /* Define to 1 if you have the `asin' function. */ 33 /* Define to 1 if you have the `asinf' function. */ [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_stacktrace_printer.cc | 21 static const char *StripFunctionName(const char *function, const char *prefix) { in StripFunctionName() argument 22 if (!function) return nullptr; in StripFunctionName() 23 if (!prefix) return function; in StripFunctionName() 25 if (0 == internal_strncmp(function, prefix, prefix_len)) in StripFunctionName() 26 return function + prefix_len; in StripFunctionName() 27 return function; in StripFunctionName() 30 static const char *DemangleFunctionName(const char *function) { in DemangleFunctionName() argument 31 if (!function) return nullptr; in DemangleFunctionName() 37 if (!internal_strcmp(function, "__libc_mutex_init")) in DemangleFunctionName() 39 if (!internal_strcmp(function, "__libc_mutex_lock")) in DemangleFunctionName() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_stacktrace_printer.cpp | 22 static const char *StripFunctionName(const char *function, const char *prefix) { in StripFunctionName() argument 23 if (!function) return nullptr; in StripFunctionName() 24 if (!prefix) return function; in StripFunctionName() 26 if (0 == internal_strncmp(function, prefix, prefix_len)) in StripFunctionName() 27 return function + prefix_len; in StripFunctionName() 28 return function; in StripFunctionName() 31 static const char *DemangleFunctionName(const char *function) { in DemangleFunctionName() argument 32 if (!function) return nullptr; in DemangleFunctionName() 38 if (!internal_strcmp(function, "__libc_mutex_init")) in DemangleFunctionName() 40 if (!internal_strcmp(function, "__libc_mutex_lock")) in DemangleFunctionName() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/ |
H A D | config.h.in | 6 /* Define to 1 if you have the `access' function. */ 9 /* Define to 1 if you have the `acos' function. */ 12 /* Define to 1 if you have the `acosf' function. */ 15 /* Define to 1 if you have the `acosh' function. */ 18 /* Define to 1 if you have the `acoshf' function. */ 21 /* Define to 1 if you have the `acoshl' function. */ 24 /* Define to 1 if you have the `acosl' function. */ 27 /* Define to 1 if you have the `alarm' function. */ 30 /* Define to 1 if you have the `asin' function. */ 33 /* Define to 1 if you have the `asinf' function. */ [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
H A D | ntsecpkg.d | 179 alias void function(ULONG_PTR, ULONG_PTR, PSecBuffer, 190 alias NTSTATUS function(ULONG, PLSA_CALLBACK_FUNCTION) PLSA_REGISTER_CALLBACK; 191 alias NTSTATUS function(PLUID) PLSA_CREATE_LOGON_SESSION; 192 alias NTSTATUS function(PLUID) PLSA_DELETE_LOGON_SESSION; 193 alias NTSTATUS function(PLUID, ULONG, PLSA_STRING, 195 alias NTSTATUS function(PLUID, ULONG, PULONG, BOOLEAN, 197 alias NTSTATUS function(PLUID, ULONG, PLSA_STRING) PLSA_DELETE_CREDENTIAL; 198 alias PVOID function(ULONG) PLSA_ALLOCATE_LSA_HEAP; 199 alias void function(PVOID) PLSA_FREE_LSA_HEAP; 200 alias NTSTATUS function(PLSA_CLIENT_REQUEST, [all …]
|
H A D | ole.d | 164 void* function(LPOLEOBJECT, OLE_LPCSTR) QueryProtocol; 165 OLESTATUS function(LPOLEOBJECT) Release; 166 OLESTATUS function(LPOLEOBJECT, BOOL) Show; 167 OLESTATUS function(LPOLEOBJECT, UINT, BOOL, BOOL) DoVerb; 168 OLESTATUS function(LPOLEOBJECT, OLECLIPFORMAT, HANDLE*) GetData; 169 OLESTATUS function(LPOLEOBJECT, OLECLIPFORMAT, HANDLE) SetData; 170 OLESTATUS function(LPOLEOBJECT, HGLOBAL) SetTargetDevice; 171 OLESTATUS function(LPOLEOBJECT, RECT*) SetBounds; 172 OLECLIPFORMAT function(LPOLEOBJECT, OLECLIPFORMAT) EnumFormats; 173 OLESTATUS function(LPOLEOBJECT, LOGPALETTE*) SetColorScheme; [all …]
|
/netbsd-src/external/lgpl3/mpc/dist/tests/ |
H A D | tgeneric.c | 32 tgeneric_cc (mpc_function *function, mpc_ptr op, mpc_ptr rop, in tgeneric_cc() argument 41 function->pointer.CC (rop4, op, rnd); in tgeneric_cc() 42 function->pointer.CC (rop, op, rnd); in tgeneric_cc() 59 printf ("Rounding in %s might be incorrect for\n", function->name); in tgeneric_cc() 66 printf ("\n%s gives ", function->name); in tgeneric_cc() 68 printf ("%s quadruple precision gives ", function->name); in tgeneric_cc() 77 tgeneric_cc_c (mpc_function *function, mpc_ptr op, mpc_ptr rop1, mpc_ptr rop2, in tgeneric_cc_c() argument 85 function->pointer.CC_C (rop14, rop24, op, rnd1, rnd2); in tgeneric_cc_c() 86 function->pointer.CC_C (rop1, rop2, op, rnd1, rnd2); in tgeneric_cc_c() 104 printf ("Rounding might be incorrect for the first result of %s at\n", function->name); in tgeneric_cc_c() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
H A D | omp_lib.f90.in | 169 function omp_get_dynamic () 171 end function omp_get_dynamic 175 function omp_get_nested () 177 end function omp_get_nested 181 function omp_in_parallel () 183 end function omp_in_parallel 187 function omp_test_lock (svar) 191 end function omp_test_lock 195 function omp_get_max_threads () 197 end function omp_get_max_threads [all …]
|
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/ |
H A D | msm8916-pins.dtsi | 11 function = "blsp_uart1"; 19 function = "gpio"; 27 function = "blsp_uart2"; 35 function = "gpio"; 43 function = "blsp_spi1"; 50 function = "gpio"; 60 function = "gpio"; 68 function = "blsp_spi2"; 75 function = "gpio"; 85 function = "gpio"; [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | omp_lib.f90.in | 283 function omp_get_dynamic () 285 end function omp_get_dynamic 289 function omp_get_nested () 291 end function omp_get_nested 295 function omp_in_parallel () 297 end function omp_in_parallel 301 function omp_test_lock (svar) 305 end function omp_test_lock 309 function omp_get_max_threads () 311 end function omp_get_max_threads [all …]
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
H A D | warn-on-use.h | 86 # define _GL_WARN_ON_USE(function, message) \ argument 87 _GL_WARN_EXTERN_C __typeof__ (function) function __attribute__ ((__warning__ (message))) 92 # define _GL_WARN_ON_USE(function, message) \ argument 93 _GL_WARN_EXTERN_C __typeof__ (function) function \ 99 # define _GL_WARN_ON_USE(function, message) \ argument 100 _GL_WARN_EXTERN_C __typeof__ (function) function 103 # define _GL_WARN_ON_USE(function, message) \ argument 117 # define _GL_WARN_ON_USE_CXX(function,rettype_gcc,rettype_clang,parameters_and_attributes,msg) \ argument 118 _GL_WARN_ON_USE (function, msg) 122 # define _GL_WARN_ON_USE_CXX(function,rettype_gcc,rettype_clang,parameters_and_attributes,msg) \ argument [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/transforms/scalar_opts/ |
H A D | llvm_scalar_opts.mli | 14 (** See the [llvm::createAggressiveDCEPass] function. *) 19 (** See the [llvm::createDCEPass] function. *) 24 (** See the [llvm::createAlignmentFromAssumptionsPass] function. *) 29 (** See the [llvm::createCFGSimplificationPass] function. *) 34 (** See [llvm::createDeadStoreEliminationPass] function. *) 39 (** See [llvm::createScalarizerPass] function. *) 44 (** See [llvm::createMergedLoadStoreMotionPass] function. *) 49 (** See the [llvm::createGVNPass] function. *) 54 (** See the [llvm::createIndVarSimplifyPass] function. *) 59 (** See the [llvm::createInstructionCombiningPass] function. *) [all …]
|
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/toshiba/ |
H A D | tmpv7708_pins.dtsi | 5 function = "spi0"; 9 function = "spi1"; 13 function = "spi2"; 17 function = "spi3"; 21 function = "spi4"; 25 function = "spi5"; 29 function = "spi6"; 33 function = "uart0"; 37 function = "uart1"; 41 function = "uart2"; [all …]
|