/external/ltp/testcases/kernel/mem/vmtests/ |
data_space.c | 79 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) function
|
stack_space.c | 69 int bfill(char *, char, int); 248 bfill(zero_buf, 0, csize); 249 bfill(mondobuf, 0, MAXSIZE); 253 bfill(bits, 0, (nchunks + 7) / 8); 254 bfill(val_buf, val, csize); 303 bfill(buf, val, csize); 315 bfill(mondobuf + CHUNK(chunk), val, csize); 317 bfill(zero_buf, val, csize); 327 int bfill(buf, val, size) function
|
/external/pdfium/core/fpdfapi/render/ |
cpdf_renderstatus.h | 132 bool bFill,
|
cpdf_renderstatus.cpp | [all...] |
/external/bart/bart/common/ |
signal.py | 74 methods (eg. pad, bfill, nearest). The default is pad
|
/external/trappy/trappy/plotter/ |
ILinePlot.py | 307 merged_df = merged_df.bfill()
|
/external/trappy/trappy/stats/ |
grammar.py | 221 methods (eg. pad, bfill, nearest). The default is pad
|