Home
last modified time | relevance | path

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

12345678910>>...118

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-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/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.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/contrib/llvm-project/llvm/lib/Analysis/
H A DObjCARCInstKind.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/share/man/man9/
H A Dnvmem.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/crypto/openssl/test/
H A Dbio_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/sys/contrib/device-tree/Bindings/usb/
H A Dgeneric.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
H A Dusb.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/crypto/krb5/src/lib/rpc/
H A Dauth_gssapi.c276 * sanity check: if we received a signed isn in the last in auth_gssapi_create()
378 /* check for isn */ in auth_gssapi_create()
381 PRINTF(("gssapi_created: expected signed isn\n")); in auth_gssapi_create()
384 PRINTF(("gssapi_create: processing signed isn\n")); in auth_gssapi_create()
393 AUTH_GSSAPI_DISPLAY_STATUS(("unsealing isn", in auth_gssapi_create()
406 AUTH_GSSAPI_DISPLAY_STATUS(("releasing unsealed isn", in auth_gssapi_create()
411 PRINTF(("gssapi_create: isn is %d\n", in auth_gssapi_create()
415 PRINTF(("gssapi_create: got signed isn, can't check yet\n")); in auth_gssapi_create()
425 * Done! Context is established, we have client_handle and isn. in auth_gssapi_create()
432 PRINTF(("gssapi_create: done. client_handle %#x, isn %d\n\n", in auth_gssapi_create()
/freebsd/crypto/openssl/doc/man3/
H A DEVP_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/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbol.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/contrib/llvm-project/llvm/lib/Support/
H A DStringMap.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/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/
H A Dredacted_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/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.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/contrib/llvm-project/lldb/source/Plugins/REPL/Clang/
H A DClangREPL.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/contrib/ofed/libibverbs/man/
H A Dibv_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/contrib/xz/src/liblzma/api/lzma/
H A Dlzma12.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/contrib/xz/src/liblzma/lz/
H A Dlz_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/contrib/xz/src/xz/
H A Dsandbox.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/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DWatchedLiteralsSolver.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/contrib/libarchive/cpio/test/
H A Dtest_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/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmMacro.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/tests/sys/cam/ctl/
H A Dpersist.sh32 # * PROUT REGISTER AND IGNORE EXISTING KEY with a RESERVATION KEY that isn't registered
36 # * PROUT PREEMPT with a RESERVATION KEY that isn't registered
38 # * PROUT PREEMPT_AND_ABORT with a RESERVATION KEY that isn't registered
40 # * PROUT REGISTER AND MOVE with a RESERVATION KEY that isn't registered
/freebsd/crypto/openssh/
H A Dauth.c93 * will be returned. If AllowUsers isn't empty and user isn't listed
94 * there, or if AllowGroups isn't empty and one of user's groups isn't
164 /* Return false if AllowUsers isn't empty and user isn't listed there */ in allowed_user()
201 * Return false if AllowGroups isn't empty and one of user's groups in allowed_user()
202 * isn't listed there in allowed_user()
/freebsd/share/mk/
H A Dsrc.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/sys/contrib/openzfs/.github/codeql/custom-queries/cpp/
H A DdeprecatedFunctionUsage.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>>...118