HomeSort by relevance Sort by last modified time
    Searched full:r_bytes (Results 1 - 6 of 6) sorted by null

  /external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
bus_parser_test.js 14 'bus=RIGHT rw_bytes=0 r_bytes=0 w_bytes=0 cycles=2681746 ns=16760792',
17 'bus=CPU rw_bytes=2756608 r_bytes=2267328 w_bytes=491328 ' +
21 'bus=DDR_C rw_bytes=2736128 r_bytes=2260864 w_bytes=479248 ' +
25 'bus=DDR_R1 rw_bytes=31457280 r_bytes=31460912 w_bytes=0 ' +
29 'bus=DDR_L rw_bytes=16953344 r_bytes=16731088 w_bytes=223664 ' +
33 'bus=RIGHT rw_bytes=0 r_bytes=0 w_bytes=0 cycles=2667378 ns=16671250',
36 'bus=CPU rw_bytes=2797568 r_bytes=2309424 w_bytes=491968 ' +
40 'bus=DDR_C rw_bytes=2408448 r_bytes=1968448 w_bytes=441456 ' +
44 'bus=DDR_R1 rw_bytes=31490048 r_bytes=31493360 w_bytes=0 ' +
48 'bus=DDR_L rw_bytes=16941056 r_bytes=16719136 w_bytes=223472 '
    [all...]
bus_parser.js 37 var re = new RegExp('bus=(\\S+) rw_bytes=(\\d+) r_bytes=(\\d+) ' +
43 var r_bytes = parseInt(event[3]);
49 var r_bw = r_bytes * 1000000000 / ns;
  /external/chromium_org/crypto/
ec_signature_creator_openssl.cc 68 int r_bytes = BN_num_bytes(r); local
72 if (r_bytes > static_cast<int>(kMaxBytesPerBN) ||
74 DLOG(ERROR) << "Invalid key sizes r(" << r_bytes << ") s(" << s_bytes
78 BN_bn2bin(ecdsa_sig.get()->r, &result[kMaxBytesPerBN - r_bytes]);
  /external/valgrind/main/memcheck/tests/
leak.h 7 long R0_bytes = 0, R_bytes = 0, R0_blocks = 0, R_blocks = 0; \
22 VALGRIND_COUNT_LEAKS( L_bytes, D_bytes, R_bytes, S_bytes ); \
26 R_bytes -= R0_bytes; R_blocks -= R0_blocks; \
39 R_bytes,R_blocks); \
  /system/core/libmincrypt/
dsa_sig.c 64 unsigned char r_bytes[P256_NBYTES]; local
69 memset(r_bytes, 0, sizeof(r_bytes));
117 if (!trim_to_p256_bytes(r_bytes, &sig[4], r_len)
122 p256_from_bin(r_bytes, r_int);
  /external/chromium-trace/
script.js 38 base.exportTo("tracing.importer.linux_perf",function(){function d(a){b.call(this,a);a.registerEventHandler("memory_bus_usage",d.prototype.traceMarkWriteBusEvent.bind(this));this.model_=a.model_;this.ppids_={}}var b=tracing.importer.linux_perf.Parser;d.prototype={__proto__:b.prototype,traceMarkWriteBusEvent:function(a,c,e,f,b,h){e=/bus=(\S+) rw_bytes=(\d+) r_bytes=(\d+) w_bytes=(\d+) cycles=(\d+) ns=(\d+)/.exec(b.details);a=e[1];parseInt(e[2]);c=parseInt(e[3]);parseInt(e[4]);parseInt(e[5]);e=parseInt(e[6]);
    [all...]

Completed in 173 milliseconds