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

  /external/libcxx/include/support/ibm/
xlocale.h 305 const size_t buff_size = 256; local
307 if ((*strp = (char *)malloc(buff_size)) == NULL)
311 if ((str_size = vsnprintf(*strp, buff_size, fmt, ap)) >= 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:__anon3917
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 145 UINT8 buffer_size = p_cb->buff_size;
775 UINT8 buff_size, num_buff; local
789 buff_size = *p++;
809 if (buff_size > NCI_ISO_DEP_MAX_INFO)
810 buff_size = NCI_ISO_DEP_MAX_INFO;
903 if (buff_size > NCI_NFC_DEP_MAX_DATA)
904 buff_size = NCI_NFC_DEP_MAX_DATA;
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.cc 368 uptr buff_size = 0; local
370 ReadFileToBuffer(path, &buff, &buff_size, 1024 * 1024);
  /external/libnfc-nci/src/nfa/int/
nfa_hci_int.h 380 UINT8 buff_size; /* Connection buffer size */ member in struct:__anon3755
  /external/chromium_org/third_party/icu/source/test/cintltst/
nucnvtst.c 5381 int32_t rules_length, target_cap, bytes_needed, buff_size; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
nucnvtst.c 5386 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:__anon3846
    [all...]

Completed in 279 milliseconds