Home
last modified time | relevance | path

Searched refs:MAX_BUF_SIZE (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/test/perf/convperf/
Dconvperf.h22 #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/
Djhead.h68 #define MAX_BUF_SIZE 72 macro
136 char GpsLatRaw[MAX_BUF_SIZE];
139 char GpsLongRaw[MAX_BUF_SIZE];
Dgpsinfo.c190 char TempString[MAX_BUF_SIZE]; in ProcessGpsInfo()
240 strncpy(ImageInfo.GpsLatRaw, TempString, MAX_BUF_SIZE); in ProcessGpsInfo()
242 strncpy(ImageInfo.GpsLongRaw, TempString, MAX_BUF_SIZE); in ProcessGpsInfo()
/external/opencv/cvaux/src/
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
Dcvhmm.cpp696 #define MAX_BUF_SIZE 1200 in icvEstimateObsProb() macro
697 float local_log_mix_prob[MAX_BUF_SIZE]; in icvEstimateObsProb()
698 double local_mix_prob[MAX_BUF_SIZE]; in icvEstimateObsProb()
727 if( max_size > MAX_BUF_SIZE ) in icvEstimateObsProb()
837 #undef MAX_BUF_SIZE in icvEstimateObsProb()