Searched refs:fill (Results 1 – 6 of 6) sorted by relevance
/system/core/libsparse/ |
D | backed_block.c | 44 } 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()
|
D | simg_dump.py | 123 fill = struct.unpack("<I", fill_bin) 124 print("Fill with 0x%08X" % (fill))
|
/system/core/libcutils/tests/memset_mips/ |
D | memset_cmips.S | 77 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/ |
D | playwav.c | 37 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/ |
D | metadata_template.mako | 27 <tag id="${tag.id}"><!-- TODO: fill the tag description --></tag>
|
/system/extras/tests/memtest/ |
D | memtest.cpp | 595 bool fill = (argc>=2 && !strcmp(argv[1], "fill")); in malloc_test() local 607 if (fill) { in malloc_test()
|