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

  /external/icu4c/common/
putil.cpp 848 #define MAX_READ_SIZE 512
868 char bufferFile[MAX_READ_SIZE];
901 uprv_memset(bufferFile, 0, MAX_READ_SIZE);
902 sizeFileToRead = sizeFileLeft < MAX_READ_SIZE ? sizeFileLeft : MAX_READ_SIZE;
    [all...]
  /external/libnfc-nci/src/nfc/int/
rw_int.h 462 UINT16 max_read_size; \/* max reading size per a command *\/ member in struct:__anon10640
    [all...]

Completed in 254 milliseconds