Searched refs:__overflow (Results 1 – 25 of 87) sorted by relevance
1234
/aosp_15_r20/external/musl/src/internal/ |
H A D | stdio_impl.h | 72 int __overflow(FILE *, int), __uflow(FILE *); 106 : __overflow((f),(unsigned char)(c)) )
|
/aosp_15_r20/external/trusty/musl/src/internal/ |
D | stdio_impl.h | 84 int __overflow(FILE *, int), __uflow(FILE *); 118 : __overflow((f),(unsigned char)(c)) )
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__numeric/ |
D | gcd_lcm.h | 121 [[maybe_unused]] bool __overflow = __builtin_mul_overflow(__val1, __val2, &__res); 122 _LIBCPP_ASSERT_ARGUMENT_WITHIN_DOMAIN(!__overflow, "Overflow in lcm");
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/ |
D | libio.h | 393 extern int __overflow (_IO_FILE *, int); 415 ? __overflow (_fp, (unsigned char) (_ch)) \
|
/aosp_15_r20/external/musl/src/stdio/ |
H A D | __overflow.c | 3 int __overflow(FILE *f, int _c) in __overflow() function
|
/aosp_15_r20/external/trusty/musl/src/stdio/ |
D | __overflow.c | 3 int __overflow(FILE *f, int _c) in __overflow() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__chrono/ |
D | duration.h | 176 template <intmax_t _Xp, intmax_t _Yp, bool __overflow>
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__chrono/ |
H A D | duration.h | 176 template <intmax_t _Xp, intmax_t _Yp, bool __overflow>
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__chrono/ |
D | duration.h | 176 template <intmax_t _Xp, intmax_t _Yp, bool __overflow>
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__chrono/ |
D | duration.h | 176 template <intmax_t _Xp, intmax_t _Yp, bool __overflow>
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__chrono/ |
D | duration.h | 176 template <intmax_t _Xp, intmax_t _Yp, bool __overflow>
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__chrono/ |
D | duration.h | 176 template <intmax_t _Xp, intmax_t _Yp, bool __overflow>
|
/aosp_15_r20/out/soong/.intermediates/system/libbase/libbase/linux_glibc_x86_64_shared/ |
D | libbase.so.toc | 131 126: FUNC GLOBAL DEFAULT UND __overflow@GLIBC_2.2.5
|
/aosp_15_r20/trusty/user/base/lib/libc-trusty/ |
D | rules.mk | 304 $(MUSL_DIR)/src/stdio/__overflow.c \
|
/aosp_15_r20/external/llvm/test/CodeGen/X86/ |
H A D | 2007-10-15-CoalescerCrash.ll | 267 declare i32 @__overflow(%struct._IO_FILE*, i32)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/lib/x86_64-unknown-linux-gnu/ |
D | libclang_rt.asan.a.syms | 1537 __overflow;
|
D | libclang_rt.memprof.a.syms | 1472 __overflow;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/lib/linux/ |
D | libclang_rt.asan-x86_64.a.syms | 1537 __overflow;
|
D | libclang_rt.memprof-x86_64.a.syms | 1472 __overflow;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/lib/x86_64-unknown-linux-gnu/ |
D | libclang_rt.memprof.a.syms | 1472 __overflow;
|
D | libclang_rt.asan.a.syms | 1537 __overflow;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/lib/x86_64-unknown-linux-gnu/ |
D | libclang_rt.memprof.a.syms | 1472 __overflow;
|
D | libclang_rt.asan.a.syms | 1537 __overflow;
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/lib/linux/ |
D | libclang_rt.memprof-x86_64.a.syms | 1472 __overflow;
|
D | libclang_rt.asan-x86_64.a.syms | 1537 __overflow;
|
1234