/freebsd/lib/libc/db/btree/ |
H A D | bt_search.c | 52 * exactp: pointer to exact match flag 91 * are allowed, or we have an exact match, we're done. Else, in __bt_search() 130 * Check for an exact match after the key. 136 * exactp: pointer to exact match flag 139 * If an exact match found. 147 * Get the next page. The key is either an exact in __bt_snext() 165 * Check for an exact match before the key. 171 * exactp: pointer to exact match flag 174 * If an exact match found. 182 * Get the previous page. The key is either an exact in __bt_sprev()
|
H A D | bt_seq.c | 147 int exact; in __bt_seqset() local 164 return (__bt_first(t, key, ep, &exact)); in __bt_seqset() 233 int exact; in __bt_seqadv() local 244 * current tree. It doesn't matter if the returned key is an exact in __bt_seqadv() 245 * match or not -- if it's an exact match, the record was added after in __bt_seqadv() 250 return (__bt_first(t, &c->key, ep, &exact)); in __bt_seqadv() 319 * exactp: pointer to exact match flag 335 * If it's an exact match and duplicates are possible, walk backwards in __bt_first()
|
H A D | bt_get.c | 61 int exact, status; in __bt_get() local 77 if ((e = __bt_search(t, key, &exact)) == NULL) in __bt_get() 79 if (!exact) { in __bt_get()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBCompileUnit.cpp | 81 bool exact) const { in FindLineEntryIndex() 82 LLDB_INSTRUMENT_VA(this, line_entry, exact); in FindLineEntryIndex() 90 line_entry.GetFileSpec().get(), exact, in FindLineEntryIndex() 98 const bool exact = true; in FindLineEntryIndex() local 99 return FindLineEntryIndex(start_idx, line, inline_file_spec, exact); in FindLineEntryIndex() 104 bool exact) const { in FindLineEntryIndex() 105 LLDB_INSTRUMENT_VA(this, start_idx, line, inline_file_spec, exact); in FindLineEntryIndex() 118 exact, &line_entry); in FindLineEntryIndex()
|
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/btree/ |
H A D | bt_search.c | 58 * exactp: pointer to exact match flag 100 * are allowed, or we have an exact match, we're done. Else, 139 * Check for an exact match after the key. 145 * exactp: pointer to exact match flag 148 * If an exact match found. 165 * Get the next page. The key is either an exact 219 * Check for an exact match before the key. 225 * exactp: pointer to exact match flag 228 * If an exact match found. 245 * Get the previous page. The key is either an exact
|
H A D | bt_seq.c | 190 int exact; local 207 return (__bt_first(t, key, ep, &exact)); 285 int exact, rval; local 296 * be in the current tree. If the returned key is an exact match, 303 * notices and doesn't do a put() of it. Since the key is an exact 306 * back a record if it's an exact match. 321 if ((rval = __bt_first(t, &c->key, ep, &exact)) == RET_ERROR) 323 if (!exact) 491 * exactp: pointer to exact match flag 511 * If it's an exact match and duplicates are possible, walk backwards
|
H A D | bt_get.c | 71 int exact, status; local 87 if ((e = __bt_search(t, key, &exact)) == NULL) 89 if (!exact) {
|
/freebsd/contrib/ncurses/form/ |
H A D | fty_enum.c | 220 #define EXACT 2 macro 233 | EXACT - buffer matches exactly 244 return (((*s) != '\0') ? NOMATCH : EXACT); in Compare() 253 return EXACT; in Compare() 261 return EXACT; in Compare() 273 match is actually an exact match. */ in Compare() 274 return ((s[-1] != '\0') ? PARTIAL : EXACT); in Compare() 304 if ((unique && res != EXACT)) in Check_Enum_Field() 310 if (res == EXACT) in Check_Enum_Field() 358 if (Compare((unsigned char *)(*kwds++), bp, ccase) == EXACT) in Next_Enum() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/ |
H A D | SymbolOccurrences.h | 26 /// is an exact semantic match, or whether this is a weaker textual match that's 27 /// not guaranteed to represent the exact declaration. 42 /// This occurrence is an exact match and can be renamed automatically. 46 /// declarations get marked as exact matches, and thus the renaming engine
|
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/test/SEQ_TEST/ |
H A D | mbox | 285 exact same behavior as you saw doing it "wrong". 322 ! int exact; 330 ! int exact, rval; 341 ! * current tree. It doesn't matter if the returned key is an exact 342 ! * match or not -- if it's an exact match, the record was added after 347 ! return (__bt_first(t, &c->key, ep, &exact)); 357 ! * be in the current tree. If the returned key is an exact match, 364 ! * notices and doesn't do a put() of it. Since the key is an exact 367 ! * back a record if it's an exact match. 382 ! if (rval = __bt_first(t, &c->key, ep, &exact)) [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | stdint.h | 69 /* C99 7.18.1.1 Exact-width integer types. 73 * The standard requires that exact-width type be defined for 8-, 16-, 32-, and 74 * 64-bit types if they are implemented. Other exact width types are optional. 75 * This implementation defines an exact-width types for every integer width 79 * and 64-bit widths regardless of whether there are corresponding exact-width 84 * redefinitions, redefining __int_leastN_t to successively smaller exact-width 95 * defined if there exists an exact-width type of equal or greater width. 483 /* C99 7.18.2.1 Limits of exact-width integer types. 488 * implementation defines limits for all of the types (exact- and 490 * type for any types that do not have exact-width representations. [all …]
|
/freebsd/sys/arm64/include/ |
H A D | _stdint.h | 59 * 7.18.2.1 Limits of exact-width integer types 61 /* Minimum values of exact-width signed integer types. */ 67 /* Maximum values of exact-width signed integer types. */ 73 /* Maximum values of exact-width unsigned integer types. */
|
/freebsd/sys/arm/include/ |
H A D | _stdint.h | 57 * 7.18.2.1 Limits of exact-width integer types 59 /* Minimum values of exact-width signed integer types. */ 65 /* Maximum values of exact-width signed integer types. */ 71 /* Maximum values of exact-width unsigned integer types. */
|
/freebsd/sys/riscv/include/ |
H A D | _stdint.h | 55 * 7.18.2.1 Limits of exact-width integer types 57 /* Minimum values of exact-width signed integer types. */ 63 /* Maximum values of exact-width signed integer types. */ 69 /* Maximum values of exact-width unsigned integer types. */
|
/freebsd/lib/msun/src/ |
H A D | s_cbrtl.c | 106 * Round it away from zero to 32 bits (32 so that t*t is exact, and in cbrtl() 132 s=t*t; /* t*t is exact */ in cbrtl() 134 w=t+t; /* t+t is exact */ in cbrtl() 135 r=(r-t)/(w+r); /* r-t is exact; w+r ~= 3*t */ in cbrtl()
|
/freebsd/crypto/krb5/doc/html/_sources/admin/ |
H A D | conf_ldap.rst.txt | 63 by dn.exact="cn=kdc-service,dc=example,dc=com" write 64 by dn.exact="cn=adm-service,dc=example,dc=com" write 69 by dn.exact="cn=kdc-service,dc=example,dc=com" write 70 by dn.exact="cn=adm-service,dc=example,dc=com" write
|
/freebsd/crypto/krb5/doc/admin/ |
H A D | conf_ldap.rst | 63 by dn.exact="cn=kdc-service,dc=example,dc=com" write 64 by dn.exact="cn=adm-service,dc=example,dc=com" write 69 by dn.exact="cn=kdc-service,dc=example,dc=com" write 70 by dn.exact="cn=adm-service,dc=example,dc=com" write
|
/freebsd/lib/msun/man/ |
H A D | fenv.3 | 93 .Em exact 111 the magnitude of the exact result is 151 from their exact values in order to fit them into binary 157 If the exact result is exactly half way between two representable
|
/freebsd/sys/powerpc/include/ |
H A D | _stdint.h | 80 * 7.18.2.1 Limits of exact-width integer types 82 /* Minimum values of exact-width signed integer types. */ 88 /* Maximum values of exact-width signed integer types. */ 94 /* Maximum values of exact-width unsigned integer types. */
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | BreakpointResolverName.h | 22 /// a given function name, either by exact match or by regular expression. 32 // This one takes an array of names. It is always MatchType = Exact. 39 // This one takes a C++ array of names. It is always MatchType = Exact.
|
/freebsd/contrib/llvm-project/lld/include/lld/Common/ |
H A D | Strings.h | 45 // Whether to do an exact match regardless of wildcard characters. 48 // GlobPattern object if not doing an exact match. 51 // StringRef to match exactly if doing an exact match.
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_PKEY_get_size.pod | 32 EVP_PKEY_get_size() is only preliminary and not exact, so the final 54 buffer and still pass a pointer to an integer and get the exact size 57 exact buffer size, then allocate the buffer in between, and call that
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | KnownBits.cpp | 371 bool ShAmtNonZero, bool Exact) { in lshr() argument 396 // If exact, bound MaxShiftAmount to first known 1 in LHS. in lshr() 397 if (Exact) { in lshr() 429 bool ShAmtNonZero, bool Exact) { in ashr() argument 456 // If exact, bound MaxShiftAmount to first known 1 in LHS. in ashr() 457 if (Exact) { in ashr() 911 const KnownBits &RHS, bool Exact) { in divComputeLowBit() argument 913 if (!Exact) in divComputeLowBit() 918 // Odd / Even -> Impossible (because its exact division) in divComputeLowBit() 938 // In the KnownBits exhaustive tests, we have poison inputs for exact values in divComputeLowBit() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | CompileUnit.cpp | 227 const FileSpec *file_spec_ptr, bool exact, in FindLineEntry() argument 239 /*check_inlines=*/false, exact); in FindLineEntry() 313 // If "exact == true", then "found_line" will be the same as "line". If in ResolveSymbolContext() 314 // "exact == false", the "found_line" will be the closest line entry in ResolveSymbolContext() 316 // subsequent line exact matches below. in ResolveSymbolContext() 318 const bool exact = true; in ResolveSymbolContext() local 324 inlines, exact); in ResolveSymbolContext()
|
/freebsd/crypto/openssh/openbsd-compat/regress/ |
H A D | opensslvertest.c | 30 { 0x1000101fL, 0x1000101fL, 1},/* exact match */ 40 { 0x1010101fL, 0x1010101fL, 1},/* exact match */ 50 { 0x3010101fL, 0x3010101fL, 1},/* exact match */
|