HomeSort by relevance Sort by last modified time
    Searched full:available_bytes (Results 1 - 8 of 8) sorted by null

  /external/boringssl/src/crypto/bio/
bio_test.cc 144 size_t available_bytes; local
149 &available_bytes)) {
153 available_bytes = std::min(available_bytes, len - len_read);
154 memmove(data + len_read, read_buf + read_buf_offset, available_bytes);
156 BIO_zero_copy_get_read_buf_done(bio, available_bytes);
158 len_read += available_bytes;
159 } while (len - len_read > 0 && available_bytes > 0);
170 size_t available_bytes; local
175 &available_bytes)) {
229 size_t available_bytes; local
    [all...]
  /external/libnfc-nci/src/nfc/llcp/
llcp_sdp.c 120 UINT16 available_bytes; local
138 available_bytes = GKI_get_buf_size (llcp_cb.sdp_cb.p_snl)
145 if ( (available_bytes >= LLCP_SDREQ_MIN_LEN + name_len)
225 UINT16 available_bytes; local
243 available_bytes = GKI_get_buf_size (llcp_cb.sdp_cb.p_snl)
248 if ( (available_bytes >= 2 + LLCP_SDRES_LEN)
llcp_dlc.c 867 UINT16 info_len, available_bytes; local
    [all...]
llcp_link.c 985 UINT16 available_bytes; local
    [all...]
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
inode.c 1514 int available_bytes = (bytes - byte_offset) > PAGE_CACHE_SIZE ? local
    [all...]
  /external/squashfs-tools/kernel/fs/squashfs/
file.c 457 TRACE("bytes %d, i %d, available_bytes %d\n", bytes, i, avail);
  /frameworks/base/core/java/android/provider/
DocumentsContract.java 476 public static final String COLUMN_AVAILABLE_BYTES = "available_bytes";
    [all...]
  /prebuilts/sdk/21/
android.jar 

Completed in 385 milliseconds