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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
balanced_quicksort.h 87 * @param queue_size Size of the work-stealing queue. */
88 QSBThreadLocal(int queue_size) : leftover_parts(queue_size) { }
442 difference_type queue_size = num_threads * (thread_index_t)(log2(n) + 1); local
444 tls[t] = new QSBThreadLocal<RandomAccessIterator>(queue_size);
  /external/bluetooth/bluedroid/stack/rfcomm/
port_int.h 59 UINT32 queue_size; /* Number of data bytes in the queue */ member in struct:__anon3951
  /bionic/libc/kernel/common/sound/
asound.h 614 unsigned int queue_size; member in struct:snd_timer_params
    [all...]
  /external/kernel-headers/original/sound/
asound.h 635 unsigned int queue_size; /* total size of queue (32-1024) */ member in struct:snd_timer_params
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asound.h 624 unsigned int queue_size; /* total size of queue (32-1024) */ member in struct:snd_timer_params
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asound.h 624 unsigned int queue_size; /* total size of queue (32-1024) */ member in struct:snd_timer_params
    [all...]

Completed in 1112 milliseconds