Searched defs:MAX_BUF_SIZE (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/test/perf/convperf/
H A Dconvperf.h21 #define MAX_BUF_SIZE 3048 macro
154 WCHAR dest[MAX_BUF_SIZE];
206 char dest[MAX_BUF_SIZE];
275 WCHAR dst[MAX_BUF_SIZE];
331 char dst[MAX_BUF_SIZE];
387 WCHAR dst[MAX_BUF_SIZE];
440 char dst[MAX_BUF_SIZE];
/external/jhead/
H A Djhead.h67 #define MAX_BUF_SIZE 72 macro
122 char GpsLatRaw[MAX_BUF_SIZE];
125 char GpsLongRaw[MAX_BUF_SIZE];
/external/opencv/cvaux/src/
H A Dcvhmm.cpp696 #define MAX_BUF_SIZE 1200 macro
697 float local_log_mix_prob[MAX_BUF_SIZE];
698 double local_mix_prob[MAX_BUF_SIZE];
727 if( max_size > MAX_BUF_SIZE )
837 #undef MAX_BUF_SIZE macro

Completed in 8380 milliseconds