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

/external/f2fs-tools/tools/sg_write_buffer/
H A Dsg_write_buffer.c51 {"bpw", required_argument, 0, 'b'},
76 "sg_write_buffer [--bpw=CS] [--dry-run] [--help] [--id=ID] "
85 " --bpw=CS|-b CS CS is chunk size: bytes per write "
114 "to list\navailable modes. A chunk size of 4 KB ('--bpw=4k') "
182 pr2serr("\nAdditionally '--bpw=<val>,act' does a activate deferred "
196 int bpw = 0; local
224 bpw = sg_get_num(optarg);
225 if (bpw < 0) {
226 pr2serr("argument to '--bpw' should be in a positive "
354 if ((wb_len > 0) && (bpw > wb_le
[all...]
/external/valgrind/coregrind/
H A Dm_execontext.c272 Int bpw = 8 * sizeof(UWord); local
273 w = (w << n) | (w >> (bpw-n));
/external/valgrind/helgrind/
H A Dlibhb_core.c4400 Int bpw = 8 * sizeof(UWord); local
4401 w = (w << n) | (w >> (bpw-n));

Completed in 704 milliseconds