Home
last modified time | relevance | path

Searched refs:MAX_READ_SIZE (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dapc.c72 #define MAX_READ_SIZE 4096 macro
76 if (av_get_packet(s->pb, pkt, MAX_READ_SIZE) <= 0) in apc_read_packet()
/third_party/icu/icu4c/source/common/
H A Dputil.cpp887 #define MAX_READ_SIZE 512 macro
907 char bufferFile[MAX_READ_SIZE]; in compareBinaryFiles()
940 uprv_memset(bufferFile, 0, MAX_READ_SIZE); in compareBinaryFiles()
941 sizeFileToRead = sizeFileLeft < MAX_READ_SIZE ? sizeFileLeft : MAX_READ_SIZE; in compareBinaryFiles()
/third_party/node/deps/icu-small/source/common/
H A Dputil.cpp887 #define MAX_READ_SIZE 512 macro
907 char bufferFile[MAX_READ_SIZE]; in compareBinaryFiles()
940 uprv_memset(bufferFile, 0, MAX_READ_SIZE); in compareBinaryFiles()
941 sizeFileToRead = sizeFileLeft < MAX_READ_SIZE ? sizeFileLeft : MAX_READ_SIZE; in compareBinaryFiles()
/third_party/skia/third_party/externals/icu/source/common/
H A Dputil.cpp878 #define MAX_READ_SIZE 512 macro
898 char bufferFile[MAX_READ_SIZE]; in compareBinaryFiles()
931 uprv_memset(bufferFile, 0, MAX_READ_SIZE); in compareBinaryFiles()
932 sizeFileToRead = sizeFileLeft < MAX_READ_SIZE ? sizeFileLeft : MAX_READ_SIZE; in compareBinaryFiles()

Completed in 10 milliseconds