Searched refs:pos (Results 176 - 200 of 3470) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DMultipleRecnoNIODataEntry.java46 pos = 0;
74 if (pos == 0)
75 pos = ulen - INT32SZ;
82 this.data_nio.position(pos - INT32SZ*2);
96 pos -= INT32SZ*3;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/pppoatm/
H A Dans.c38 #define GET16(pos) (((pos)[0] << 8) | (pos)[1])
45 unsigned char *pos,*data,*found; local
56 pos = answer+12;
65 if ((name_len = dn_expand(answer,answer+answer_len,pos,name,MAX_NAME)) < 0)
67 pos += name_len;
68 if (GET16(pos) != wanted || GET16(pos+2) != C_IN) return TRY_OTHER;
69 pos
145 int pos,i,j; local
[all...]
H A Dmisc.c20 int __atmlib_fetch(const char **pos,...) argument
27 va_start(ap,pos);
28 ref_len = strlen(*pos);
34 !strncasecmp(*pos,value,len)) {
40 if (best > -1) (*pos) += best_len;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dslip_common.c13 &slip->pos, &slip->esc);
25 n = net_read(fd, &slip->ibuf[slip->pos],
26 sizeof(slip->ibuf) - slip->pos);
30 start = slip->pos;
32 size = slip_unesc(slip->ibuf[start + i], slip->ibuf,&slip->pos,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dpcm.c31 int64_t pos, ret; local
45 pos = av_rescale_rnd(timestamp * byte_rate,
49 pos *= block_align;
52 st->cur_dts = av_rescale(pos, st->time_base.den, byte_rate * (int64_t)st->time_base.num);
53 if ((ret = avio_seek(s->pb, pos + s->data_offset, SEEK_SET)) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parisc/
H A Deisa_enumerator.c324 unsigned int pos=0; local
342 while ((pos < maxlen) && (num_func <= es->num_functions)) {
343 pos+=configure_function(buf+pos, &function_len);
349 p0 = pos;
350 pos += configure_choise(buf+pos, &flags);
354 pos = p0 + function_len;
361 pos = p0 + function_len;
374 pos
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dcache.c70 int pos; member in struct:run_info
79 /* return a count of how many contiguous blocks there are starting at this pos */
81 getBlockRun( const tr_cache * cache, int pos, struct run_info * info ) argument
86 const struct cache_block * ref = blocks[pos];
89 for( i=pos; i<n; ++i, ++block ) {
93 //fprintf( stderr, "pos %d tor %d block %zu time %zu\n", i, b->tor->uniqueId, (size_t)b->block, (size_t)b->time );
96 //fprintf( stderr, "run is %d long from [%d to %d)\n", (int)(i-pos), i, (int)pos );
101 info->is_multi_piece = b->piece != blocks[pos]->piece ? true : false;
102 info->len = i - pos;
132 int i = 0, pos; local
161 flushContiguous( tr_cache * cache, int pos, int n ) argument
416 int pos; local
440 const int pos = findBlockPos( cache, torrent, 0 ); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmpc8.c126 int64_t pos; local
127 pos = avio_tell(pb);
130 *size -= avio_tell(pb) - pos;
137 int64_t size, pos, ppos[2]; local
175 pos = gb_get_v(&gb) + c->header_pos;
176 ppos[1 - i] = pos;
177 av_add_index_entry(s->streams[0], pos, i, 0, 0, AVINDEX_KEYFRAME);
184 pos = (t >> 1) + ppos[0]*2 - ppos[1];
185 av_add_index_entry(s->streams[0], pos, i << seekd, 0, 0, AVINDEX_KEYFRAME);
187 ppos[0] = pos;
195 int64_t pos, off; local
215 int64_t size, pos; local
264 int64_t pos = avio_tell(s->pb); local
276 int64_t pos, size; local
[all...]
H A Dsubfile.c32 int64_t pos; member in struct:SubfileContext
59 if ((ret = ffurl_seek(c->h, c->pos, SEEK_SET)) != c->pos) {
83 c->pos = c->start;
100 int64_t rest = c->end - c->pos;
108 c->pos += ret;
112 static int64_t subfile_seek(URLContext *h, int64_t pos, int whence) argument
122 new_pos = c->start + pos;
125 new_pos += pos;
128 new_pos = c->end + c->pos;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtreebook.h46 const wxPoint& pos = wxDefaultPosition,
53 (void)Create(parent, id, pos, size, style, name);
59 const wxPoint& pos = wxDefaultPosition,
74 virtual bool InsertPage(size_t pos,
80 // Inserts a new sub-page to the end of children of the page at given pos.
81 virtual bool InsertSubPage(size_t pos,
103 virtual bool DeletePage(size_t pos);
110 virtual bool IsNodeExpanded(size_t pos) const;
115 virtual bool ExpandNode(size_t pos, bool expand = true);
117 // shortcut for ExpandNode(pos, fals
118 CollapseNode(size_t pos) argument
216 DoInternalRemovePage(size_t pos) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/mixer/
H A Dbag.c57 struct list_head *pos; local
58 list_for_each(pos, bag) {
59 bag1_t *b = list_entry(pos, bag1_t, list);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dstatbox.cpp33 const wxPoint& pos,
38 if ( !wxControl::Create(parent, id, pos, size,
45 MacPreControlCreate( parent , id , label , pos , size ,style, wxDefaultValidator , name , &bounds , title ) ;
31 Create(wxWindow *parent, wxWindowID id, const wxString& label, const wxPoint& pos, const wxSize& size, long style, const wxString& name) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Dtoplevel.cpp83 wxPoint pos = posOrig; local
84 if ( pos.x == wxDefaultCoord || pos.y == wxDefaultCoord )
90 if ( pos.x == wxDefaultCoord )
91 pos.x = nextPos.x;
92 if ( pos.y == wxDefaultCoord )
93 pos.y = nextPos.y;
94 if ( pos.x + size.x > sizeDisplay.x || pos.y + size.y > sizeDisplay.y )
95 pos
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dtglbtn.cpp60 const wxPoint& pos,
65 if(!wxControl::Create(parent, id, pos, size, style, validator, name))
68 return wxControl::PalmCreateControl(pushButtonCtl, label, pos, size);
58 Create(wxWindow *parent, wxWindowID id, const wxString& label, const wxPoint& pos, const wxSize& size, long style, const wxValidator& validator, const wxString& name) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dstatline.cpp47 const wxPoint &pos,
54 if ( !CreateBase(parent, id, pos, size, style, wxDefaultValidator, name) )
62 m_statbox = new wxStaticBox(parent, id, wxEmptyString, pos, sizeReal, style, name);
45 Create( wxWindow *parent, wxWindowID id, const wxPoint &pos, const wxSize &size, long style, const wxString &name) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dscrolwin.cpp80 int *pos,
115 *pos = (int)adj->value;
146 int pos,
150 if ( pos != -1 && pos != *posOld && pixelsPerLine )
155 if (pos > max)
156 pos = max;
157 if (pos < 0)
158 pos = 0;
160 adj->value = pos;
76 DoAdjustScrollbar(GtkAdjustment *adj, int pixelsPerLine, int winSize, int virtSize, int *pos, int *lines, int *linesPerPage) argument
144 DoScroll(int orient, GtkAdjustment *adj, int pos, int pixelsPerLine, int *posOld) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dradiobut.h30 const wxPoint& pos = wxDefaultPosition,
38 Create(parent, id, label, pos, size, style, validator, name);
44 const wxPoint& pos = wxDefaultPosition,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dbmpbuttn.h32 const wxPoint& pos = wxDefaultPosition,
37 Create(parent, winid, bitmap, pos, size, style, validator, name);
42 const wxPoint& pos = wxDefaultPosition,
H A Dspinbutt.h31 const wxPoint& pos = wxDefaultPosition,
36 Create(parent, winid, pos, size, style, name);
40 const wxPoint& pos = wxDefaultPosition,
H A Dstatbmp.h32 const wxPoint& pos = wxDefaultPosition,
36 Create(parent, winid, bitmap, pos, size, style, name);
41 const wxPoint& pos = wxDefaultPosition,
H A Dstatbox.h31 const wxPoint& pos = wxDefaultPosition,
35 Create(parent, winid, title, pos, size, style, name);
39 const wxPoint& pos = wxDefaultPosition,
H A Dstatline.h31 const wxPoint& pos = wxDefaultPosition,
35 Create(parent, winid, pos, size, style, name);
39 const wxPoint& pos = wxDefaultPosition,
H A Dstattext.h32 const wxPoint& pos = wxDefaultPosition,
36 Create(parent, winid, label, pos, size, style, name);
41 const wxPoint& pos = wxDefaultPosition,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dbmpcbox.h39 const wxPoint& pos = wxDefaultPosition,
51 (void)Create(parent, id, value, pos, size, n,
58 const wxPoint& pos,
68 const wxPoint& pos,
79 const wxPoint& pos,
106 // Inserts item with image into the list before pos. Not valid for wxCB_SORT or wxCB_SORT
108 int Insert(const wxString& item, const wxBitmap& bitmap, unsigned int pos) argument
109 { return DoInsertWithImage(item, bitmap, pos); }
112 unsigned int pos, void *clientData);
114 unsigned int pos, wxClientDat
[all...]
H A Dstatline.h30 const wxPoint &pos = wxDefaultPosition,
35 Create(parent, id, pos, size, style, name);
42 const wxPoint &pos = wxDefaultPosition,

Completed in 178 milliseconds

1234567891011>>