Searched refs:fill (Results 1 - 4 of 4) sorted by path

/system/core/libsparse/
H A Dbacked_block.c44 } fill; member in union:backed_block::__anon460
106 return bb->fill.val;
219 if (a->fill.val != b->fill.val) {
287 /* Queues a fill block of memory to be written to the specified data blocks */
299 bb->fill.val = fill_val;
H A Dsimg_dump.py118 print("Fill chunk should have 4 bytes of fill, but this has %u"
123 fill = struct.unpack("<I", fill_bin)
124 print("Fill with 0x%08X" % (fill))
/system/extras/sound/
H A Dplaywav.c37 int (*fill)(void *buf, unsigned sz, void *cookie),
71 if (fill(buf, sz, cookie))
85 if (fill(buf, sz, cookie))
/system/extras/tests/memtest/
H A Dmemtest.cpp79 " malloc [fill]\n"
595 bool fill = (argc>=2 && !strcmp(argv[1], "fill")); local
607 if (fill) {

Completed in 56 milliseconds