/device/google/bonito/sdm710/original-kernel-headers/sound/ |
asound.h | 409 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */ 412 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */ 451 snd_pcm_uframes_t avail; /* number of frames available */ member in struct:snd_pcm_status 630 size_t avail_min; /* minimum avail bytes for wakeup */ 638 size_t avail; /* available bytes */ member in struct:snd_rawmidi_status [all...] |
/device/google/crosshatch/sdm845/kernel-headers/sound/ |
asound.h | 351 snd_pcm_uframes_t avail; member in struct:snd_pcm_status 508 size_t avail; member in struct:snd_rawmidi_status
|
/device/google/crosshatch/sdm845/original-kernel-headers/sound/ |
asound.h | 409 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */ 412 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */ 451 snd_pcm_uframes_t avail; /* number of frames available */ member in struct:snd_pcm_status 630 size_t avail_min; /* minimum avail bytes for wakeup */ 638 size_t avail; /* available bytes */ member in struct:snd_rawmidi_status [all...] |
/external/python/cpython2/Objects/ |
bytearrayobject.c | 497 Py_ssize_t avail, needed; local 537 avail = hi - lo; 538 if (avail < 0) 539 lo = hi = avail = 0; 541 if (avail != needed) { 542 if (avail > needed) { 549 | |<----avail----->|<-----tomove------>| 558 Py_SIZE(self) + needed - avail) < 0) { 562 if (avail < needed) { 565 | |<-avail->|<-----tomove------> [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
difflib.py | 677 # avail[x] is the number of times x appears in 'b' less the
679 avail = {}
680 availhas, matches = avail.__contains__, 0
683 numb = avail[elt]
686 avail[elt] = numb - 1
[all...] |
_pyio.py | [all...] |
/external/mesa3d/src/compiler/glsl/ |
lower_int64.cpp | 49 builtin_available_predicate avail);
|
/external/python/cpython2/Lib/ |
difflib.py | 675 # avail[x] is the number of times x appears in 'b' less the 677 avail = {} 678 availhas, matches = avail.__contains__, 0 681 numb = avail[elt] 684 avail[elt] = numb - 1 [all...] |
_pyio.py | 978 avail = len(buf) - pos # Length of the available buffered data. 979 if n <= avail: [all...] |
/external/python/cpython3/Lib/ |
difflib.py | 662 # avail[x] is the number of times x appears in 'b' less the 664 avail = {} 665 availhas, matches = avail.__contains__, 0 668 numb = avail[elt] 671 avail[elt] = numb - 1 [all...] |
/frameworks/av/media/libaudioclient/ |
AudioRecord.cpp | 1182 size_t avail = audioBuffer.frameCount + nonContig; local [all...] |
/external/libxml2/ |
parser.c | 11089 int avail, tlen; local 12136 size_t avail = 0; local [all...] |
/art/dt_fd_forward/ |
dt_fd_forward.cc | 175 int avail; local 176 int res = TEMP_FAILURE_RETRY(ioctl(read_fd_, FIONREAD, &avail)); 178 DT_IO_ERROR("Failed ioctl(read_fd_, FIONREAD, &avail)"); 181 size_t to_read = std::min(static_cast<size_t>(avail), ndata);
|
/device/linaro/hikey/audio/ |
audio_hw.c | 476 unsigned int avail; local 477 if (pcm_get_htimestamp(out->pcm, &avail, timestamp) == 0) { 479 int64_t signed_frames = out->written - kernel_buffer_size + avail;
|
/external/googletest/googletest/src/ |
gtest-port.cc | 254 size_t avail; local 261 &avail); 263 return avail; [all...] |
/external/libvpx/libvpx/third_party/googletest/src/src/ |
gtest-port.cc | 167 size_t avail; local 174 &avail); 176 return avail; [all...] |
/external/skia/src/core/ |
SkStream.cpp | 462 size_t avail() const { return fStop - fCurr; } function in struct:SkDynamicMemoryWStream::Block 527 if (fTail->avail() > 0) { 528 size = SkTMin(fTail->avail(), count);
|
/external/skqp/src/core/ |
SkStream.cpp | 462 size_t avail() const { return fStop - fCurr; } function in struct:SkDynamicMemoryWStream::Block 527 if (fTail->avail() > 0) { 528 size = SkTMin(fTail->avail(), count);
|
/external/u-boot/scripts/kconfig/lxdialog/ |
util.c | 613 size_t avail; local 615 avail = sizeof(item_cur->node.str) - strlen(item_cur->node.str); 619 avail, fmt, ap);
|
/external/icu/icu4c/source/test/cintltst/ |
cldrtest.c | 1141 UEnumeration* avail; local [all...] |
/external/u-boot/common/ |
dlmalloc.src | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/ |
textio.c | 1349 Py_ssize_t avail; local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/ |
textio.c | 1326 Py_ssize_t avail; local [all...] |
/external/python/cpython2/Modules/_io/ |
textio.c | 1360 Py_ssize_t avail; local [all...] |
/external/python/cpython3/Modules/_io/ |
textio.c | 1638 Py_ssize_t avail; local [all...] |