/aosp12/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
H A D | open_wmemstream.c | 58 bzero(p + st->size, (sz - st->size) * sizeof(wchar_t)); in wmemstream_write() 105 bzero(&st->mbs, sizeof(st->mbs)); in wmemstream_seek() 154 bzero(&st->mbs, sizeof(st->mbs)); in open_wmemstream()
|
H A D | vswscanf.c | 70 bzero(&mbs, sizeof(mbs)); in vswscanf()
|
H A D | vswprintf.c | 82 bzero(&mbs, sizeof(mbs)); in vswprintf()
|
H A D | open_memstream.c | 56 bzero(p + st->size, sz - st->size); in memstream_write()
|
/aosp12/bionic/libc/include/ |
H A D | strings.h | 69 #define bzero(b, len) __bionic_bzero((b), (len)) macro
|
/aosp12/bionic/libc/bionic/ |
H A D | ndk_cruft.cpp | 254 #undef bzero 255 void bzero(void* dst, size_t n) { in bzero() function
|
/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | s_nan.c | 58 bzero(words, num_words * sizeof(uint32_t)); in _scan_nan()
|
/aosp12/packages/services/Car/tools/keventreader/server/ |
H A D | inputsource.cpp | 28 bzero(this, sizeof(*this)); in kevent()
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | mroute6.h | 63 #define IF_ZERO(p) bzero(p, sizeof(* (p)))
|
/aosp12/system/core/libcutils/ |
H A D | uevent.cpp | 90 bzero(buffer, length); in uevent_kernel_recv()
|
/aosp12/bionic/tests/ |
H A D | clang_fortify_tests.cpp | 160 EXPECT_FORTIFY_DEATH(bzero(small_buffer, sizeof(large_buffer))); in FORTIFY_TEST() 198 EXPECT_NO_DEATH(bzero(split.tiny_buffer, sizeof(split))); in FORTIFY_TEST()
|
H A D | fortify_test.cpp | 300 ASSERT_FORTIFY(bzero(myfoo.b, n)); in TEST_F() 557 ASSERT_FORTIFY(bzero(buf, n)); in TEST_F()
|
H A D | string_test.cpp | 1030 TEST(STRING_TEST, bzero) { in TEST() argument 1042 bzero(state.ptr1 + start, end - start); in TEST()
|
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
H A D | ucode_download.c | 51 bzero(buf, WLC_IOCTL_MEDLEN); in dload_generic_data()
|
H A D | dhdu.c | 893 bzero(&sdreg, sizeof(sdreg)); in dhd_sdreg() 2340 bzero(&prstatus, sizeof(prstatus_t)); in dhd_coredump() 2574 bzero(&sdreg, sizeof(sdreg)); in dhd_sd_reg()
|
H A D | bcmutils.c | 480 bzero(pq, OFFSETOF(struct pktq, q) + (sizeof(struct pktq_prec) * num_prec)); in pktq_init()
|
/aosp12/bionic/libc/stdio/ |
H A D | printf_common.h | 776 bzero(&mbs, sizeof(mbs)); in mbsconv() 796 bzero(&mbs, sizeof(mbs)); in mbsconv()
|
/aosp12/frameworks/rs/cpu_ref/ |
H A D | rsCpuExecutable.cpp | 720 bzero(pragmaKeys, sizeof(char*) * pragmaCount); in createFromSharedObject() 721 bzero(pragmaValues, sizeof(char*) * pragmaCount); in createFromSharedObject()
|
/aosp12/system/bt/main/shim/ |
H A D | btm.cc | 197 bzero(gap_data_buffer, sizeof(gap_data_buffer)); in OnExtendedInquiryResult()
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 1731 bzero; # arm x86
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 1731 bzero; # arm x86
|