Searched defs:fill (Results 1 - 3 of 3) sorted by relevance

/system/bt/bta/sys/
H A Dutl.cc116 bool fill = false; local
125 if (k > 0 || fill) {
127 fill = true;
/system/extras/tests/memtest/
H A Dmemtest.cpp55 " malloc [fill]\n"
111 bool fill = (argc>=2 && !strcmp(argv[1], "fill")); local
123 if (fill) {
/system/core/libsparse/
H A Dbacked_block.c44 } fill; member in union:backed_block::__anon1618
106 return bb->fill.val;
219 if (a->fill.val != b->fill.val) {
291 /* Queues a fill block of memory to be written to the specified data blocks */
303 bb->fill.val = fill_val;

Completed in 96 milliseconds