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

  /system/media/alsa_utils/
alsa_format.c 88 int num_slots = ARRAY_SIZE(mask->bits); local
96 for (slot_index = 0; slot_index < num_slots && table_index < table_size; slot_index++) {
alsa_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 238 const int num_slots = ARRAY_SIZE(mask->bits); local
246 for (slot_index = 0; slot_index < num_slots && table_index < table_size;
  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-segnames.c 142 static UInt num_slots = 0; /* number of slots in string table */ variable
335 ++num_slots;
357 num_segnames, num_slots);
  /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]);
    [all...]
  /art/runtime/gc/allocator/
rosalloc.cc 867 size_t num_slots = numOfSlots[idx]; local
916 const size_t num_slots = numOfSlots[idx]; local
1054 const size_t num_slots = numOfSlots[idx]; local
1092 const size_t num_slots = numOfSlots[idx]; local
1121 size_t num_slots = numOfSlots[idx]; local
2023 const size_t num_slots = numOfSlots[idx]; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.h 377 int num_slots; member in struct:brw_vue_map
    [all...]

Completed in 269 milliseconds