HomeSort by relevance Sort by last modified time
    Searched refs:raw_buf (Results 1 - 9 of 9) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
EventClass.py 24 def create_event(name, comm, dso, symbol, raw_buf):
25 if (len(raw_buf) == 144):
26 event = PebsEvent(name, comm, dso, symbol, raw_buf)
27 elif (len(raw_buf) == 176):
28 event = PebsNHM(name, comm, dso, symbol, raw_buf)
30 event = PerfEvent(name, comm, dso, symbol, raw_buf)
36 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_GENERIC):
41 self.raw_buf = raw_buf
55 def __init__(self, name, comm, dso, symbol, raw_buf, ev_type=EVTYPE_PEBS)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/ecdsa/
ecdsatest.c 295 unsigned char *raw_buf = NULL; local
443 /* Store the two BIGNUMs in raw_buf. */
453 if ((raw_buf = OPENSSL_malloc(buf_len)) == NULL)
456 memset(raw_buf, 0, buf_len);
457 BN_bn2bin(ecdsa_sig->r, raw_buf + bn_len - r_len);
458 BN_bn2bin(ecdsa_sig->s, raw_buf + buf_len - s_len);
461 offset = raw_buf[10] % buf_len;
462 dirt = raw_buf[11] ? raw_buf[11] : 1;
463 raw_buf[offset] ^= dirt
    [all...]
  /external/openssl/crypto/ecdsa/
ecdsatest.c 295 unsigned char *raw_buf = NULL; local
443 /* Store the two BIGNUMs in raw_buf. */
453 if ((raw_buf = OPENSSL_malloc(buf_len)) == NULL)
456 memset(raw_buf, 0, buf_len);
457 BN_bn2bin(ecdsa_sig->r, raw_buf + bn_len - r_len);
458 BN_bn2bin(ecdsa_sig->s, raw_buf + buf_len - s_len);
461 offset = raw_buf[10] % buf_len;
462 dirt = raw_buf[11] ? raw_buf[11] : 1;
463 raw_buf[offset] ^= dirt
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/
event_analyzing_sample.py 73 raw_buf = param_dict["raw_buf"]
89 event = create_event(name, comm, dso, symbol, raw_buf)
  /hardware/invensense/60xx/libsensors_iio/
MPLSensor.cpp     [all...]
  /hardware/invensense/6515/libsensors_iio/
MPLSensor.cpp     [all...]
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp     [all...]
  /external/libyuv/files/include/libyuv/
row.h 386 uint8* raw_buf,
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp 312 agg::rendering_buffer raw_buf(pThisLayer->GetBuffer(), pThisLayer->GetWidth(), pThisLayer->GetHeight(), pThisLayer->GetPitch());
313 agg::pixfmt_gray8 pixel_buf(raw_buf);
    [all...]

Completed in 1195 milliseconds