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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
pagemap.h 152 // Find out if the given page_num index in array_ is in committed memory.
153 bool IsCommitted(size_t page_num) const {
154 return committed_[page_num >> 3] & (1 << (page_num & 0x7));
157 // Remember that the given page_num index in array_ is in committed memory.
158 void SetCommitted(size_t page_num) {
159 committed_[page_num >> 3] |= (1 << (page_num & 0x7));
  /external/bluetooth/bluedroid/stack/btm/
btm_acl.c 1484 UINT8 status, page_num, max_page; local
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
collected_cookies_gtk.cc 492 guint page_num) {
494 ShowCookieInfo(page_num);
  /external/chromium_org/chrome/browser/ui/gtk/
collected_cookies_gtk.cc 524 guint page_num) {
526 ShowCookieInfo(page_num);
  /external/bluetooth/bluedroid/stack/include/
hcimsgs.h 270 HCI_API extern BOOLEAN btsnd_hcic_rmt_ext_features(UINT16 handle, UINT8 page_num);
280 HCI_API extern BOOLEAN btsnd_hcic_read_local_ext_features (UINT8 page_num);
    [all...]
  /external/qemu/hw/
bt.h 605 uint8_t page_num; member in struct:__anon25280
1210 uint8_t page_num; member in struct:__anon25356
1215 uint8_t page_num; member in struct:__anon25357
1582 uint8_t page_num; member in struct:__anon25402
    [all...]
bt-hci.c     [all...]
  /external/bluetooth/bluedroid/stack/hcic/
hcicmds.c 581 BOOLEAN btsnd_hcic_rmt_ext_features (UINT16 handle, UINT8 page_num)
598 UINT8_TO_STREAM (pp, page_num);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 1903 milliseconds