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

  /external/chromium/net/base/
dnssec_keyset.cc 363 unsigned n_length = dnskey.size() - n_offset; local
366 if (n_length < 64)
389 length += n_length + n_padding;
390 length += AdvanceForASN1Length(n_length + n_padding);
422 unsigned l = n_length + n_padding;
443 memcpy(&out[j], &data[n_offset], n_length);
444 j += n_length;
445 length -= n_length;
  /external/chromium_org/third_party/tcmalloc/vendor/src/
tcmalloc.cc 449 const int n_length = small.normal_length[s]; local
451 if (n_length + r_length > 0) {
452 uint64_t n_pages = s * n_length;
459 (n_length + r_length),
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
tcmalloc.cc 477 const int n_length = small.normal_length[s]; local
479 if (n_length + r_length > 0) {
480 uint64_t n_pages = s * n_length;
487 (n_length + r_length),
    [all...]
  /external/chromium_org/third_party/libxml/src/
testapi.c 35504 int n_length; local
35566 int n_length; local
    [all...]

Completed in 163 milliseconds