/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsSEISelDAGToDAG.h | 96 /// Select constant vector splats whose value fits in a given integer. 99 /// Select constant vector splats whose value fits in a uimm1. 101 /// Select constant vector splats whose value fits in a uimm2. 103 /// Select constant vector splats whose value fits in a uimm3. 105 /// Select constant vector splats whose value fits in a uimm4. 107 /// Select constant vector splats whose value fits in a uimm5. 109 /// Select constant vector splats whose value fits in a uimm6. 111 /// Select constant vector splats whose value fits in a uimm8. 113 /// Select constant vector splats whose value fits in a simm5. 115 /// Select constant vector splats whose value is a power of 2. [all …]
|
H A D | MipsISelDAGToDAG.h | 95 /// Select constant vector splats whose value fits in a uimm1. 97 /// Select constant vector splats whose value fits in a uimm2. 99 /// Select constant vector splats whose value fits in a uimm3. 101 /// Select constant vector splats whose value fits in a uimm4. 103 /// Select constant vector splats whose value fits in a uimm5. 105 /// Select constant vector splats whose value fits in a uimm6. 107 /// Select constant vector splats whose value fits in a uimm8. 109 /// Select constant vector splats whose value fits in a simm5. 111 /// Select constant vector splats whose value is a power of 2. 113 /// Select constant vector splats whose value is the inverse of a [all …]
|
/freebsd/contrib/googletest/googletest/src/ |
H A D | gtest-matchers.cc | 44 // Constructs a matcher that matches a const std::string& whose value is 48 // Constructs a matcher that matches a const std::string& whose value is 54 // Constructs a matcher that matches a std::string whose value is equal to 58 // Constructs a matcher that matches a std::string whose value is equal to 63 // Constructs a matcher that matches a const StringView& whose value is 69 // Constructs a matcher that matches a const StringView& whose value is 75 // Constructs a matcher that matches a const StringView& whose value is 81 // Constructs a matcher that matches a StringView whose value is equal to 85 // Constructs a matcher that matches a StringView whose value is equal to 91 // Constructs a matcher that matches a StringView whose value is equal to
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | bmiintrin.h | 29 /// An unsigned 16-bit integer whose trailing zeros are to be counted. 50 /// An unsigned 16-bit integer whose trailing zeros are to be counted. 63 /// An unsigned 32-bit integer whose trailing zeros are to be counted. 80 /// An unsigned 32-bit integer whose trailing zeros are to be counted. 101 /// An unsigned 32-bit integer whose trailing zeros are to be counted. 116 /// An unsigned 64-bit integer whose trailing zeros are to be counted. 133 /// An unsigned 64-bit integer whose trailing zeros are to be counted. 154 /// An unsigned 64-bit integer whose trailing zeros are to be counted. 218 /// An unsigned integer whose bits are to be extracted. 223 /// \returns An unsigned integer whose least significant bits contain the [all …]
|
H A D | lzcntintrin.h | 28 /// An unsigned 16-bit integer whose leading zeros are to be counted. 41 /// An unsigned 32-bit integer whose leading zeros are to be counted. 58 /// An unsigned 32-bit integer whose leading zeros are to be counted. 77 /// An unsigned 64-bit integer whose leading zeros are to be counted. 91 /// An unsigned 64-bit integer whose leading zeros are to be counted.
|
/freebsd/lib/libc/gen/ |
H A D | getutxent.3 | 217 it will return the next entry whose 228 it will return the next entry whose 230 has one of the previously mentioned values and whose 236 function searches for the next entry in the database whose 242 and whose 249 function searches for the next entry in the database whose 253 and whose 277 whose value is either 327 entry whose 339 All entries whose type has not been mentioned previously, are discarded
|
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/ |
H A D | pmc.txt | 6 "fsl,mpc8349-pmc" should be listed for any chip whose PMC is 8 whose PMC is compatible, and implies deep-sleep capability. 10 "fsl,mpc8548-pmc" should be listed for any chip whose PMC is 12 whose PMC is compatible, and implies deep-sleep capability. 14 "fsl,mpc8641d-pmc" should be listed for any chip whose PMC is
|
/freebsd/lib/libpmc/pmu-events/arch/x86/goldmontplus/ |
H A D | virtual-memory.json | 10 …s page walks completed due to demand data loads (including SW prefetches) whose address translatio… 22 …s page walks completed due to demand data loads (including SW prefetches) whose address translatio… 34 …s page walks completed due to demand data loads (including SW prefetches) whose address translatio… 58 …"PublicDescription": "Counts page walks completed due to demand data stores whose address translat… 70 …"PublicDescription": "Counts page walks completed due to demand data stores whose address translat… 82 …"PublicDescription": "Counts page walks completed due to demand data stores whose address translat… 130 …"PublicDescription": "Counts page walks completed due to instruction fetches whose address transla… 142 …"PublicDescription": "Counts page walks completed due to instruction fetches whose address transla… 154 …"PublicDescription": "Counts page walks completed due to instruction fetches whose address transla…
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBAttachInfo.h | 37 /// If \b false, attach to an existing process whose name matches. 38 /// If \b true, then wait for the next process whose name matches. 50 /// If \b false, attach to an existing process whose name matches. 51 /// If \b true, then wait for the next process whose name matches. 88 /// If \b false, attach to an existing process whose name matches. 89 /// If \b true, then wait for the next process whose name matches. 99 /// If \b false, attach to an existing process whose name matches. 100 /// If \b true, then wait for the next process whose name matches.
|
/freebsd/lib/libpmc/pmu-events/arch/x86/tremontx/ |
H A D | virtual-memory.json | 31 …the number of page walks completed due to loads (including SW prefetches) whose address translatio… 43 …the number of page walks completed due to loads (including SW prefetches) whose address translatio… 55 …the number of page walks completed due to loads (including SW prefetches) whose address translatio… 67 …the number of page walks completed due to loads (including SW prefetches) whose address translatio… 113 …"PublicDescription": "Counts the number of page walks completed due to stores whose address transl… 125 …"PublicDescription": "Counts the number of page walks completed due to stores whose address transl… 137 …"PublicDescription": "Counts the number of page walks completed due to stores whose address transl… 149 …"PublicDescription": "Counts the number of page walks completed due to stores whose address transl… 266 …n": "Counts the number of page walks completed due to instruction fetches whose address translatio… 278 …n": "Counts the number of page walks completed due to instruction fetches whose address translatio… [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/ |
H A D | crash_handler.h | 80 // Returns the start of the allocation whose metadata is in `AllocationMeta`. 84 // Returns the size of the allocation whose metadata is in `AllocationMeta` 94 // Retrieve the allocation trace for the allocation whose metadata is in 104 // Returns whether the allocation whose metadata is in `AllocationMeta` has been 110 // Returns the Thread ID that deallocated the memory whose metadata is in 116 // Retrieve the deallocation trace for the allocation whose metadata is in
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock-matchers-containers_test.cc | 482 EXPECT_EQ("is an object whose given field is >= 0", Describe(m)); in TEST() 483 EXPECT_EQ("is an object whose given field isn't >= 0", DescribeNegation(m)); in TEST() 489 EXPECT_EQ("is an object whose field `field_name` is >= 0", Describe(m)); in TEST() 490 EXPECT_EQ("is an object whose field `field_name` isn't >= 0", in TEST() 500 EXPECT_EQ("whose given field is 1" + OfType("int"), Explain(m, a)); in TEST_P() 504 "whose given field is 1" + OfType("int") + ", which is 1 more than 0", in TEST_P() 513 EXPECT_EQ("whose field `field_name` is 1" + OfType("int"), Explain(m, a)); in TEST_P() 516 EXPECT_EQ("whose field `field_name` is 1" + OfType("int") + in TEST_P() 576 EXPECT_EQ("is an object whose given field is >= 0", Describe(m)); in TEST() 577 EXPECT_EQ("is an object whose given field isn't >= 0", DescribeNegation(m)); in TEST() [all …]
|
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/ |
H A D | task.h | 305 *\li Events in the event queue of 'task' whose sender is 'sender', whose 306 * type is >= first and <= last, and whose tag is 'tag' will be purged, 337 *\li Events in the event queue of 'task' whose sender is 'sender', whose 338 * type is 'type', and whose tag is 'tag' will be purged, unless they 397 *\li Events in the event queue of 'task' whose sender is 'sender', whose 398 * type is >= first and <= last, and whose tag is 'tag' will be dequeued 431 *\li Events in the event queue of 'task' whose sender is 'sender', whose 432 * type is 'type', and whose tag is 'tag' will be dequeued and appended
|
/freebsd/contrib/ofed/opensm/include/complib/ |
H A D | cl_map.h | 164 * [in] Pointer to a map whose item count to return. 219 * [in] Iterator for the item whose key to return. 284 * [in] Pointer to a cl_map_t structure whose initialization state 378 * [in] Pointer to a cl_map_t structure whose end to return. 414 * [in] Pointer to a map whose item with the lowest key is returned. 447 * [in] Pointer to a map whose item with the highest key 481 * [in] Iterator for an object in a map whose successor to return. 516 * [in] Iterator for an object in a map whose predecessor to return. 743 * [in] Iterator whose object to return. 774 * [in/out] Pointer to a cl_map_t structure whose items to add [all …]
|
H A D | cl_qmap.h | 326 * [in] Pointer to a cl_qmap_t structure whose item count to return. 386 * [in] Pointer to a map object stucture whose object pointer 417 * [in] Pointer to a map object stucture whose object pointer to return. 444 * [in] Pointer to a map item whose key value to return. 501 * [in] Pointer to a cl_qmap_t structure whose end to return. 538 * [in] Pointer to a cl_qmap_t structure whose item with the lowest 574 * [in] Pointer to a cl_qmap_t structure whose item with the 609 * [in] Pointer to a map item whose successor to return. 641 * [in] Pointer to a map item whose predecessor to return. 872 * [in/out] Pointer to a cl_qmap_t structure whose items to add [all …]
|
/freebsd/lib/libsys/ |
H A D | wait.2 | 216 Wait for processes whose effective user ID is equal to 219 Wait for processes whose effective group ID is equal to 222 Wait for processes whose session ID is equal to 229 Waits for processes within a jail whose jail identifier is equal to 258 is less than -1, the call waits for any process whose process group ID 323 Keep the process whose status is returned in a waitable state. 530 signal for each child process whose
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | Type.h | 112 /// "foo": Look for any type whose basename matches "foo". in LLDB_MARK_AS_BITMASK_ENUM() 119 /// "foo::bar": Look for any type whose basename matches "bar" but make sure in LLDB_MARK_AS_BITMASK_ENUM() 121 /// (namespace, class, struct, etc) whose name matches "foo". in LLDB_MARK_AS_BITMASK_ENUM() 126 /// "class foo": Only match types that are classes whose basename matches in LLDB_MARK_AS_BITMASK_ENUM() 128 /// "struct foo": Only match types that are structures whose basename in LLDB_MARK_AS_BITMASK_ENUM() 130 /// "class foo::bar": Only match types that are classes whose basename in LLDB_MARK_AS_BITMASK_ENUM() 386 /// This type is the type whose UID is m_encoding_uid. 388 /// This type is the type whose UID is m_encoding_uid with the const 391 /// This type is the type whose UID is m_encoding_uid with the restrict 394 /// This type is the type whose UID is m_encoding_uid with the volatile [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DiagnosticHandler.cpp | 20 /// -pass-remarks* command line flags. Passes whose name matches this regexp 48 cl::desc("Enable optimization remarks from passes whose name match " 56 cl::desc("Enable missed optimization remarks from passes whose name match " 66 "Enable optimization analysis remarks from passes whose name match "
|
/freebsd/lib/libpmc/pmu-events/arch/x86/elkhartlake/ |
H A D | virtual-memory.json | 31 …the number of page walks completed due to loads (including SW prefetches) whose address translatio… 43 …the number of page walks completed due to loads (including SW prefetches) whose address translatio… 55 …the number of page walks completed due to loads (including SW prefetches) whose address translatio… 91 …"PublicDescription": "Counts the number of page walks completed due to stores whose address transl… 103 …"PublicDescription": "Counts the number of page walks completed due to stores whose address transl… 209 …n": "Counts the number of page walks completed due to instruction fetches whose address translatio… 221 …n": "Counts the number of page walks completed due to instruction fetches whose address translatio…
|
/freebsd/share/man/man9/ |
H A D | pfind.9 | 46 structure whose PID is specified in the argument only if the 59 list and returns the first process whose PID matches and whose state is
|
H A D | acl.9 | 88 Discretionary access rights for processes whose effective user ID 91 Discretionary access rights for processes whose effective user ID 94 Discretionary access rights for processes whose effective group ID 98 Discretionary access rights for processes whose effective group ID
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | OrcABISupport.h | 100 /// ReentryFnAddr should be the address of a function whose signature matches 165 /// ReentryFnAddr should be the address of a function whose signature matches 185 /// ReentryFnAddr should be the address of a function whose signature matches 209 /// ReentryFnAddr should be the address of a function whose signature matches 258 /// ReentryFnAddr should be the address of a function whose signature matches 312 /// ReentryFnAddr should be the address of a function whose signature matches 352 /// ReentryFnAddr should be the address of a function whose signature matches 392 /// ReentryFnAddr should be the address of a function whose signature matches
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/ |
H A D | zfs_mount_002_pos.ksh | 38 # Invoking "zfs mount <filesystem>" with a filesystem whose name is not in 59 "whose name is not in 'zfs list' will fail with return code 1." 79 "whose name is not in 'zfs list' failed with return code 1."
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | CoverageFilters.h | 56 /// Matches functions whose name matches a certain regular expression. 69 /// Matches functions whose name appears in a SpecialCaseList in the 107 /// Matches functions whose region coverage percentage 119 /// Matches functions whose line coverage percentage
|
/freebsd/contrib/libarchive/tar/test/ |
H A D | test_strip_components.c | 80 failure("d0/d1/l2 is a hardlink to file whose name was too short"); in DEFINE_TEST() 82 failure("d0/d1/d2/f1 is a hardlink to file whose name was too short"); in DEFINE_TEST() 117 failure("d0/d1/l2 is a hardlink to file whose name was too short"); in DEFINE_TEST() 119 failure("d0/d1/d2/f1 is a hardlink to file whose name was too short"); in DEFINE_TEST()
|