Searched defs:line_length (Results 1 - 16 of 16) sorted by relevance

/external/libchrome/base/
H A Denvironment.cc156 size_t line_length = ParseEnvLine(line, &key); local
161 result.append(line, line_length);
163 cur_env += line_length;
196 size_t line_length = ParseEnvLine(env[i], &key); local
202 value_storage.append(env[i], line_length);
/external/vboot_reference/cgpt/
H A Dcgpt_find.c224 size_t line_length = 0; local
226 while (getline(&line, &line_length, fp) != -1) {
248 while (getline(&line, &line_length, fp) != -1) {
/external/toybox/toys/pending/
H A Dlsof.c130 size_t line_length = 0; local
134 if (!getline(&line, &line_length, fp)) return 0; // Skip header.
136 while (getline(&line, &line_length, fp) > 0) {
334 size_t line_length = 0; local
340 while (getline(&line, &line_length, fp) > 0) {
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp_ssdp.c92 static int line_length(const char *l) function
535 data += line_length(data);
538 for (; *data != '\0'; data += line_length(data)) {
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp_ssdp.c92 static int line_length(const char *l) function
535 data += line_length(data);
538 for (; *data != '\0'; data += line_length(data)) {
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_upnp_ssdp.c92 static int line_length(const char *l) function
535 data += line_length(data);
538 for (; *data != '\0'; data += line_length(data)) {
/external/kernel-headers/original/uapi/drm/
H A Dvia_drm.h263 __u32 line_length; member in struct:drm_via_dmablit
/external/libdrm/include/drm/
H A Dvia_drm.h261 __u32 line_length; member in struct:drm_via_dmablit
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dmatrix.h418 static INLINE VGfloat line_length(VGfloat x1, VGfloat y1, function
/external/opencv3/modules/viz/src/
H A Dshapes.cpp1026 cv::viz::WTrajectorySpheres::WTrajectorySpheres(InputArray _path, double line_length, double radius, const Color &from, const Color &to) argument
1059 if(norm(lvec) > line_length)
1060 lvec = normalize(lvec) * line_length;
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc568 string::size_type line_length = local
570 memcpy(target_ptr, data_.data() + data_pos, line_length);
571 target_ptr += line_length;
572 data_pos += line_length;
/external/freetype/src/base/
H A Dftstroke.c766 FT_Fixed line_length; /* length of last lineto */ member in struct:FT_StrokerRec_
986 FT_Fixed line_length )
1001 /* lines are long enough (line_length is zero for curves). */
1003 if ( !border->movable || line_length == 0 ||
1014 stroker->line_length >= min_length &&
1015 line_length >= min_length );
1051 FT_Fixed line_length )
1159 /* (line_length is zero for curves) */
1160 if ( line_length == 0 )
1190 /* (line_length i
1293 FT_Fixed line_length; local
[all...]
/external/pdfium/third_party/freetype/src/base/
H A Dftstroke.c776 FT_Fixed line_length; /* length of last lineto */ member in struct:FT_StrokerRec_
996 FT_Fixed line_length )
1011 /* lines are long enough (line_length is zero for curves). */
1013 if ( !border->movable || line_length == 0 ||
1024 stroker->line_length >= min_length &&
1025 line_length >= min_length );
1061 FT_Fixed line_length )
1169 /* (line_length is zero for curves) */
1170 if ( line_length == 0 )
1200 /* (line_length i
1303 FT_Fixed line_length; local
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dfb.h167 __u32 line_length; /* length of a line in bytes */ member in struct:fb_fix_screeninfo
/external/libevent/
H A Dhttp.c1727 size_t line_length; local
1729 line = evbuffer_readln(buffer, &line_length, EVBUFFER_EOL_CRLF);
1739 line_length > req->evcon->max_headers_size) {
1744 req->headers_size = line_length;
1794 size_t line_length; local
1795 while ((line = evbuffer_readln(buffer, &line_length, EVBUFFER_EOL_CRLF))
1799 req->headers_size += line_length;
/external/valgrind/include/vki/
H A Dvki-linux.h2118 __vki_u32 line_length; /* length of a line in bytes */ member in struct:vki_fb_fix_screeninfo

Completed in 628 milliseconds