/external/chromium_org/chrome/browser/ |
jumplist_win.cc | 274 int max_slots) { 278 if (data.empty() || !max_slots) 293 item != data.end() && max_slots > 0; ++item, --max_slots) { 398 UINT max_slots; local 400 result = destination_list->BeginList(&max_slots, __uuidof(*removed), 426 size_t most_visited_items = MulDiv(max_slots, kMostVisited, kTotal); 427 size_t recently_closed_items = max_slots - most_visited_items;
|
/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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_blit.c | 303 const unsigned max_slots = 4096 / sizeof ctx->vertices; local 305 if (ctx->vbuf_slot >= max_slots) { 314 max_slots * sizeof ctx->vertices);
|
u_gen_mipmap.c | 1381 const unsigned max_slots = 4096 \/ sizeof ctx->vertices; local [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_blit.c | 303 const unsigned max_slots = 4096 / sizeof ctx->vertices; local 305 if (ctx->vbuf_slot >= max_slots) { 314 max_slots * sizeof ctx->vertices);
|
u_gen_mipmap.c | 1381 const unsigned max_slots = 4096 \/ sizeof ctx->vertices; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_asm.c | 608 int max_slots = bc->chip_class == CAYMAN ? 4 : 5; local 610 for (i = 0; i < max_slots; i++) 615 if (max_slots == 4) 817 int max_slots = bc->chip_class == CAYMAN ? 4 : 5; local 819 for (i = 0; i < max_slots; i++) { 845 if (max_slots == 4) { 846 for (i = 0; i < max_slots; i++) { 863 if (!r && slots[4] && max_slots == 5) { 867 for (i = 0; i < max_slots; i++) { 877 for (i = 0; i < max_slots; i++) 899 int max_slots = bc->chip_class == CAYMAN ? 4 : 5; local 1043 int max_slots = bc->chip_class == CAYMAN ? 4 : 5; local 1505 int max_slots = bc->chip_class == CAYMAN ? 4 : 5; local [all...] |
/external/mesa3d/src/gallium/drivers/r600/ |
r600_asm.c | 608 int max_slots = bc->chip_class == CAYMAN ? 4 : 5; local 610 for (i = 0; i < max_slots; i++) 615 if (max_slots == 4) 817 int max_slots = bc->chip_class == CAYMAN ? 4 : 5; local 819 for (i = 0; i < max_slots; i++) { 845 if (max_slots == 4) { 846 for (i = 0; i < max_slots; i++) { 863 if (!r && slots[4] && max_slots == 5) { 867 for (i = 0; i < max_slots; i++) { 877 for (i = 0; i < max_slots; i++) 899 int max_slots = bc->chip_class == CAYMAN ? 4 : 5; local 1043 int max_slots = bc->chip_class == CAYMAN ? 4 : 5; local 1505 int max_slots = bc->chip_class == CAYMAN ? 4 : 5; local [all...] |
/external/qemu/hw/ |
bt.h | 1512 uint8_t max_slots; member in struct:__anon27162 [all...] |