HomeSort by relevance Sort by last modified time
    Searched refs:buf_avail (Results 1 - 5 of 5) sorted by null

  /external/adhd/cras/src/server/
cras_hfp_info.c 99 unsigned int buf_avail; local
105 *buf = buf_write_pointer_size(info->playback_buf, &buf_avail);
107 *buf = buf_read_pointer_size(info->capture_buf, &buf_avail);
109 if (*count > buf_avail)
110 *count = buf_avail;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pystrtod.c 593 size_t buf_avail; local
601 buf_avail = buf_size+buffer-p;
602 if (buf_avail == 0)
607 written = PyOS_snprintf(p, buf_avail, "e%+.02d", digit_count-1);
609 written < Py_SAFE_DOWNCAST(buf_avail, size_t, int)))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pystrtod.c 593 size_t buf_avail; local
601 buf_avail = buf_size+buffer-p;
602 if (buf_avail == 0)
607 written = PyOS_snprintf(p, buf_avail, "e%+.02d", digit_count-1);
609 written < Py_SAFE_DOWNCAST(buf_avail, size_t, int)))
    [all...]
  /external/python/cpython2/Python/
pystrtod.c 593 size_t buf_avail; local
601 buf_avail = buf_size+buffer-p;
602 if (buf_avail == 0)
607 written = PyOS_snprintf(p, buf_avail, "e%+.02d", digit_count-1);
609 written < Py_SAFE_DOWNCAST(buf_avail, size_t, int)))
    [all...]
  /external/python/cpython3/Python/
pystrtod.c 662 size_t buf_avail; local
670 buf_avail = buf_size+buffer-p;
671 if (buf_avail == 0)
676 written = PyOS_snprintf(p, buf_avail, "e%+.02d", digit_count-1);
678 written < Py_SAFE_DOWNCAST(buf_avail, size_t, int)))
    [all...]

Completed in 88 milliseconds