Searched refs:in_pos (Results 1 - 23 of 23) sorted by relevance

/external/qemu/telephony/
H A Dmodem_driver.c35 int in_pos; member in struct:__anon26024
53 int ret = sizeof(md->in_buff) - md->in_pos;
87 md->in_buff[ md->in_pos ] = c;
88 md->in_pos++;
96 if (md->in_pos == 0) /* skip empty lines */
99 md->in_buff[ md->in_pos ] = 0;
100 md->in_pos = 0;
118 md->in_buff[ md->in_pos++ ] = c;
119 if (md->in_pos == sizeof(md->in_buff)) {
121 md->in_pos
[all...]
H A Dsimulator.c26 int in_pos; member in struct:__anon26035
99 ret = sys_channel_read( client->channel, client->in_buff + client->in_pos, 1 );
105 if (client->in_buff[client->in_pos] == '\r' ||
106 client->in_buff[client->in_pos] == '\n' ) {
108 client->in_buff[client->in_pos] = 0;
110 if (client->in_pos > 0) {
112 client->in_pos = 0;
115 client->in_pos += 1;
H A Dtest2.c42 int in_pos; member in struct:__anon26042
111 ret = sys_channel_read( client->channel, client->in_buff + client->in_pos, 1 );
117 if (client->in_buff[client->in_pos] == '\r' ||
118 client->in_buff[client->in_pos] == '\n' ) {
120 client->in_buff[client->in_pos] = 0;
127 client->in_pos = 0;
129 client->in_pos += 1;
/external/harfbuzz/src/
H A Dharfbuzz-buffer.c164 buffer->in_pos = 0;
243 tmp_pos = buffer->in_pos;
244 buffer->in_pos = buffer->out_pos;
254 If `component' is 0xFFFF, the component value from buffer->in_pos
258 If `ligID' is 0xFFFF, the ligID value from buffer->in_pos
263 from the glyph at position `buffer->in_pos'.
265 The cluster value for the glyph at position buffer->in_pos is used
291 properties = buffer->in_string[buffer->in_pos].properties;
292 cluster = buffer->in_string[buffer->in_pos].cluster;
294 component = buffer->in_string[buffer->in_pos]
[all...]
H A Dharfbuzz-buffer-private.h77 #define IN_CURGLYPH() (buffer->in_string[buffer->in_pos].gindex)
78 #define IN_CURITEM() (&buffer->in_string[buffer->in_pos])
H A Dharfbuzz-buffer.h70 HB_UInt in_pos; member in struct:HB_BufferRec_
H A Dharfbuzz-gpos.c1039 sp->ValueFormat, POSITION( buffer->in_pos ) );
1048 sp->ValueFormat, POSITION( buffer->in_pos ) );
1057 (buffer->in_pos)++;
1527 POSITION( buffer->in_pos ) );
1566 return Get_ValueRecord( gpi, &c2r->Value2, format2, POSITION( buffer->in_pos ) );
1585 if ( buffer->in_pos >= buffer->in_length - 1 )
1600 first_pos = buffer->in_pos;
1601 (buffer->in_pos)++;
1609 if ( buffer->in_pos == buffer->in_length )
1611 buffer->in_pos
[all...]
H A Dharfbuzz-gsub.c981 if ( buffer->in_pos + lig->ComponentCount > buffer->in_length )
991 for ( i = 1, j = buffer->in_pos + 1; i < lig->ComponentCount; i++, j++ )
1020 if ( j == buffer->in_pos + i ) /* No input glyphs skipped */
1025 if ( IN_LIGID( buffer->in_pos ) )
1059 (buffer->in_pos)++;
1094 old_pos = buffer->in_pos;
1103 i += buffer->in_pos - old_pos;
1836 if ( buffer->in_pos + sr[k].GlyphCount > buffer->in_length )
1839 for ( i = 1, j = buffer->in_pos + 1; i < sr[k].GlyphCount; i++, j++ )
1925 if ( buffer->in_pos
[all...]
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-buffer.c164 buffer->in_pos = 0;
243 tmp_pos = buffer->in_pos;
244 buffer->in_pos = buffer->out_pos;
254 If `component' is 0xFFFF, the component value from buffer->in_pos
258 If `ligID' is 0xFFFF, the ligID value from buffer->in_pos
263 from the glyph at position `buffer->in_pos'.
265 The cluster value for the glyph at position buffer->in_pos is used
291 properties = buffer->in_string[buffer->in_pos].properties;
292 cluster = buffer->in_string[buffer->in_pos].cluster;
294 component = buffer->in_string[buffer->in_pos]
[all...]
H A Dharfbuzz-buffer-private.h77 #define IN_CURGLYPH() (buffer->in_string[buffer->in_pos].gindex)
78 #define IN_CURITEM() (&buffer->in_string[buffer->in_pos])
H A Dharfbuzz-buffer.h70 HB_UInt in_pos; member in struct:HB_BufferRec_
H A Dharfbuzz-gpos.c1039 sp->ValueFormat, POSITION( buffer->in_pos ) );
1048 sp->ValueFormat, POSITION( buffer->in_pos ) );
1057 (buffer->in_pos)++;
1527 POSITION( buffer->in_pos ) );
1566 return Get_ValueRecord( gpi, &c2r->Value2, format2, POSITION( buffer->in_pos ) );
1585 if ( buffer->in_pos >= buffer->in_length - 1 )
1600 first_pos = buffer->in_pos;
1601 (buffer->in_pos)++;
1609 if ( buffer->in_pos == buffer->in_length )
1611 buffer->in_pos
[all...]
H A Dharfbuzz-gsub.c981 if ( buffer->in_pos + lig->ComponentCount > buffer->in_length )
991 for ( i = 1, j = buffer->in_pos + 1; i < lig->ComponentCount; i++, j++ )
1020 if ( j == buffer->in_pos + i ) /* No input glyphs skipped */
1025 if ( IN_LIGID( buffer->in_pos ) )
1059 (buffer->in_pos)++;
1094 old_pos = buffer->in_pos;
1103 i += buffer->in_pos - old_pos;
1836 if ( buffer->in_pos + sr[k].GlyphCount > buffer->in_length )
1839 for ( i = 1, j = buffer->in_pos + 1; i < sr[k].GlyphCount; i++, j++ )
1925 if ( buffer->in_pos
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_program.h47 uint8_t in_pos[PIPE_MAX_SHADER_INPUTS]; member in struct:nvc0_program::__anon12999
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_program.h47 uint8_t in_pos[PIPE_MAX_SHADER_INPUTS]; member in struct:nvc0_program::__anon23484
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_server.c112 u8 *msg = NULL, *in_msg, *in_pos, *in_end, alert, ct; local
147 in_pos = in_msg;
152 while (in_pos < in_end) {
153 in_msg_len = in_end - in_pos;
154 if (tlsv1_server_process_handshake(conn, ct, in_pos,
157 in_pos += in_msg_len;
H A Dtlsv1_client.c145 u8 *msg = NULL, *in_msg = NULL, *in_pos, *in_end, alert, ct; local
213 in_pos = in_msg;
218 while (in_pos < in_end) {
219 in_msg_len = in_end - in_pos;
220 if (tlsv1_client_process_handshake(conn, ct, in_pos,
225 in_pos += in_msg_len;
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_server.c112 u8 *msg = NULL, *in_msg, *in_pos, *in_end, alert, ct; local
147 in_pos = in_msg;
152 while (in_pos < in_end) {
153 in_msg_len = in_end - in_pos;
154 if (tlsv1_server_process_handshake(conn, ct, in_pos,
157 in_pos += in_msg_len;
H A Dtlsv1_client.c145 u8 *msg = NULL, *in_msg = NULL, *in_pos, *in_end, alert, ct; local
213 in_pos = in_msg;
218 while (in_pos < in_end) {
219 in_msg_len = in_end - in_pos;
220 if (tlsv1_client_process_handshake(conn, ct, in_pos,
225 in_pos += in_msg_len;
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_server.c112 u8 *msg = NULL, *in_msg, *in_pos, *in_end, alert, ct; local
147 in_pos = in_msg;
152 while (in_pos < in_end) {
153 in_msg_len = in_end - in_pos;
154 if (tlsv1_server_process_handshake(conn, ct, in_pos,
157 in_pos += in_msg_len;
H A Dtlsv1_client.c145 u8 *msg = NULL, *in_msg = NULL, *in_pos, *in_end, alert, ct; local
213 in_pos = in_msg;
218 while (in_pos < in_end) {
219 in_msg_len = in_end - in_pos;
220 if (tlsv1_client_process_handshake(conn, ct, in_pos,
225 in_pos += in_msg_len;
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfulltext.c398 int in_pos = readPosition(&m->in); local
400 while( block_pos!=-1 || in_pos!=-1 ){
401 if( block_pos-m->iOffset==in_pos ){
407 docListAddPos(m->pOut, in_pos);
410 in_pos = readPosition(&m->in);
411 } else if( in_pos==-1 || (block_pos!=-1 && block_pos-m->iOffset<in_pos) ){
414 in_pos = readPosition(&m->in);
/external/chromium_org/content/common/gpu/media/
H A Drendering_helper.cc321 attribute vec4 in_pos;
329 gl_Position = in_pos;
380 int pos_location = glGetAttribLocation(program_, "in_pos");

Completed in 378 milliseconds