Home
last modified time | relevance | path

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

/system/core/libsparse/
Dbacked_block.c44 } fill; member
106 return bb->fill.val; in backed_block_fill_val()
219 if (a->fill.val != b->fill.val) { in merge_bb()
299 bb->fill.val = fill_val; in backed_block_add_fill()
Dsimg_dump.py123 fill = struct.unpack("<I", fill_bin)
124 print("Fill with 0x%08X" % (fill))
/system/core/libcutils/tests/memset_mips/
Dmemset_cmips.S77 ins a1, a1, 8, 8 # Replicate fill byte into half-word.
78 ins a1, a1, 16, 16 # Replicate fill byte into word.
/system/extras/sound/
Dplaywav.c37 int (*fill)(void *buf, unsigned sz, void *cookie), in pcm_play()
71 if (fill(buf, sz, cookie)) in pcm_play()
85 if (fill(buf, sz, cookie)) in pcm_play()
/system/media/camera/docs/
Dmetadata_template.mako27 <tag id="${tag.id}"><!-- TODO: fill the tag description --></tag>
/system/extras/tests/memtest/
Dmemtest.cpp595 bool fill = (argc>=2 && !strcmp(argv[1], "fill")); in malloc_test() local
607 if (fill) { in malloc_test()