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

  /system/extras/ksmutils/
ksminfo.c 194 size_t map_len; local
232 error = pm_map_pagemap(maps[i], &pagemap, &map_len);
238 for (j = 0; j < map_len; j++) {
  /external/chromium_org/net/disk_cache/blockfile/
sparse_control.cc 343 int map_len = data_len - sizeof(SparseHeader); local
344 if (map_len > kMaxMapSize || map_len % 4)
411 int map_len = data_len - sizeof(sparse_header_); local
412 if (map_len > kMaxMapSize || map_len % 4)
432 buf = new net::IOBuffer(map_len);
434 map_len, CompletionCallback());
435 if (rv != map_len)
439 children_map_.Resize(map_len * 8, false)
    [all...]
sparse_control_v3.cc 322 int map_len = data_len - sizeof(SparseHeader); local
323 if (map_len > kMaxMapSize || map_len % 4)
413 int map_len = data_len - sizeof(sparse_header_); local
414 if (map_len > kMaxMapSize || map_len % 4)
434 buf = new net::IOBuffer(map_len);
436 map_len, CompletionCallback());
437 if (rv != map_len)
441 children_map_.Resize(map_len * 8, false)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/xcb/
xproto.h 4277 uint8_t map_len; \/**< *\/ member in struct:xcb_set_pointer_mapping_request_t
4315 uint8_t map_len; \/**< *\/ member in struct:xcb_get_pointer_mapping_reply_t
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/xcb/
xproto.h 4277 uint8_t map_len; \/**< *\/ member in struct:xcb_set_pointer_mapping_request_t
4315 uint8_t map_len; \/**< *\/ member in struct:xcb_get_pointer_mapping_reply_t
    [all...]

Completed in 483 milliseconds