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

  /hardware/libhardware/modules/usbaudio/
format.c 84 int num_slots = sizeof(mask->bits) / sizeof(mask->bits[0]); local
92 for (slot_index = 0; slot_index < num_slots; slot_index++) {
172 int num_slots = ARRAY_SIZE(mask->bits); local
180 for (slot_index = 0; slot_index < num_slots && table_index < table_size; slot_index++) {
logging.c 33 const size_t num_slots = ARRAY_SIZE(mask->bits); local
38 (num_slots * chars_per_slot + 2 + 1); /* brackets and null-terminator */
44 for (slot_index = 0; slot_index < num_slots; slot_index++) {
50 if (slot_index < num_slots - 1) {
alsa_device_profile.c 248 const int num_slots = ARRAY_SIZE(mask->bits); local
256 for (slot_index = 0; slot_index < num_slots && table_index < table_size;
  /art/runtime/
reflection.cc 41 size_t num_slots = shorty_len + 1; // +1 in case of receiver. local
42 if (LIKELY((num_slots * 2) < kSmallArgArraySize)) {
50 num_slots++;
53 if (num_slots <= kSmallArgArraySize) {
56 large_arg_array_.reset(new uint32_t[num_slots]);
  /external/srec/srec/include/
srec_context.h 50 wordID num_slots; member in struct:__anon14851
  /external/srec/tools/grxmlcompile/
grxmlcompile.cpp 655 int num_slots = 0; local
682 num_slots++;
685 if(num_slots > MAX_NUM_SLOTS) {
686 std::cout << "Error: SREC may have trouble with this many slots! (" << num_slots << ")" << std::endl;
    [all...]
  /art/runtime/gc/allocator/
rosalloc.cc 837 size_t num_slots = numOfSlots[idx]; local
1042 const size_t num_slots = numOfSlots[idx]; local
1090 const size_t num_slots = numOfSlots[idx]; local
1119 size_t num_slots = numOfSlots[idx]; local
2000 const size_t num_slots = numOfSlots[idx]; local
    [all...]
  /external/srec/srec/crec/
srec_context.c 416 wmap->num_slots = my_wID;
419 if(wmap->num_slots > MAX_NUM_SLOTS)
491 for (i = wmap->num_slots; --i > 0;)
3760 wordID num_slots = context->olabels->num_slots; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_context.h 377 int num_slots; member in struct:brw_vue_map
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.h 377 int num_slots; member in struct:brw_vue_map
    [all...]

Completed in 449 milliseconds