OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_READ_SIZE
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/common/
putil.cpp
836
#define
MAX_READ_SIZE
512
856
char bufferFile[
MAX_READ_SIZE
];
889
uprv_memset(bufferFile, 0,
MAX_READ_SIZE
);
890
sizeFileToRead = sizeFileLeft <
MAX_READ_SIZE
? sizeFileLeft :
MAX_READ_SIZE
;
[
all
...]
/hardware/invensense/6515/libsensors_iio/
MPLSensor.h
147
#define
MAX_READ_SIZE
BYTES_QUAT_DATA
MPLSensor.cpp
[
all
...]
Completed in 196 milliseconds