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

  /external/chromium/third_party/icu/source/common/
putil.c 761 #define MAX_READ_SIZE 512
781 char bufferFile[MAX_READ_SIZE];
814 uprv_memset(bufferFile, 0, MAX_READ_SIZE);
815 sizeFileToRead = sizeFileLeft < MAX_READ_SIZE ? sizeFileLeft : MAX_READ_SIZE;
    [all...]
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_commands.h     [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
public_commands.h     [all...]
  /system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
public_commands.h     [all...]
  /external/icu4c/common/
putil.c 787 #define MAX_READ_SIZE 512
807 char bufferFile[MAX_READ_SIZE];
840 uprv_memset(bufferFile, 0, MAX_READ_SIZE);
841 sizeFileToRead = sizeFileLeft < MAX_READ_SIZE ? sizeFileLeft : MAX_READ_SIZE;
    [all...]

Completed in 85 milliseconds