HomeSort by relevance Sort by last modified time
    Searched defs:map_length (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.cc 422 int map_length = snprintf(buf, size, "%s", kProcSelfMapsHeader); local
423 if (map_length < 0 || map_length >= size) return 0;
425 map_length += FillProcSelfMaps(buf + map_length, size - map_length, &dummy);
426 RAW_DCHECK(map_length <= size, "");
427 char* const map_start = buf + size - map_length; // move to end
428 memmove(map_start, buf, map_length);
429 size -= map_length;
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
dtlscon.c 336 PRUint32 map_length = OFFSET_BYTE(message_length) + 1; local
343 map_length);
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-table.cc 410 int map_length = snprintf(buf, size, "%s", kProcSelfMapsHeader); local
411 if (map_length < 0 || map_length >= size) return 0;
413 map_length += FillProcSelfMaps(buf + map_length, size - map_length, &dummy);
414 RAW_DCHECK(map_length <= size, "");
415 char* const map_start = buf + size - map_length; // move to end
416 memmove(map_start, buf, map_length);
417 size -= map_length;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
XIproto.h 1112 CARD8 map_length; member in struct:__anon45313
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XIproto.h 1112 CARD8 map_length; member in struct:__anon47049
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 488 milliseconds