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

  /external/ltp/testcases/kernel/mem/tunable/
max_map_count.c 141 long max_maps; local
169 max_maps = MAP_COUNT_DEFAULT;
170 while (max_maps <= max_iters) {
171 set_sys_tune("max_map_count", max_maps, 1);
190 /* Note max_maps will be exceeded by one for
195 if (map_count == (max_maps + 1))
197 "as expected.", max_maps);
200 "expected %ld entries", map_count, max_maps);
206 max_maps = max_maps << 1
    [all...]
  /system/nfc/src/nfc/nfc/
nfc_main.cc 822 max_maps[NFC_NFCC_MAX_NUM_VS_INTERFACE + NCI_INTERFACE_MAX]; local
831 memset(&max_maps[xx], 0x00, sizeof(tNFC_DISCOVER_MAPS));
854 memcpy(&max_maps[num_intf++], &p_maps[xx], sizeof(tNFC_DISCOVER_MAPS));
862 return nci_snd_discover_map_cmd(num_intf, (tNCI_DISCOVER_MAPS*)max_maps);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlib.h 148 #define MaxCmapsOfScreen(s) ((s)->max_maps)
279 int max_maps, min_maps; /* max and min color maps */ member in struct:__anon61340
    [all...]

Completed in 878 milliseconds