Searched refs:pos1 (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dtail_conversion.c183 loff_t pos, pos1; /* position of first byte of the tail */ local
204 pos1 = pos;
225 if (pos != pos1)
233 pos1 + 1, TYPE_DIRECT, round_tail_len,
273 //mark_file_with_tail (p_s_inode, pos1 + 1);
274 REISERFS_I(p_s_inode)->i_first_direct_byte = pos1 + 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgl-equal.c110 pos_equal (const lex_pos_ty *pos1, const lex_pos_ty *pos2) argument
112 return ((pos1->file_name == pos2->file_name
113 || strcmp (pos1->file_name, pos2->file_name) == 0)
114 && pos1->line_number == pos2->line_number);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dffmdec.c148 static void ffm_seek1(AVFormatContext *s, int64_t pos1) argument
154 pos = pos1 + ffm->write_index;
158 av_log(s, AV_LOG_DEBUG, "seek to %"PRIx64" -> %"PRIx64"\n", pos1, pos);
431 double pos1; local
444 pos1 = (double)(pos_max - pos_min) * (double)(wanted_pts - pts_min) /
446 pos = (((int64_t)pos1) / FFM_PACKET_SIZE) * FFM_PACKET_SIZE;
H A Dasfenc.c236 int64_t pos1; local
238 pos1 = url_ftell(pb);
240 put_le64(pb, pos1 - pos);
241 url_fseek(pb, pos1, SEEK_SET);
H A Dasfdec.c221 int64_t pos1, pos2, start_time; local
224 pos1 = url_ftell(pb);
295 if (gsize >= (pos2 + 8 - pos1 + 24)) {
372 url_fskip(pb, gsize - (pos2 - pos1 + 24));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dibmlana.c92 u_char pos0, pos1; local
95 pos1 = mca_read_stored_pos(slot, 3);
97 *base = 0xc0000 + ((pos1 & 0xf0) << 9);
98 *memlen = (pos1 & 0x01) ? 0x8000 : 0x4000;
H A Deexpress.c359 int pos0, pos1; local
366 pos1 = mca_read_stored_pos(slot, 3);
367 ioaddr = mca_iomap[pos1&0xf];
369 dev->irq = mca_irqmap[(pos1>>4)&0x7];
374 if (pos1 & 0x80)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dsocket.c692 struct list_head *pos, *pos1; local
769 list_for_each(pos1, &bp->address_list) {
770 saddr = list_entry(pos1,
785 list_for_each(pos1, &asoc->peer.transport_addr_list) {
786 transport = list_entry(pos1, struct sctp_transport,

Completed in 186 milliseconds