/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/parse-number-fxx-test-data/slowstrconv/ |
H A D | slowstrconv.go | 145 // truncated set true means that there are non-zero digits after the first 151 truncated bool 163 if h.truncated { 188 h.truncated = true 258 h.truncated = false 276 h.truncated = true 307 h.truncated = true 350 } else if (c > 5) || h.truncated {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | SampleProfReader.cpp | 297 EC = sampleprof_error::truncated; in readNumber() 314 EC = sampleprof_error::truncated; in readString() 328 EC = sampleprof_error::truncated; in readUnencodedNumber() 972 return sampleprof_error::truncated; in skipNextWord() 995 return sampleprof_error::truncated; in readString() 1023 return sampleprof_error::truncated; in readSectionTag() 1040 return sampleprof_error::truncated; in readNameTable() 1045 return sampleprof_error::truncated; in readNameTable() 1058 return sampleprof_error::truncated; in readFunctionProfiles() 1074 return sampleprof_error::truncated; in readOneFunctionProfile() [all...] |
H A D | InstrProfReader.cpp | 181 return error(instrprof_error::truncated); 262 return error(instrprof_error::truncated); 269 return error(instrprof_error::truncated); 280 return error(instrprof_error::truncated); 808 return error(instrprof_error::truncated);
|
H A D | SampleProf.cpp | 55 case sampleprof_error::truncated:
|
/third_party/ninja/src/ |
H A D | lexer.in.cc | 45 bool truncated = true; in Error() local 48 truncated = false; in Error() 53 if (truncated) in Error()
|
H A D | lexer.cc | 46 bool truncated = true; in Error() local 49 truncated = false; in Error() 54 if (truncated) in Error()
|
/third_party/selinux/libselinux/src/ |
H A D | regex.c | 565 goto truncated; in regex_format_error() 575 goto truncated; in regex_format_error() 585 goto truncated; in regex_format_error() 602 goto truncated; in regex_format_error() 610 goto truncated; in regex_format_error() 618 goto truncated; in regex_format_error() 623 truncated: in regex_format_error() 624 /* replace end of string with "..." to indicate that it was truncated */ in regex_format_error()
|
/third_party/node/deps/undici/src/node_modules/@fastify/busboy/lib/types/ |
H A D | multipart.js | 199 file.truncated = true 226 let truncated = false 233 truncated = true 241 boy.emit('field', fieldname, buffer, false, truncated, encoding, contype) 299 this.truncated = false
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bio_print.c | 41 size_t *maxlen, size_t *retlen, int *truncated, 90 size_t *retlen, int *truncated, const char *format, va_list args) in _dopr() 369 *truncated = (currlen > *maxlen - 1); in _dopr() 370 if (*truncated) in _dopr() 946 int truncated; in BIO_vsnprintf() local 948 if (!_dopr(&buf, NULL, &n, &retlen, &truncated, format, args)) in BIO_vsnprintf() 951 if (truncated) in BIO_vsnprintf() 87 _dopr(char **sbuffer, char **buffer, size_t *maxlen, size_t *retlen, int *truncated, const char *format, va_list args) _dopr() argument
|
/third_party/openssl/crypto/bio/ |
H A D | bio_print.c | 41 size_t *maxlen, size_t *retlen, int *truncated, 90 size_t *retlen, int *truncated, const char *format, va_list args) in _dopr() 369 *truncated = (currlen > *maxlen - 1); in _dopr() 370 if (*truncated) in _dopr() 946 int truncated; in BIO_vsnprintf() local 948 if (!_dopr(&buf, NULL, &n, &retlen, &truncated, format, args)) in BIO_vsnprintf() 951 if (truncated) in BIO_vsnprintf() 87 _dopr(char **sbuffer, char **buffer, size_t *maxlen, size_t *retlen, int *truncated, const char *format, va_list args) _dopr() argument
|
/third_party/python/Python/ |
H A D | traceback.c | 538 PyObject *truncated; in display_source_line_with_margin() local 539 truncated = PyUnicode_Substring(lineobj, i, PyUnicode_GET_LENGTH(lineobj)); in display_source_line_with_margin() 540 if (truncated) { in display_source_line_with_margin() 542 lineobj = truncated; in display_source_line_with_margin() 1093 int truncated; in _Py_DumpASCII() local 1124 truncated = 1; in _Py_DumpASCII() 1127 truncated = 0; in _Py_DumpASCII() 1175 if (truncated) { in _Py_DumpASCII()
|
H A D | _warnings.c | 536 PyObject *truncated; in show_warning() local 550 truncated = PyUnicode_Substring(sourceline, i, len); in show_warning() 551 if (truncated == NULL) in show_warning() 555 Py_DECREF(truncated); in show_warning()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_conversion_builder.h | 170 nir_ssa_def *truncated = nir_iand(b, src, mask); in nir_round_int_to_float() local 174 return truncated; in nir_round_int_to_float() 177 return nir_bcsel(b, nir_ieq(b, src, truncated), in nir_round_int_to_float() 178 src, nir_uadd_sat(b, truncated, adjust)); in nir_round_int_to_float()
|
/third_party/node/deps/npm/node_modules/gauge/lib/ |
H A D | render-template.js | 219 var truncated = wideTruncate(String(value), length) 220 var aligned = alignWith(truncated, length)
|
/third_party/mesa3d/src/amd/addrlib/src/core/ |
H A D | addrelemlib.cpp | 208 UINT_64 truncated, rounded; in Flt32sToInt32s() local 237 truncated = ((shifted.i&0x7FFFFF) + (INT_64)0x800000) << 8; in Flt32sToInt32s() 239 truncated = (altShift > 60) ? 0 : truncated >> altShift; in Flt32sToInt32s() 240 rounded = static_cast<INT_32>((round + truncated) >> 8); in Flt32sToInt32s()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | core.h | 196 # pragma names uppercase,truncated
|
/third_party/openssl/include/openssl/ |
H A D | core.h | 196 # pragma names uppercase,truncated
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMappingReader.cpp | 60 return make_error<CoverageMapError>(coveragemap_error::truncated); in readULEB128() 629 return make_error<CoverageMapError>(coveragemap_error::truncated); in loadTestingFormat() 636 return make_error<CoverageMapError>(coveragemap_error::truncated); in loadTestingFormat() 650 return make_error<CoverageMapError>(coveragemap_error::truncated); in loadTestingFormat()
|
/third_party/python/Lib/ |
H A D | traceback.py | 648 formatted output is truncated when either limit is exceeded. 950 truncated = (i >= self.max_group_width) 952 truncated = False 953 title = f'{i+1}' if not truncated else '...' 958 if not truncated:
|
/third_party/node/test/fixtures/wpt/WebCryptoAPI/sign_verify/ |
H A D | ecdsa_vectors.js | 92 vector.name = `${vector.name} - The signature was truncated by 1 byte`;
|
/third_party/lwip/src/netif/ppp/ |
H A D | eap.c | 2187 goto truncated; in eap_printpkt() 2204 goto truncated; in eap_printpkt() 2213 goto truncated; in eap_printpkt() 2227 goto truncated; in eap_printpkt() 2234 goto truncated; in eap_printpkt() 2337 goto truncated; in eap_printpkt() 2354 goto truncated; in eap_printpkt() 2408 truncated: in eap_printpkt() 2409 printer(arg, " <truncated>"); in eap_printpkt()
|
/third_party/mbedtls/library/ |
H A D | sha256.c | 704 int truncated = 0; in mbedtls_sha256_finish() local 753 truncated = ctx->is224; in mbedtls_sha256_finish() 755 if (!truncated) { in mbedtls_sha256_finish()
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_opencl.c | 847 nir_ssa_def *truncated = nir_ftrunc(nb, src); in handle_round() local 848 nir_ssa_def *remainder = nir_fsub(nb, src, truncated); in handle_round() 851 nir_fadd(nb, truncated, nir_fsign(nb, src)), truncated); in handle_round()
|
/third_party/python/Lib/test/ |
H A D | test_gzip.py | 585 truncated = gzip.compress(data)[:-8] 586 with gzip.GzipFile(fileobj=io.BytesIO(truncated)) as f: 588 with gzip.GzipFile(fileobj=io.BytesIO(truncated)) as f: 593 with gzip.GzipFile(fileobj=io.BytesIO(truncated[:i])) as f:
|
H A D | test_faulthandler.py | 511 truncated = 'x' * maxlen + '...' 525 ' File "<string>", line 4 in %s' % truncated,
|