Searched refs:new_pos (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dscrolbar.cpp140 int new_pos = position + nScrollInc; local
142 if (new_pos < minPos)
143 new_pos = minPos;
144 else if (new_pos > maxPos)
145 new_pos = maxPos;
148 SetThumbPosition( new_pos );
156 event.SetPosition( new_pos );
197 int new_pos = position + nScrollInc; local
199 if (new_pos < minPos)
200 new_pos
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dscrolbar.cpp153 int new_pos = position + nScrollInc; local
155 if (new_pos < minPos)
156 new_pos = minPos;
157 if (new_pos > maxPos)
158 new_pos = maxPos;
160 SetThumbPosition(new_pos);
171 event.SetPosition(new_pos);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsubfile.c115 int64_t new_pos = -1; local
122 new_pos = c->start + pos;
125 new_pos += pos;
128 new_pos = c->end + c->pos;
131 if (new_pos < c->start)
133 c->pos = new_pos;
H A Dftp.c628 int64_t new_pos, fake_pos; local
636 new_pos = pos;
639 new_pos = s->position + pos;
644 new_pos = s->filesize + pos;
653 if (new_pos < 0) {
658 fake_pos = s->filesize != -1 ? FFMIN(new_pos, s->filesize) : new_pos;
664 return new_pos;
H A Dwavdec.c491 uint64_t new_pos = wav->smv_data_ofs + local
493 if (avio_seek(s->pb, new_pos, SEEK_SET) < 0) {
H A Dmpeg.c884 int64_t old_pos = avio_tell(pb), new_pos; local
894 new_pos = avio_tell(pb);
895 pkt_size = ret + (new_pos - old_pos);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-marshal-basic.h199 int *new_pos);
206 int *new_pos);
222 int *new_pos);
H A Ddbus-marshal-basic.c506 * @param new_pos the new position of the string
513 int *new_pos)
517 if (new_pos)
518 *new_pos = pos + 4;
545 * @param new_pos pointer to update with new position, or #NULL
553 int *new_pos)
649 if (new_pos)
650 *new_pos = pos;
1524 * @param new_pos #NULL or location to store a position after the elements
1533 int *new_pos)
510 _dbus_marshal_read_uint32(const DBusString *str, int pos, int byte_order, int *new_pos) argument
548 _dbus_marshal_read_basic(const DBusString *str, int pos, int type, void *value, int byte_order, int *new_pos) argument
1527 _dbus_marshal_read_fixed_multi(const DBusString *str, int pos, int element_type, void *value, int n_elements, int byte_order, int *new_pos) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dkallsyms.c417 static void reset_iter(struct kallsym_iter *iter, loff_t new_pos) argument
420 iter->nameoff = get_symbol_offset(new_pos);
421 iter->pos = new_pos;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dstream.cpp1013 ssize_t new_pos = wx_truncate_cast(ssize_t, pos); local
1018 wxCHECK_MSG( (wxFileOffset)new_pos == pos, wxInvalidOffset, wxT("huge position not supported") );
1022 new_pos = m_lastcount + new_pos;
1023 wxCHECK_MSG( (wxFileOffset)new_pos == (wxFileOffset)(m_lastcount + pos), wxInvalidOffset, wxT("huge position not supported") );
1027 new_pos = m_currentPos + new_pos;
1028 wxCHECK_MSG( (wxFileOffset)new_pos == (wxFileOffset)(m_currentPos + pos), wxInvalidOffset, wxT("huge position not supported") );
1036 m_currentPos = new_pos;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/ipc/
H A Dutil.c847 loff_t *new_pos)
865 *new_pos = pos + 1;
846 sysvipc_find_ipc(struct ipc_ids *ids, loff_t pos, loff_t *new_pos) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Dframemanager.cpp2739 const wxAuiPaneInfo& new_pos)
2742 switch (new_pos.dock_direction)
2751 target = new_pos;
4084 wxPoint new_pos(event.m_x - m_action_offset.x,
4091 new_size = new_pos.x - rect.x;
4097 new_size = new_pos.y - rect.y;
4103 new_size = rect.x + rect.width - new_pos.x -
4111 new_pos.y - m_action_part->rect.GetHeight();
4135 wxPoint new_pos(event.m_x - m_action_offset.x,
4146 new_pixsize = new_pos
2738 ProcessDockResult(wxAuiPaneInfo& target, const wxAuiPaneInfo& new_pos) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/logfs/
H A Ddir.c79 s64 new_pos = logfs_seek_data(inode, pos); local
81 return max(pos, new_pos - 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/aui/
H A Dframemanager.h537 const wxAuiPaneInfo& new_pos);

Completed in 237 milliseconds