Searched refs:line_length (Results 1 - 19 of 19) sorted by relevance

/external/chromium/net/tools/flip_server/
H A Dbalsa_visitor_interface.h80 // line_length - length of the first line string. (i.e. the numer of
93 size_t line_length,
106 // line_length - length of the first line string. (i.e. the numer of
118 size_t line_length,
H A Dmem_cache.h32 size_t line_length,
40 size_t line_length,
31 ProcessRequestFirstLine(const char* line_input, size_t line_length, const char* method_input, size_t method_length, const char* request_uri_input, size_t request_uri_length, const char* version_input, size_t version_length) argument
39 ProcessResponseFirstLine(const char *line_input, size_t line_length, const char *version_input, size_t version_length, const char *status_input, size_t status_length, const char *reason_input, size_t reason_length) argument
H A Dbalsa_frame.h212 size_t line_length,
220 size_t line_length,
211 ProcessRequestFirstLine(const char* line_input, size_t line_length, const char* method_input, size_t method_length, const char* request_uri_input, size_t request_uri_length, const char* version_input, size_t version_length) argument
219 ProcessResponseFirstLine(const char *line_input, size_t line_length, const char *version_input, size_t version_length, const char *status_input, size_t status_length, const char *reason_input, size_t reason_length) argument
H A Dhttp_interface.h42 size_t line_length,
50 size_t line_length,
41 ProcessRequestFirstLine(const char* line_input, size_t line_length, const char* method_input, size_t method_length, const char* request_uri_input, size_t request_uri_length, const char* version_input, size_t version_length) argument
49 ProcessResponseFirstLine(const char *line_input, size_t line_length, const char *version_input, size_t version_length, const char *status_input, size_t status_length, const char *reason_input, size_t reason_length) argument
H A Dstreamer_interface.h91 size_t line_length,
99 size_t line_length,
90 ProcessRequestFirstLine(const char* line_input, size_t line_length, const char* method_input, size_t method_length, const char* request_uri_input, size_t request_uri_length, const char* version_input, size_t version_length) argument
98 ProcessResponseFirstLine(const char *line_input, size_t line_length, const char *version_input, size_t version_length, const char *status_input, size_t status_length, const char *reason_input, size_t reason_length) argument
/external/chromium/net/base/
H A Dssl_false_start_blacklist_process.cc251 for (unsigned i = 0, line_length = 0; i < table_data.size(); i++) {
252 if (line_length == 0)
255 line_length += fprintf(out, "%d, ", c);
258 } else if (line_length >= 70) {
260 line_length = 0;
/external/freetype/src/base/
H A Dftstroke.c766 FT_Fixed line_length; /* length of last lineto */ member in struct:FT_StrokerRec_
980 FT_Fixed line_length )
995 /* lines are long enough (line_length is zero for curves). */
996 if ( !border->movable || line_length == 0 )
1005 intersect = FT_BOOL( stroker->line_length >= min_length &&
1006 line_length >= min_length );
1042 FT_Fixed line_length )
1151 /* (line_length is zero for curves) */
1152 if ( line_length == 0 )
1182 /* (line_length i
1288 FT_Fixed line_length; local
[all...]
/external/bluetooth/glib/glib/
H A Dgiochannel.c1572 gsize checked_to, line_term_len, line_length, got_term_len; local
1656 line_length = nextchar - use_buf->str;
1666 line_length = nextchar - use_buf->str;
1670 line_length = nextchar - use_buf->str;
1682 line_length = nextchar - use_buf->str;
1688 line_length = nextchar - use_buf->str;
1710 line_length = use_buf->len;
1724 *terminator_pos = line_length;
1727 *length = line_length + got_term_len;
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
H A Dwps_upnp_ssdp.c90 static int line_length(const char *l) function
104 const char *lp = l + line_length(l);
561 data += line_length(data);
564 for (; *data != '\0'; data += line_length(data)) {
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp_ssdp.c89 static int line_length(const char *l) function
103 const char *lp = l + line_length(l);
544 data += line_length(data);
547 for (; *data != '\0'; data += line_length(data)) {
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp_ssdp.c89 static int line_length(const char *l) function
103 const char *lp = l + line_length(l);
544 data += line_length(data);
547 for (; *data != '\0'; data += line_length(data)) {
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_upnp_ssdp.c89 static int line_length(const char *l) function
103 const char *lp = l + line_length(l);
544 data += line_length(data);
547 for (; *data != '\0'; data += line_length(data)) {
/external/freetype/src/sfnt/
H A Dttsbit.c1193 FT_Int line_length; local
1199 line_length = ( glyph_width + 7 ) >> 3;
1202 line_length = ( glyph_width + 3 ) >> 2;
1205 line_length = ( glyph_width + 1 ) >> 1;
1208 line_length = glyph_width;
1211 glyph_size = glyph_height * line_length;
/external/srec/srec/test/SRecTest/src/
H A DSRecTest.c2300 size_t line_length; local
2313 line_length = MAX_LINE_LENGTH;
2314 esr_status = SR_RecognizerResultGetValue ( data->result, nbest_num, L("literal"), linebuffer, &line_length );
2319 line_length = MAX_LINE_LENGTH;
2320 esr_status = SR_RecognizerResultGetValue ( data->result, nbest_num, L("meaning"), linebuffer, &line_length );
2328 line_length = MAX_LINE_LENGTH;
2329 esr_status = SR_RecognizerResultGetValue (data->result, nbest_num , L("conf"), linebuffer, &line_length );
2340 line_length = MAX_LINE_LENGTH;
2341 esr_status = SR_RecognizerResultGetValue (data->result, nbest_num, L("raws"), linebuffer, &line_length );
2398 size_t line_length; local
[all...]
/external/srec/srec/test/SRecTestAudio/src/
H A DSRecTestAudio.c1993 size_t line_length; local
1998 line_length = MAX_LINE_LENGTH;
1999 esr_status = SR_RecognizerResultGetValue ( data->result, 0, L("conf"), linebuffer, &line_length );
2011 line_length = MAX_LINE_LENGTH;
2012 esr_status = SR_RecognizerResultGetValue ( data->result, nbest_num, L("literal"), linebuffer, &line_length );
2017 line_length = MAX_LINE_LENGTH;
2018 esr_status = SR_RecognizerResultGetValue ( data->result, nbest_num, L("meaning"), linebuffer, &line_length );
2025 line_length = MAX_LINE_LENGTH;
2026 esr_status = SR_RecognizerResultGetValue (data->result, nbest_num, L("raws"), linebuffer, &line_length );
2068 size_t line_length; local
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc532 string::size_type line_length = local
534 memcpy(target_ptr, data_.data() + data_pos, line_length);
535 target_ptr += line_length;
536 data_pos += line_length;
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
H A DSDL_fbvideo.c791 fprintf(stderr, "\tline_length = %d\n", finfo->line_length);
892 This is necessary since finfo.line_length changes.
1022 This is necessary since finfo.line_length changes.
1036 current->pitch = finfo.line_length;
/external/kernel-headers/original/linux/
H A Dfb.h168 __u32 line_length; /* length of a line in bytes */ member in struct:fb_fix_screeninfo
/external/valgrind/main/include/vki/
H A Dvki-linux.h1973 __vki_u32 line_length; /* length of a line in bytes */ member in struct:vki_fb_fix_screeninfo

Completed in 467 milliseconds