Home
last modified time | relevance | path

Searched full:itself (Results 1 – 25 of 2819) sorted by relevance

12345678910>>...113

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DEpochTracker.h32 /// DebugEpochBase does not by itself track handles pointing into itself. The
55 /// HandleBase does not track the parent data structure by itself. It expects
70 /// not called incrementEpoch on itself since the creation of this
/freebsd/tests/sys/file/
H A Ddup_test.c14 * Test #5: check if dup2(2) allows to dup fd to itself.
24 * Test #14: check if fcntl(F_DUP2FD) allows to dup fd to itself.
118 * Dup to itself. in main()
145 printf("ok %d - dup2(2) to itself works\n", ++test); in main()
153 printf("ok %d - dup2(2) to itself returned a correct fd\n", in main()
214 /* Dup to itself */ in main()
217 printf("ok %d - fcntl(F_DUP2FD) to itself works\n", ++test); in main()
227 "ok %d - fcntl(F_DUP2FD) to itself returned a correct fd\n", in main()
295 * file descriptor onto itself. in main()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h144 /// triggers construction of itself or its elements if it's an array,
346 friend class ConstructionContext; // Allows to create<>() itself.
371 friend class ConstructionContext; // Allows to create<>() itself.
416 friend class ConstructionContext; // Allows to create<>() itself.
443 friend class ConstructionContext; // Allows to create<>() itself.
466 friend class ConstructionContext; // Allows to create<>() itself.
528 friend class ConstructionContext; // Allows to create<>() itself.
554 friend class ConstructionContext; // Allows to create<>() itself.
609 friend class ConstructionContext; // Allows to create<>() itself.
633 friend class ConstructionContext; // Allows to create<>() itself.
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_STORE_SEARCH.pod101 The subject name itself is a B<X509_NAME> pointer.
109 The issuer name itself is a B<X509_NAME> pointer, and the serial number is
118 The key fingerprint in itself is a string of bytes and its length, as
131 The alias in itself is a simple C string.
H A DOSSL_ALGORITHM.pod64 This is the OID itself for C<rsaEncryption>, in canonical decimal text form.
116 OIDs that are registered, or the OID itself in canonical decimal text form
120 I<algorithm_names> include known names as well as the OID itself in
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/delegate/
H A Dzfs_allow_003_pos.ksh36 # Verify option '-l' only allow permission to the dataset itself.
48 log_assert "Verify option '-l' only allow permission to the dataset itself."
93 log_pass "Verify option '-l' only allow permission to the dataset itself pass."
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBLAKE3.h56 /// This doesn't modify the hasher itself, and it's possible to finalize again
64 /// This doesn't modify the hasher itself, and it's possible to finalize again
104 /// This doesn't modify the hasher itself, and it's possible to finalize again
109 /// This doesn't modify the hasher itself, and it's possible to finalize again
/freebsd/lib/libpmc/pmu-events/arch/x86/broadwellde/
H A Duncore-power.json10 …event that tracks the number of cores that are in C0. It can be used by itself to get the average…
21 …event that tracks the number of cores that are in C3. It can be used by itself to get the average…
32 …event that tracks the number of cores that are in C6. It can be used by itself to get the average…
/freebsd/lib/libpmc/pmu-events/arch/x86/broadwellx/
H A Duncore-power.json10 …event that tracks the number of cores that are in C0. It can be used by itself to get the average…
21 …event that tracks the number of cores that are in C3. It can be used by itself to get the average…
32 …event that tracks the number of cores that are in C6. It can be used by itself to get the average…
/freebsd/lib/libpmc/pmu-events/arch/x86/haswellx/
H A Duncore-power.json10 …event that tracks the number of cores that are in C0. It can be used by itself to get the average…
21 …event that tracks the number of cores that are in C3. It can be used by itself to get the average…
32 …event that tracks the number of cores that are in C6. It can be used by itself to get the average…
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DDeclarationFragments.h120 /// \returns a reference to the DeclarationFragments object itself after
128 /// \returns a reference to the DeclarationFragments object itself after
136 /// \returns a reference to the DeclarationFragments object itself after
154 /// \returns a reference to the DeclarationFragments object itself after
209 /// \returns a reference to the DeclarationFragments object itself after
215 /// \returns a reference to the DeclarationFragments object itself after
221 /// \returns a reference to the DeclarationFragments object itself after
/freebsd/tools/tools/vhba/
H A DREADME11 virtual devices implemented under the VHBA itself. The current ones
13 itself- this is why this is in the tool directory.
/freebsd/tests/sys/cddl/zfs/tests/delegate/
H A Dzfs_allow_003_pos.ksh36 # Verify option '-l' only allow permission to the dataset itself.
57 log_assert "Verify option '-l' only allow permission to the dataset itself."
106 log_pass "Verify option '-l' only allow permission to the dataset itself pass."
/freebsd/share/man/man5/
H A Ddir.545 information about a file and a pointer to the file itself.
56 to the directory itself
65 has no parent and dot-dot points to itself like dot.
/freebsd/bin/ed/
H A Ded.151 itself.
326 matches itself.
338 matches itself.
370 then it matches itself.
409 Otherwise, it matches itself.
415 Otherwise, it matches itself.
448 itself.
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-opal.txt5 used by the firmware itself for configuring the port. From the linux
21 The node contains a number of other properties that are used by the FW itself
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc59 // Tests that Eq() describes itself properly.
74 // Tests that Ge() describes itself properly.
89 // Tests that Gt() describes itself properly.
104 // Tests that Le() describes itself properly.
119 // Tests that Lt() describes itself properly.
134 // Tests that Ne() describes itself properly.
233 // Tests that IsNan() can describe itself.
245 // Tests that IsNan() can describe itself with Not.
267 // Tests that FloatEq() describes itself properly.
286 // Tests that NanSensitiveFloatEq() describes itself properly.
[all …]
/freebsd/lib/libc/rpc/
H A Drpc_svc_create.3138 registers itself with the rpcbind
167 itself.
292 and registers itself with the rpcbind service.
/freebsd/contrib/bmake/unit-tests/
H A Ddeptgt-end.mk43 # deferred commands of the .END node itself are not appended to itself.
H A Ddeptgt-end-jobs.mk44 # deferred commands of the .END node itself are not appended to itself.
/freebsd/contrib/libucl/tests/basic/
H A D4.res16 scratch in Summer of 2011 to replace pkg-config, which now needs itself to build
17 itself.
/freebsd/secure/lib/libcrypto/man/man3/
H A DOSSL_STORE_SEARCH.3228 The subject name itself is a \fBX509_NAME\fR pointer.
235 The issuer name itself is a \fBX509_NAME\fR pointer, and the serial number is
243 The key fingerprint in itself is a string of bytes and its length, as
255 The alias in itself is a simple C string.
/freebsd/usr.bin/rpcgen/
H A Drpcgen.1119 or by itself.
142 it backgrounds itself by default.
302 When the server is self-started, it backgrounds itself by default.
383 pass a pointer to the argument, but can pass the argument itself.
/freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a73/
H A Dcache.json102 "PublicDescription": "Data cache hit in itself due to VIPT aliasing",
105 "BriefDescription": "Data cache hit in itself due to VIPT aliasing"
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineLoopUtils.h23 /// must be itself. Similarly it must have two predecessors, one of which must
24 /// be itself.

12345678910>>...113