| /src/external/gpl3/gdb.old/dist/gdb/tui/ |
| tui-wingeneral.c | 102 std::string truncated local 105 mvwaddstr (win, 0, 2, truncated.c_str ());
|
| /src/external/gpl3/gdb/dist/gdb/tui/ |
| tui-wingeneral.c | 102 std::string truncated local 105 mvwaddstr (win, 0, 2, truncated.c_str ());
|
| /src/external/bsd/kyua-testers/dist/ |
| stacktrace.c | 154 /// \param [out] buffer Output buffer into which to store the truncated text. 252 char truncated[MAXCOMLEN + 1]; local 254 slice(name, truncated, sizeof(truncated)));
|
| /src/external/bsd/tcpdump/dist/ |
| print-ascii.c | 63 int truncated = FALSE; local 69 truncated = TRUE; 96 if (truncated) 108 int truncated = FALSE; local 115 truncated = TRUE; 156 if (truncated) 178 int truncated = FALSE; local 183 truncated = TRUE; 203 if (truncated)
|
| print-ip.c | 231 If truncated return -1, else 0. 334 int truncated = 0; local 431 ND_PRINT(" [truncated-option]"); 432 truncated = 1; 452 if (truncated) { 526 ND_PRINT("truncated-ip %u", length);
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_flag_parser.cpp | 61 bool truncated = !(flags_[i].handler->Format(buffer, sizeof(buffer))); local 63 const char *truncation_str = truncated ? " Truncated" : "";
|
| /src/sys/compat/netbsd32/ |
| netbsd32_socket.c | 78 struct mbuf *m, char **q, bool *truncated) 84 *truncated = false; 98 *truncated = true; 135 bool truncated; local 148 &truncated); 149 if (truncated) {
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Exp_Layout.h | 139 return java ? jtruncated : truncated == (Vaddr) SP_TRUNC_STACK_MARKER; 145 return truncated == (Vaddr) SP_FAILED_UNWIND_MARKER; 151 Vaddr truncated; member in class:FramePacket
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Exp_Layout.h | 139 return java ? jtruncated : truncated == (Vaddr) SP_TRUNC_STACK_MARKER; 145 return truncated == (Vaddr) SP_FAILED_UNWIND_MARKER; 151 Vaddr truncated; member in class:FramePacket
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_flag_parser.cpp | 63 bool truncated = !(flags_[i].handler->Format(buffer, sizeof(buffer))); local 65 const char *truncation_str = truncated ? " Truncated" : "";
|
| /src/crypto/external/apache2/openssl/dist/crypto/bio/ |
| bio_print.c | 41 size_t *maxlen, size_t *retlen, int *truncated, 90 size_t *retlen, int *truncated, const char *format, va_list args) 366 *truncated = (currlen > *maxlen - 1); 367 if (*truncated) 943 int truncated; local 945 if (!_dopr(&buf, NULL, &n, &retlen, &truncated, format, args)) 948 if (truncated)
|
| /src/crypto/external/bsd/openssl/dist/crypto/bio/ |
| bio_print.c | 41 size_t *maxlen, size_t *retlen, int *truncated, 90 size_t *retlen, int *truncated, const char *format, va_list args) 369 *truncated = (currlen > *maxlen - 1); 370 if (*truncated) 946 int truncated; local 948 if (!_dopr(&buf, NULL, &n, &retlen, &truncated, format, args)) 951 if (truncated)
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/bio/ |
| b_print.c | 41 size_t *maxlen, size_t *retlen, int *truncated, 90 size_t *retlen, int *truncated, const char *format, va_list args) 369 *truncated = (currlen > *maxlen - 1); 370 if (*truncated) 939 int truncated; local 941 if (!_dopr(&buf, NULL, &n, &retlen, &truncated, format, args)) 944 if (truncated)
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/ |
| fast_float.h | 753 // We have now corrected both exponent and i, to a truncated value 1800 uint64_t empty_hi64(bool& truncated) noexcept { 1801 truncated = false; 1806 uint64_t uint64_hi64(uint64_t r0, bool& truncated) noexcept { 1807 truncated = false; 1813 uint64_t uint64_hi64(uint64_t r0, uint64_t r1, bool& truncated) noexcept { 1816 truncated = r1 != 0; 1820 truncated = (r1 << shl) != 0; 1826 uint64_t uint32_hi64(uint32_t r0, bool& truncated) noexcept { 1827 return uint64_hi64(r0, truncated); 2699 bool truncated = is_truncated(p, pend); variable 2732 bool truncated = is_truncated(p, pend); variable 2754 bool truncated; variable [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/fast_float/ |
| fast_float.h | 725 // We have now corrected both exponent and i, to a truncated value 1772 uint64_t empty_hi64(bool& truncated) noexcept { 1773 truncated = false; 1778 uint64_t uint64_hi64(uint64_t r0, bool& truncated) noexcept { 1779 truncated = false; 1785 uint64_t uint64_hi64(uint64_t r0, uint64_t r1, bool& truncated) noexcept { 1788 truncated = r1 != 0; 1792 truncated = (r1 << shl) != 0; 1798 uint64_t uint32_hi64(uint32_t r0, bool& truncated) noexcept { 1799 return uint64_hi64(r0, truncated); 2691 bool truncated = is_truncated(p, pend); variable 2724 bool truncated = is_truncated(p, pend); variable 2746 bool truncated; variable [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/ |
| CoverageMapping.h | 56 truncated, member in class:llvm::coverage::coveragemap_error
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
| InstrProf.h | 291 truncated, member in class:llvm::instrprof_error
|
| SampleProf.h | 47 truncated, member in class:llvm::sampleprof_error
|
| /src/external/bsd/nsd/dist/ |
| nsd.h | 133 /* Dropped, truncated, queries for nonconfigured zone, tx errors */ 134 stc_type dropped, truncated, wrongzone, txerr, rxerr; member in struct:nsdst
|
| /src/external/mpl/bind/dist/lib/ns/ |
| update.c | 3049 const char *truncated = ""; local 3058 truncated = " [TRUNCATED]"; 3071 truncated);
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| dns-msg.h | 69 bool truncated : 1; member in struct:dns_towire_state
|
| /src/external/apache2/mDNSResponder/dist/mDNSCore/ |
| DNSCommon.c | 397 mDNSBool truncated = mDNSfalse; local 402 require_action_quiet(bufferLen > 1, exit, truncated = mDNStrue); 420 require_action_quiet(currentNWrites == normalBytesLenToPrint, exit, truncated = mDNStrue); 431 require_action_quiet((bufferLen - nWrites) >= 3, exit, truncated = mDNStrue); 437 require_action_quiet((bufferLen - nWrites) >= 5, exit, truncated = mDNStrue); 452 *outTruncated = truncated; 468 mDNSBool truncated = mDNSfalse; local 470 for (const mDNSu8 *src = rdata, *const end = rdata + rdLen; src < end && !truncated; src += characterStringLen) 481 characterStringLen, addSeparator, &truncated); 485 const char statusCode = (malformed ? 'M' : (truncated ? 'T' : 'C')) [all...] |
| /src/external/apache2/mDNSResponder/dist/mDNSShared/ |
| uds_daemon.c | 7281 mDNSBool truncated = 0; local 7293 if (count++ >= 50) { truncated = mDNStrue; continue; } 7308 else if (truncated) LogToFD(fd, "<Truncated: to 50 records, Total records %d, Total Auth Groups %d, Auth Slots %d>", count, m->rrauth.rrauth_totalused, authslot);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| combine.cc | 232 truncation if we know that value already contains a truncated 8660 /* Return X converted to MODE. If the value is already truncated to 12564 C2 has been truncated to fit in MODE, the pattern can only be 13675 truncated to MODE. In this case we can use a subreg to refer to 13676 the truncated value even though in the generic case we would need 13683 machine_mode truncated = rsp->truncated_to_mode; 13685 if (truncated == 0 13688 if (!partial_subreg_p (mode, truncated)) 13690 if (TRULY_NOOP_TRUNCATION_MODES_P (mode, truncated)) 13640 machine_mode truncated = rsp->truncated_to_mode; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| combine.cc | 236 truncation if we know that value already contains a truncated 8607 /* Return X converted to MODE. If the value is already truncated to 12435 C2 has been truncated to fit in MODE, the pattern can only be 13517 truncated to MODE. In this case we can use a subreg to refer to 13518 the truncated value even though in the generic case we would need 13525 machine_mode truncated = rsp->truncated_to_mode; 13527 if (truncated == 0 13530 if (!partial_subreg_p (mode, truncated)) 13532 if (TRULY_NOOP_TRUNCATION_MODES_P (mode, truncated)) 13482 machine_mode truncated = rsp->truncated_to_mode; local
|