Home
last modified time | relevance | path

Searched refs:declare (Results 1 – 25 of 141) sorted by relevance

123456

/freebsd/contrib/llvm-project/openmp/runtime/src/include/
H A Domp_lib.h.var1100 !$omp declare target(omp_set_num_threads )
1101 !$omp declare target(omp_set_dynamic )
1102 !$omp declare target(omp_set_nested )
1103 !$omp declare target(omp_get_num_threads )
1104 !$omp declare target(omp_get_max_threads )
1105 !$omp declare target(omp_get_thread_num )
1106 !$omp declare target(omp_get_num_procs )
1107 !$omp declare target(omp_in_parallel )
1108 !$omp declare target(omp_in_final )
1109 !$omp declare target(omp_get_dynamic )
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dmath.h40 #pragma omp begin declare variant match( \
49 #pragma omp end declare variant
52 #pragma omp begin declare variant match(device = {arch(amdgcn)})
58 #pragma omp end declare variant
H A D__clang_openmp_device_functions.h21 #pragma omp begin declare variant match( \
36 #pragma omp end declare variant
39 #pragma omp begin declare variant match(device = {arch(amdgcn)})
56 #pragma omp end declare variant
H A Dstdlib.h20 #pragma omp begin declare variant match(device = {arch(amdgcn)})
26 #pragma omp end declare variant
H A Dtime.h25 #pragma omp begin declare variant match( \
30 #pragma omp end declare variant
H A Dcomplex47 #pragma omp begin declare variant match( \
53 #pragma omp end declare variant
/freebsd/contrib/file/magic/scripts/
H A Dcreate_filemagic_flac25 declare -a a_ground_fs=(16384000 22579200 24576000)
32 declare -a samplerates
50 declare -a stripped_rates
51 declare -a lines
/freebsd/contrib/llvm-project/clang/lib/Headers/llvm_libc_wrappers/
H A Dinttypes.h24 #pragma omp begin declare target
28 #pragma omp end declare target
H A Dassert.h24 #pragma omp begin declare target
28 #pragma omp end declare target
/freebsd/cddl/usr.sbin/dtrace/tests/common/probes/
H A DMakefile12 err.D_SYNTAX.declare.d \
20 tst.declare.d \
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcCallingConv.td74 // IR: declare void f(float %f1, float %f3)
77 // IR: declare void f(float inreg %f0, float inreg %f1)
80 // IR: declare void f(int signext %i0, float %f3)
83 // IR: declare void f(i32 inreg %i0high, float inreg %f1)
88 // IR: declare void f(i64 %i0.coerced)
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/
H A Dqca8k.txt24 To declare the internal mdio-bus configuration, declare a mdio node in the
25 switch node and declare the phandle for the port referencing the internal
/freebsd/contrib/byacc/test/
H A Dbtyacc_demo.y149 { $$ = declare($e, 0, $t); }
150 | ID { $$ = declare($e, $1, $t); }
216 extern Decl * declare(Scope *scope, char *id, Type *type);
/freebsd/lib/libomp/
H A Domp.h496 #pragma omp begin declare variant match(device={kind(host)})
498 #pragma omp end declare variant
499 #pragma omp begin declare variant match(device={kind(nohost)})
501 #pragma omp end declare variant
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/
H A Dreplace-dupes-with-symlinks.sh16 declare -A db
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h79 #pragma omp begin declare variant match( \
88 #pragma omp begin declare variant match(implementation = {vendor(llvm)})
97 #pragma omp end declare variant
112 #pragma omp end declare variant
/freebsd/sys/contrib/zstd/
H A D.gitattributes4 # Explicitly declare source files
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DCodeExpansions.h26 void declare(StringRef Name, StringRef Expansion) { in declare() function
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_LH_COMPFUNC.pod112 can be used in a common header file to declare the function wrappers:
164 lh_doall(), you can instead choose to declare your callback with a
166 declare/implement macros to create compatible wrappers that cast
259 and lh_doall_arg() declare their prototypes with "const", even for the
275 the raw callbacks themselves) or use the macros to declare/implement
279 table, yet declare callbacks without constant types (or cast the
/freebsd/cddl/usr.sbin/dtrace/tests/common/scalars/
H A DMakefile16 err.D_SYNTAX.declare.d \
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dfan53555.txt9 - fcs,suspend-voltage-selector: declare which of the two available
/freebsd/contrib/tcpdump/
H A Dconfigure.ac538 # Some might have it and declare it in <net/ethernet.h>.
539 # Some might have it and declare it in <netinet/ether.h>
540 # Some might have it and declare it in <sys/ethernet.h>.
541 # Some might have it and declare it in <arpa/inet.h>.
542 # Some might have it and declare it in <netinet/if_ether.h>.
543 # Some might have it and not declare it in any header file.
581 # but it doesn't declare ether_ntohost().
599 # or if we do but it doesn't declare ether_ntohost().
624 # or if we do but it doesn't declare ether_ntohost().
651 # declare ether_ntohost().
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/apple/
H A Dt8112-j473.dts25 * Force the bus number assignments so that we can declare some of the
H A Dt8103-j274.dts33 * Force the bus number assignments so that we can declare some of the
H A Dt8103-j457.dts33 * Force the bus number assignments so that we can declare some of the

123456