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

  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_commands.h     [all...]
  /external/icu4c/common/
putil.c 829 #define MAX_READ_SIZE 512
849 char bufferFile[MAX_READ_SIZE];
882 uprv_memset(bufferFile, 0, MAX_READ_SIZE);
883 sizeFileToRead = sizeFileLeft < MAX_READ_SIZE ? sizeFileLeft : MAX_READ_SIZE;
    [all...]

Completed in 49 milliseconds