Home
last modified time | relevance | path

Searched full:isn (Results 1 – 25 of 3369) sorted by relevance

12345678910>>...135

/freebsd-head/contrib/googletest/googlemock/test/
HDgmock-matchers-arithmetic_test.cc248 EXPECT_EQ("isn't NaN", Describe(mf)); in TEST()
251 EXPECT_EQ("isn't NaN", Describe(md)); in TEST()
254 EXPECT_EQ("isn't NaN", Describe(mld)); in TEST()
410 EXPECT_EQ("isn't equal to 5", Describe(m)); in TEST()
497 "(is > 0) and (isn't equal to 1) and (isn't equal to 2)"; in TEST()
502 "(is > 0) and (isn't equal to 1) and (isn't equal to 2) and (isn't equal " in TEST()
508 "(is >= 0) and (is < 10) and (isn't equal to 3) and (isn't equal to 5) " in TEST()
509 "and (isn't equal to 7)"; in TEST()
517 std::string expected_descr4 = "(isn't <= 2) or (isn't >= 1)"; in TEST()
522 "(isn't > 0) or (is equal to 1) or (is equal to 2)"; in TEST()
[all …]
/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
HDMIParser.h112 /// Return null if the identifier isn't a register mask.
117 /// Return 0 if the name isn't a subregister index class.
122 /// Return true if the name isn't a name of a target index.
128 /// Return true if the name isn't a name of a direct flag.
134 /// Return true if the name isn't a name of a bitmask target flag.
140 /// Return true if the name isn't a name of a target MMO flag.
145 /// Return null if the name isn't a register class.
150 /// Return null if the name isn't a register bank.
/freebsd-head/contrib/llvm-project/llvm/lib/Analysis/
HDObjCARCInstKind.cpp287 // Comparing a pointer with null, or any other constant, isn't an in GetARCInstKind()
296 // operand isn't actually being dereferenced, it is being stored to in GetARCInstKind()
340 llvm_unreachable("covered switch isn't covered?"); in IsUser()
376 llvm_unreachable("covered switch isn't covered?"); in IsRetain()
410 llvm_unreachable("covered switch isn't covered?"); in IsAutorelease()
445 llvm_unreachable("covered switch isn't covered?"); in IsForwarding()
480 llvm_unreachable("covered switch isn't covered?"); in IsNoopOnNull()
515 llvm_unreachable("covered switch isn't covered?"); in IsNoopOnGlobal()
551 llvm_unreachable("covered switch isn't covered?"); in IsAlwaysTail()
590 llvm_unreachable("covered switch isn't covered?"); in IsNeverTail()
[all …]
/freebsd-head/share/man/man9/
HDnvmem.963 EINVAL if the size isn't correct.
67 EINVAL if the size isn't correct.
71 EINVAL if the size isn't correct.
75 EINVAL if the size isn't correct.
/freebsd-head/sys/contrib/device-tree/Bindings/usb/
HDgeneric.txt7 "low-speed". In case this isn't passed via DT, USB
12 "peripheral" and "otg". In case this attribute isn't
18 In case this isn't passed via DT, USB controllers should
HDusb.yaml41 selected. In case this isn't passed via DT, USB controllers should
49 isn't passed via DT, USB controllers should default to their maximum HW
/freebsd-head/crypto/openssl/test/
HDbio_prefix_text.c54 * to the source/sink BIO. If idx isn't given, 0 is assumed
167 "%s: -n argument isn't a decimal number: %s", in setup()
194 "%s: -i index isn't a decimal number: %s", in setup()
205 "%s: -i value isn't a decimal number: %s", in setup()
232 "%s: -p index isn't a decimal number: %s", in setup()
/freebsd-head/contrib/xz/src/xz/
HDmytime.c32 // by signals_block()/signals_unblock() since accessing an uint64_t isn't
33 // atomic on all systems. But since the variable isn't accessed very
74 // reason isn't at runtime, fallback to CLOCK_REALTIME which in mytime_now()
126 // to it isn't atomic at least on 32-bit systems. in mytime_set_start_time()
HDsandbox.c129 // Landlock ABI version supports. Return if Landlock isn't supported in enable_landlock()
149 // isn't be good enough. It tries to get translations and in enable_landlock()
173 // will fail if the no_new_privs attribute isn't set, thus if prctl() in sandbox_init()
226 // NOTE: LANDLOCK_ACCESS_FS_READ_DIR isn't needed here because in sandbox_enable_strict_if_allowed()
/freebsd-head/crypto/openssl/doc/man3/
HDEVP_PKEY_get_size.pod26 L<EVP_SealInit(3)>, but it isn't limited there. The returned size is
48 return a positive number, or 0 if this size isn't available.
59 isn't strictly necessary to call EVP_PKEY_get_size() to find out the
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Symbol/
HDSymbol.h77 // Returns LLDB_INVALID_ADDRESS if the symbol's value isn't an address.
82 // value isn't an address or if the section isn't loaded in \a target.
96 // symbol's value isn't an address. in GetAddress()
113 // When a symbol's value isn't an address, we need to access the raw value.
114 // This function will ensure this symbol's value isn't an address and return
/freebsd-head/contrib/llvm-project/llvm/lib/Support/
HDStringMap.cpp103 // If we found an empty bucket, this key isn't in the table yet, return it. in LookupBucketFor()
126 // Do the comparison like this because Name isn't necessarily in LookupBucketFor()
161 // If we found an empty bucket, this key isn't in the table yet, return. in FindKey()
173 // Do the comparison like this because NameStart isn't necessarily in FindKey()
192 /// delete it. This aborts if the value isn't in the table.
/freebsd-head/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/
HDredacted_mounts.ksh27 # 1. Verify a received redacted stream isn't mounted by default.
31 # 4. Verify the device file isn't present until the kernel variable is set.
85 # The device file isn't guaranteed to show up right away.
/freebsd-head/contrib/xz/src/liblzma/
HDvalidate_map.sh22 # API/ABI compatibility tracking isn't done between development
53 # This is unfortunate but this alone isn't too bad as the problem
68 # luckily isn't included there anymore with XZ Utils 5.2.4.)
123 # the #define HAVE_SYMBOL_VERSIONS_LINUX isn't used).
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/REPL/Clang/
HDClangREPL.cpp28 // FIXME: There isn't a way to ask CPlusPlusLanguage and ObjCLanguage for in Initialize()
52 // Creating a dummy target if only a debugger is given isn't implemented yet. in CreateInstance()
73 // FIXME: There isn't a good way to know if the input source is complete or in SourceIsComplete()
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDSemaOpenACC.cpp532 // isn't really much to do here. in VisitIfClause()
713 // really isn't anything to do here. GCC does some duplicate-finding, though in VisitPrivateClause()
714 // it isn't apparent in the standard where this is justified. in VisitPrivateClause()
730 // really isn't anything to do here. GCC does some duplicate-finding, though in VisitFirstPrivateClause()
731 // it isn't apparent in the standard where this is justified. in VisitFirstPrivateClause()
746 // really isn't anything to do here. GCC does some duplicate-finding, though in VisitNoCreateClause()
747 // it isn't apparent in the standard where this is justified. in VisitNoCreateClause()
762 // really isn't anything to do here. GCC does some duplicate-finding, though in VisitPresentClause()
763 // it isn't apparent in the standard where this is justified. in VisitPresentClause()
778 // really isn't anything to do here. GCC does some duplicate-finding, though in VisitCopyClause()
[all …]
/freebsd-head/contrib/ofed/libibverbs/man/
HDibv_create_flow.344 …x1, /* Default unicast and multicast rule - receive all Eth traffic which isn't steered to any QP…
45 … 0x2, /* Default multicast rule - receive all Eth multicast traffic which isn't steered to any QP…
126 Device managed flow steering isn't currently supported
/freebsd-head/contrib/xz/src/common/
HDmythread.h70 // Calls the given function once. This isn't thread safe.
107 // If clock_gettime() isn't available, use gettimeofday() from <sys/time.h>
239 // is suddenly changed. Unfortunately CLOCK_MONOTONIC isn't available
241 // used if CLOCK_MONOTONIC isn't available.
243 // If clock_gettime() isn't available at all, gettimeofday() will be used.
408 // mythread_sigmask() isn't available on Windows. Even a dummy version would
/freebsd-head/contrib/xz/src/liblzma/lz/
HDlz_encoder_hash.h23 // If HAVE_SMALL isn't defined, lzma_crc32_table[][] is in native endian
28 // If HAVE_SMALL isn't defined and CRC32_GENERIC isn't defined either,
/freebsd-head/contrib/xz/src/liblzma/api/lzma/
HDlzma12.h44 * the end marker isn't allowed or where it might not (always) be present.
138 * It is safe to call this with a value that isn't listed in
186 * It is safe to call this with a value that isn't listed in lzma_mode
417 * end marker isn't written and the application has to store
429 * Otherwise, if this flag isn't set, then the input stream
438 * end marker isn't allowed in any other position. This behavior
532 * This isn't used with LZMA_FILTER_LZMA1 or LZMA_FILTER_LZMA2.
/freebsd-head/contrib/libarchive/cpio/test/
HDtest_option_f.c36 /* Single quotes isn't used by command.exe. */ in DEFINE_TEST()
48 /* Single quotes isn't used by command.exe. */ in DEFINE_TEST()
/freebsd-head/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
HDWatchedLiteralsSolver.cpp52 /// follows the null clause. It is set to 0 and isn't used. Identifiers of
68 /// The element at index 0 isn't used. Variables start from the element at
84 /// The element at index 0 isn't used. States start from the element at index
97 /// The element at index 0 isn't used. Variable assignments start from the
305 // If the new watched literal isn't watched by any other clause and its in updateWatchedLiterals()
306 // variable isn't assigned we need to add it to the active variables. in updateWatchedLiterals()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/MC/
HDMCAsmMacro.h91 assert(Kind == String && "This token isn't a string!"); in getStringContents()
116 assert(Kind == Integer && "This token isn't an integer!"); in getIntVal()
122 "This token isn't an integer!"); in getAPIntVal()
/freebsd-head/share/mk/
HDsrc.sys.mk3 # it will always grab SRCCONF, even if it isn't being built in-tree
5 # be reflected there so SRCCONF isn't included multiple times.
/freebsd-head/sys/contrib/openzfs/.github/codeql/custom-queries/cpp/
HDdeprecatedFunctionUsage.ql48 result = "gmtime(3) isn't thread-safe. Use gmtime_r(3) instead!"
50 result = "localtime(3) isn't thread-safe. Use localtime_r(3) instead!"

12345678910>>...135