HomeSort by relevance Sort by last modified time
    Searched refs:MAX_BUF_SIZE (Results 1 - 7 of 7) sorted by null

  /device/moto/shamu/dataservices/rmnetctl/src/
librmnetctl.c 65 #define MAX_BUF_SIZE sizeof(struct nlmsghdr) + sizeof(struct rmnet_nl_msg_s)
114 request_buf = (uint8_t *)malloc(MAX_BUF_SIZE * sizeof(uint8_t));
120 response_buf = (uint8_t *)malloc(MAX_BUF_SIZE * sizeof(uint8_t));
130 memset(request_buf, 0, MAX_BUF_SIZE*sizeof(uint8_t));
131 memset(response_buf, 0, MAX_BUF_SIZE*sizeof(uint8_t));
135 nlmsghdr_val->nlmsg_len = MAX_BUF_SIZE;
146 MAX_BUF_SIZE,
158 MAX_BUF_SIZE,
  /external/jhead/
gpsinfo.c 190 char TempString[MAX_BUF_SIZE];
240 strncpy(ImageInfo.GpsLatRaw, TempString, MAX_BUF_SIZE);
242 strncpy(ImageInfo.GpsLongRaw, TempString, MAX_BUF_SIZE);
jhead.h 68 #define MAX_BUF_SIZE 72
136 char GpsLatRaw[MAX_BUF_SIZE];
139 char GpsLongRaw[MAX_BUF_SIZE];
  /external/chromium_org/third_party/icu/source/test/perf/convperf/
convperf.h 21 #define MAX_BUF_SIZE 3048
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/icu/icu4c/source/test/perf/convperf/
convperf.h 21 #define MAX_BUF_SIZE 3048
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/
cvhmm1d.cpp 631 #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
    [all...]
cvhmm.cpp 696 #define MAX_BUF_SIZE 1200
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
    [all...]

Completed in 195 milliseconds