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

  /external/qemu/telephony/
remote_call.c 117 int buff_size; member in struct:RemoteCallRec
132 call->buff_size = (int) sizeof(call->buff0);
171 rcall->buff_size = sizeof(rcall->buff0);
175 end = p + rcall->buff_size;
230 if (msg2len > call->buff_size) {
238 call->buff_size = msg2len;
242 end = p + call->buff_size;
  /libcore/crypto/src/main/java/org/conscrypt/
HandshakeIODataStream.java 84 private int buff_size = 1024; field in class:HandshakeIODataStream
86 private byte[] buffer = new byte[buff_size];
209 if (read_pos_end + length > buff_size) {
210 enlargeBuffer(read_pos_end+length-buff_size);
217 buff_size = (size < inc_buff_size)
218 ? buff_size + inc_buff_size
219 : buff_size + size;
220 byte[] new_buff = new byte[buff_size];
263 if (write_pos + length >= buff_size) {
  /external/libnfc-nci/src/nfc/int/
nfc_int.h 115 UINT8 buff_size; /* the max buffer size for this connection. . */ member in struct:__anon22675
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 146 UINT8 buffer_size = p_cb->buff_size;
773 UINT8 buff_size, num_buff; local
787 buff_size = *p++;
807 if (buff_size > NCI_ISO_DEP_MAX_INFO)
808 buff_size = NCI_ISO_DEP_MAX_INFO;
901 if (buff_size > NCI_NFC_DEP_MAX_DATA)
902 buff_size = NCI_NFC_DEP_MAX_DATA;
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.cc 260 uptr buff_size = 0; local
262 ReadFileToBuffer(path, &buff, &buff_size, 1024 * 1024);
  /external/srec/srec/include/
front.h 87 int buff_size; member in struct:__anon28286
  /external/libnfc-nci/src/nfa/int/
nfa_hci_int.h 380 UINT8 buff_size; /* Connection buffer size */ member in struct:__anon22513
  /external/chromium_org/third_party/icu/source/test/cintltst/
nucnvtst.c 5362 int32_t rules_length, target_cap, bytes_needed, buff_size; local
    [all...]
  /external/icu4c/test/cintltst/
nucnvtst.c 5399 int32_t rules_length, target_cap, bytes_needed, buff_size; local
    [all...]
  /external/libnfc-nci/src/nfc/include/
nfc_api.h 308 UINT8 buff_size; /* The max buffer size */ member in struct:__anon22604
    [all...]

Completed in 1245 milliseconds