Home
last modified time | relevance | path

Searched refs:fill (Results 1 – 7 of 7) sorted by relevance

/bionic/libc/arch-riscv64/string/
Dstrncpy_v.S94 # fill the tail zero.
/bionic/libc/malloc_debug/
DREADME.md240 ### fill\_on\_alloc[=MAX\_FILLED\_BYTES]
245 If MAX\_FILLED\_BYTES is present, it will only fill up to the specified number
246 of bytes in the allocation. The default is to fill the entire allocation.
248 ### fill\_on\_free[=MAX\_FILLED\_BYTES]
249 When an allocation is freed, fill it with 0xef.
251 If MAX\_FILLED\_BYTES is present, it will only fill up to the specified number
252 of bytes in the allocation. The default is to fill the entire allocation.
254 ### fill[=MAX\_FILLED\_BYTES]
255 This enables both the fill\_on\_alloc option and the fill\_on\_free option.
257 If MAX\_FILLED\_BYTES is present, it will only fill up to the specified number
[all …]
/bionic/libc/tzcode/
Dstrftime.c681 char fill = format[0]; in _conv() local
701 *--p = fill; in _conv()
/bionic/linker/
Dlinker_cfi.cpp90 std::fill(sw.begin(), sw.end(), v); in AddConstant()
/bionic/tests/
Dsystem_properties_test.cpp237 TEST(properties, fill) { in TEST() argument
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_config_tests.cpp406 TEST_F(MallocDebugConfigTest, fill) { in TEST_F() argument
/bionic/libm/
DAndroid.bp188 // We take the FreeBSD implementations when they exist, but fill out the rest