OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:max_slots
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/
jumplist_win.cc
289
int
max_slots
) {
293
if (data.empty() || !
max_slots
)
308
item != data.end() &&
max_slots
> 0; ++item, --
max_slots
) {
413
UINT
max_slots
;
local
415
result = destination_list->BeginList(&
max_slots
, __uuidof(*removed),
441
size_t most_visited_items = MulDiv(
max_slots
, kMostVisited, kTotal);
442
size_t recently_closed_items =
max_slots
- most_visited_items;
/external/bluetooth/bluez/lib/bluetooth/
hci.h
1889
uint8_t
max_slots
;
member in struct:__anon1709
[
all
...]
/external/qemu/hw/
bt.h
1512
uint8_t
max_slots
;
member in struct:__anon9840
[
all
...]
/system/bluetooth/bluez-clean-headers/bluetooth/
hci.h
1955
uint8_t
max_slots
;
member in struct:__anon25616
[
all
...]
Completed in 512 milliseconds