Searched refs:MAX_BUF_SIZE (Results 1 - 6 of 6) sorted by relevance

/external/jhead/
H A Dgpsinfo.c190 char TempString[MAX_BUF_SIZE];
240 strncpy(ImageInfo.GpsLatRaw, TempString, MAX_BUF_SIZE);
242 strncpy(ImageInfo.GpsLongRaw, TempString, MAX_BUF_SIZE);
H A Djhead.h68 #define MAX_BUF_SIZE 72 macro
123 char GpsLatRaw[MAX_BUF_SIZE];
126 char GpsLongRaw[MAX_BUF_SIZE];
/external/chromium_org/third_party/icu/source/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/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/opencv/cvaux/src/
H A Dcvhmm1d.cpp631 #define MAX_BUF_SIZE 1200
632 float local_log_mix_prob[MAX_BUF_SIZE];
633 double local_mix_prob[MAX_BUF_SIZE];
662 if( max_size > MAX_BUF_SIZE )
779 #undef MAX_BUF_SIZE
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 293 milliseconds