Home
last modified time | relevance | path

Searched refs:bfill (Results 1 – 3 of 3) sorted by relevance

/external/ltp/testcases/kernel/mem/vmtests/
Dstack_space.c69 int bfill(char *, char, int);
248 bfill(zero_buf, 0, csize); in dotest()
249 bfill(mondobuf, 0, MAXSIZE); in dotest()
253 bfill(bits, 0, (nchunks + 7) / 8); in dotest()
254 bfill(val_buf, val, csize); in dotest()
303 bfill(buf, val, csize); in dotest()
315 bfill(mondobuf + CHUNK(chunk), val, csize); in dotest()
317 bfill(zero_buf, val, csize); in dotest()
327 int bfill(buf, val, size) in bfill() function
Ddata_space.c79 void bfill(char *, char, int);
280 bfill(zero_buf, 0, csize);
281 bfill(mondobuf, 0, max_size);
285 bfill(bits, 0, (nchunks + 7) / 8);
286 bfill(val_buf, val, csize);
335 bfill(buf, val, csize);
351 bfill(mondobuf + CHUNK(chunk), val, csize);
353 bfill(zero_buf, val, csize);
360 void bfill(buf, val, size) in bfill() function
/external/trappy/trappy/plotter/
DILinePlot.py307 merged_df = merged_df.bfill()