Home
last modified time | relevance | path

Searched +refs:struct +refs:bind (Results 126 – 150 of 11043) sorted by relevance

12345678910>>...442

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/test/Dialect/SPIRV/Transforms/
H A Dabi-interface.mlir12 …// CHECK-DAG: spv.globalVariable [[VAR0:@.*]] bind(0, 0) : !spv.ptr<!spv.struct<f32 [0]>, Stora…
13 …// CHECK-DAG: spv.globalVariable [[VAR1:@.*]] bind(0, 1) : !spv.ptr<!spv.struct<!spv.array<12 x…
18 %arg1: !spv.ptr<!spv.struct<!spv.array<12 x f32>>, StorageBuffer>
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/test/Dialect/SPIRV/Transforms/
H A Dabi-interface.mlir10 …// CHECK-DAG: spv.GlobalVariable [[VAR0:@.*]] bind(0, 0) : !spv.ptr<!spv.struct<(f32 [0])>, Sto…
11 …// CHECK-DAG: spv.GlobalVariable [[VAR1:@.*]] bind(0, 1) : !spv.ptr<!spv.struct<(!spv.array<12 …
16 %arg1: !spv.ptr<!spv.struct<(!spv.array<12 x f32>)>, StorageBuffer>
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/test/Dialect/SPIRV/Transforms/
H A Dabi-interface.mlir10 …// CHECK-DAG: spv.globalVariable [[VAR0:@.*]] bind(0, 0) : !spv.ptr<!spv.struct<(f32 [0])>, Sto…
11 …// CHECK-DAG: spv.globalVariable [[VAR1:@.*]] bind(0, 1) : !spv.ptr<!spv.struct<(!spv.array<12 …
16 %arg1: !spv.ptr<!spv.struct<(!spv.array<12 x f32>)>, StorageBuffer>
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/test/Dialect/SPIRV/Transforms/
H A Dabi-interface.mlir10 …// CHECK-DAG: spv.GlobalVariable [[VAR0:@.*]] bind(0, 0) : !spv.ptr<!spv.struct<(f32 [0])>, Sto…
11 …// CHECK-DAG: spv.GlobalVariable [[VAR1:@.*]] bind(0, 1) : !spv.ptr<!spv.struct<(!spv.array<12 …
16 %arg1: !spv.ptr<!spv.struct<(!spv.array<12 x f32>)>, StorageBuffer>
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/test/Dialect/SPIRV/Transforms/
H A Dabi-interface.mlir10 …// CHECK-DAG: spv.GlobalVariable [[VAR0:@.*]] bind(0, 0) : !spv.ptr<!spv.struct<(f32 [0])>, Sto…
11 …// CHECK-DAG: spv.GlobalVariable [[VAR1:@.*]] bind(0, 1) : !spv.ptr<!spv.struct<(!spv.array<12 …
16 %arg1: !spv.ptr<!spv.struct<(!spv.array<12 x f32>)>, StorageBuffer>
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/test/Dialect/SPIRV/Transforms/
H A Dabi-interface.mlir10 …// CHECK-DAG: spv.globalVariable [[VAR0:@.*]] bind(0, 0) : !spv.ptr<!spv.struct<(f32 [0])>, Sto…
11 …// CHECK-DAG: spv.globalVariable [[VAR1:@.*]] bind(0, 1) : !spv.ptr<!spv.struct<(!spv.array<12 …
16 %arg1: !spv.ptr<!spv.struct<(!spv.array<12 x f32>)>, StorageBuffer>
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/test/Dialect/SPIRV/Transforms/
H A Dabi-interface.mlir10 …// CHECK-DAG: spv.GlobalVariable [[VAR0:@.*]] bind(0, 0) : !spv.ptr<!spv.struct<(f32 [0])>, Sto…
11 …// CHECK-DAG: spv.GlobalVariable [[VAR1:@.*]] bind(0, 1) : !spv.ptr<!spv.struct<(!spv.array<12 …
16 %arg1: !spv.ptr<!spv.struct<(!spv.array<12 x f32>)>, StorageBuffer>
/dports/lang/racket/racket-8.3/share/pkgs/redex-lib/redex/
H A Dreduction-semantics.rkt8 "private/lang-struct.rkt"
47 (struct-out derivation)
64 make-bind bind? bind-name bind-exp
88 (struct-out exn:fail:redex:test)
89 (struct-out counterexample)
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/suggestions/
H A Dconst-in-struct-pat.stderr2 --> $DIR/const-in-struct-pat.rs:8:17
4 LL | struct foo;
5 | ----------- unit struct defined here
10 | expected struct `String`, found struct `foo`
11 | `foo` is interpreted as a unit struct, not a new binding
13 help: bind the struct field to a different name instead
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/include/std/
H A Dfunctional937 * function objects returned by bind(). [TR1 3.6.1]
1243 /// Type of the function object returned from bind().
1369 /// Type of the function object returned from bind<R>().
1531 * @brief Class template _Bind is always a bind expression.
1539 * @brief Class template _Bind is always a bind expression.
1547 * @brief Class template _Bind is always a bind expression.
1617 * @brief Function template for std::bind.
1623 bind(_Func&& __f, _BoundArgs&&... __args)
1644 * @brief Function template for std::bind<R>.
1650 bind(_Func&& __f, _BoundArgs&&... __args)
[all …]
/dports/net/py-sshuttle/sshuttle-0.78.5/sshuttle/
H A Dstresstest.py4 import struct
8 listener.bind(('127.0.0.1', 0))
23 c.bind(('0.0.0.0', 0))
29 b = struct.pack('I', count) + 'x' * count
51 want = struct.unpack('I', b[:4])[0]
/dports/net/py-impacket/impacket-0.9.17/examples/
H A Difmap.py37 import struct
289 maj, min = struct.unpack("BB", ndruuid[16:])
290 return uuid + struct.pack("<HH", maj, min)
312 dce.bind(mgmt.MSRPC_UUID_MGMT)
331 dce.bind(binuuid)
/dports/lang/racket/racket-8.3/share/pkgs/macro-debugger-text-lib/macro-debugger/model/
H A Dderiv-c.rkt17 (struct node (z1 z2) #:transparent)
23 (struct deriv node () #:transparent)
59 ;; - (local-bind Ids ?Exn Stx Stx) -- FIXME: renames structure?
64 (struct local-exn (exn) #:transparent)
71 (struct local-bind (names ?1 renames bindrhs) #:transparent)
84 (struct prule base () #:transparent)
164 (struct p::STOP prule () #:transparent)
197 (struct brule () #:transparent)
246 (struct modp2:skip () #:transparent)
271 ;; A BindSyntaxes is (bind-syntaxes DerivLL LocalActions)
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/networking/
H A Dj1939.rst191 In order to send data, a ``bind(2)`` must have been successful. ``bind(2)`` assigns a
203 struct sockaddr_can {
207 struct {
286 | bind() + connect() + | |
358 struct sockaddr_can baddr = {
368 bind(sock, (struct sockaddr *)&baddr, sizeof(baddr));
375 const struct j1939_filter filt[] = {
391 const struct sockaddr_can saddr = {
432 struct sockaddr_can baddr = {
442 bind(sock, (struct sockaddr *)&baddr, sizeof(baddr));
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/networking/
H A Dj1939.rst191 In order to send data, a ``bind(2)`` must have been successful. ``bind(2)`` assigns a
203 struct sockaddr_can {
207 struct {
286 | bind() + connect() + | |
358 struct sockaddr_can baddr = {
368 bind(sock, (struct sockaddr *)&baddr, sizeof(baddr));
375 const struct j1939_filter filt[] = {
391 const struct sockaddr_can saddr = {
432 struct sockaddr_can baddr = {
442 bind(sock, (struct sockaddr *)&baddr, sizeof(baddr));
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/networking/
H A Dj1939.rst191 In order to send data, a ``bind(2)`` must have been successful. ``bind(2)`` assigns a
203 struct sockaddr_can {
207 struct {
286 | bind() + connect() + | |
358 struct sockaddr_can baddr = {
368 bind(sock, (struct sockaddr *)&baddr, sizeof(baddr));
375 const struct j1939_filter filt[] = {
391 const struct sockaddr_can saddr = {
432 struct sockaddr_can baddr = {
442 bind(sock, (struct sockaddr *)&baddr, sizeof(baddr));
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium-shim/patches/with_update/
H A Drevert_c++14_typename_alias_usage.patch11 diff --git a/security/sandbox/chromium/base/bind.h b/security/sandbox/chromium/base/bind.h
12 --- a/security/sandbox/chromium/base/bind.h
13 +++ b/security/sandbox/chromium/base/bind.h
122 "BindRepeating cannot bind OnceCallback. Use BindOnce with std::move().");
159 // via use of enable_if, and the second takes a T* which will not bind to T&.
177 struct CallbackCancellationTraits<
216 struct ForceVoidReturn;
221 struct FunctorTraits;
228 -struct FunctorTraits<Functor,
230 +struct FunctorTraits<
[all …]
/dports/security/openvpn-auth-ldap/openvpn-auth-ldap-auth-ldap-2.0.4/src/
H A DTRLDAPConnection.m116 struct timeval ldapTimeout;
175 struct berval cred;
177 struct timeval timeout;
186 * anonymous bind. There is no way to determine from the bind result
224 * or the bind result, so we play it safe and pull the bind result */
263 struct berval **vals;
267 struct timeval timeout;
397 struct timeval timeout;
399 struct berval bval;
441 struct timeval timeout;
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/include/tr1/
H A Dfunctional832 * function objects returned by bind(). [TR1 3.6.1]
1146 /// Type of the function object returned from bind().
1264 /// Type of the function object returned from bind<R>().
1356 /// Class template _Bind is always a bind expression.
1364 /// Class template _Bind is always a bind expression.
1372 /// Class template _Bind is always a bind expression.
1380 /// Class template _Bind is always a bind expression.
1388 /// Class template _Bind_result is always a bind expression.
1460 /// bind
1464 bind(_Functor __f, _ArgTypes... __args)
[all …]
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/include/tr1/
H A Dfunctional835 * function objects returned by bind(). [TR1 3.6.1]
1154 /// Type of the function object returned from bind().
1272 /// Type of the function object returned from bind<R>().
1364 /// Class template _Bind is always a bind expression.
1372 /// Class template _Bind is always a bind expression.
1380 /// Class template _Bind is always a bind expression.
1388 /// Class template _Bind is always a bind expression.
1396 /// Class template _Bind_result is always a bind expression.
1468 /// bind
1472 bind(_Functor __f, _ArgTypes... __args)
[all …]
/dports/lang/gcc6-aux/bootstrap/include/c++/5.1.0/tr1/
H A Dfunctional835 * function objects returned by bind(). [TR1 3.6.1]
1154 /// Type of the function object returned from bind().
1272 /// Type of the function object returned from bind<R>().
1364 /// Class template _Bind is always a bind expression.
1372 /// Class template _Bind is always a bind expression.
1380 /// Class template _Bind is always a bind expression.
1388 /// Class template _Bind is always a bind expression.
1396 /// Class template _Bind_result is always a bind expression.
1468 /// bind
1472 bind(_Functor __f, _ArgTypes... __args)
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/include/tr1/
H A Dfunctional832 * function objects returned by bind(). [TR1 3.6.1]
1146 /// Type of the function object returned from bind().
1264 /// Type of the function object returned from bind<R>().
1356 /// Class template _Bind is always a bind expression.
1364 /// Class template _Bind is always a bind expression.
1372 /// Class template _Bind is always a bind expression.
1380 /// Class template _Bind is always a bind expression.
1388 /// Class template _Bind_result is always a bind expression.
1460 /// bind
1464 bind(_Functor __f, _ArgTypes... __args)
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/include/tr1/
H A Dfunctional832 * function objects returned by bind(). [TR1 3.6.1]
1146 /// Type of the function object returned from bind().
1264 /// Type of the function object returned from bind<R>().
1356 /// Class template _Bind is always a bind expression.
1364 /// Class template _Bind is always a bind expression.
1372 /// Class template _Bind is always a bind expression.
1380 /// Class template _Bind is always a bind expression.
1388 /// Class template _Bind_result is always a bind expression.
1460 /// bind
1464 bind(_Functor __f, _ArgTypes... __args)
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/include/tr1/
H A Dfunctional832 * function objects returned by bind(). [TR1 3.6.1]
1146 /// Type of the function object returned from bind().
1264 /// Type of the function object returned from bind<R>().
1356 /// Class template _Bind is always a bind expression.
1364 /// Class template _Bind is always a bind expression.
1372 /// Class template _Bind is always a bind expression.
1380 /// Class template _Bind is always a bind expression.
1388 /// Class template _Bind_result is always a bind expression.
1460 /// bind
1464 bind(_Functor __f, _ArgTypes... __args)
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/include/tr1/
H A Dfunctional832 * function objects returned by bind(). [TR1 3.6.1]
1146 /// Type of the function object returned from bind().
1264 /// Type of the function object returned from bind<R>().
1356 /// Class template _Bind is always a bind expression.
1364 /// Class template _Bind is always a bind expression.
1372 /// Class template _Bind is always a bind expression.
1380 /// Class template _Bind is always a bind expression.
1388 /// Class template _Bind_result is always a bind expression.
1460 /// bind
1464 bind(_Functor __f, _ArgTypes... __args)
[all …]

12345678910>>...442