Home
last modified time | relevance | path

Searched defs:overflow (Results 176 – 200 of 1393) sorted by relevance

12345678910>>...56

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.print/
H A Dvprint_unicode.pass.cpp129 int virtual overflow(int) { return std::char_traits<char>::eof(); } in test_write_failure() function
H A Dvprint_nonunicode.pass.cpp130 int virtual overflow(int) { return std::char_traits<char>::eof(); } in test_write_failure() function
/aosp_15_r20/external/vboot_reference/tests/
H A Dvb2_sha256_x86_tests.c77 char overflow[sizeof(struct vb2_hash) + 8]; in known_value_tests() member
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
H A Doverflow.pass.cpp37 virtual int_type overflow(int_type c = traits_type::eof()) {return base::overflow(c);} in overflow() function
/aosp_15_r20/frameworks/libs/native_bridge_support/guest_state/include/native_bridge_support/arm/guest_state/
Dguest_state_cpu_state.h39 uint8_t overflow; member
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/bytestring/
H A Dbytestring_test.cc886 bool overflow; member
990 bool overflow; member
1256 bool overflow; in TEST() member
/aosp_15_r20/external/boringssl/src/crypto/bytestring/
H A Dbytestring_test.cc886 bool overflow; member
990 bool overflow; member
1256 bool overflow; in TEST() member
/aosp_15_r20/external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/
H A Doverflow.pass.cpp38 virtual int_type overflow(int_type c = traits_type::eof()) {return base::overflow(c);} in overflow() function
/aosp_15_r20/external/mesa3d/src/util/
H A Dbigmath.h73 bool overflow = false; in _ubm_mul_u32arr() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dhard_swish.h38 bool overflow = a == b && a == std::numeric_limits<std::int16_t>::min(); in SaturatingDoublingHighMul() local
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread_alt/
Dmod.rs9 mod overflow; module
/aosp_15_r20/system/core/debuggerd/libdebuggerd/
H A Dopen_files_list.cpp85 uintptr_t overflow = 0; in populate_fdsan_table() local
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread/
Dmod.rs9 mod overflow; module
/aosp_15_r20/external/owasp/java-encoder/core/src/main/java/org/owasp/encoder/
DEncoder.java243 static CoderResult overflow(CharBuffer input, int i, CharBuffer output, int j) { in overflow() method in Encoder
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/iostream.format/input.streams/istream.unformatted/
H A Dget_streambuf_chart.pass.cpp44 overflow(typename base::int_type ch = base::traits_type::eof()) in overflow() function in testbuf
H A Dget_streambuf.pass.cpp44 overflow(typename base::int_type ch = base::traits_type::eof()) in overflow() function in testbuf
/aosp_15_r20/system/unwinding/libunwindstack/tests/
H A DMemoryRangeTest.cpp77 std::unique_ptr<MemoryRange> overflow(new MemoryRange(process_memory, 100, 200, 0)); in TEST_F() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/format/include/boost/format/
Dalt_sstream_impl.hpp228 overflow (int_type meta) { in overflow() function in boost::io::basic_altstringbuf
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/
H A Doverflow.pass.cpp44 virtual int_type overflow(int_type c = traits_type::eof()) {return base::overflow(c);} in overflow() function
/aosp_15_r20/external/coreboot/payloads/libpayload/drivers/
H A Dcbmem_console.c104 uint32_t size, cursor, overflow, newc, oldc; in cbmem_console_snapshot() local
/aosp_15_r20/external/curl/lib/
H A Dpingpong.h63 size_t overflow; /* number of bytes left after a final response line */ member
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/utils/
H A DBitInputStream.java143 long overflow = 0L; in processBitsGreater57() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
H A Dstreambuf.pass.cpp47 overflow(typename base::int_type ch = base::traits_type::eof()) in overflow() function in testbuf
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_gemm/transforms/
H A Dtranspose_interleave_common.hpp126 const unsigned int overflow = (xmax - x0) % IntBy; in Transform() local
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/
Dindenter.h57 int_type overflow(int_type c) override { in overflow() function

12345678910>>...56