Searched refs:pos (Results 201 - 225 of 3470) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dfontpicker.h31 const wxPoint& pos = wxDefaultPosition,
37 Create(parent, id, initial, pos, size, style, validator, name);
48 const wxPoint& pos = wxDefaultPosition,
H A Dminifram.h40 const wxPoint& pos = wxDefaultPosition,
45 Create(parent, id, title, pos, size, style, name);
51 const wxPoint& pos = wxDefaultPosition,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dminifram.h39 const wxPoint& pos = wxDefaultPosition,
44 Create(parent, id, title, pos, size, style, name);
50 const wxPoint& pos = wxDefaultPosition,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dbmpbuttn.h32 const wxPoint& pos = wxDefaultPosition,
37 Create(parent, id, bitmap, pos, size, style, validator, name);
41 const wxPoint& pos = wxDefaultPosition,
H A Dcontrol.h25 const wxPoint& pos = wxDefaultPosition,
30 Create(parent, winid, pos, size, style, validator, name);
34 const wxPoint& pos = wxDefaultPosition,
H A Dstatbox.h28 const wxPoint& pos = wxDefaultPosition,
33 Create(parent, id, label, pos, size, style, name);
38 const wxPoint& pos = wxDefaultPosition,
H A Dstatline.h28 const wxPoint &pos = wxDefaultPosition,
34 Create(parent, id, pos, size, style, name);
39 const wxPoint &pos = wxDefaultPosition,
H A Dstattext.h22 const wxPoint& pos = wxDefaultPosition,
27 Create(parent, id, label, pos, size, style, name);
32 const wxPoint& pos = wxDefaultPosition,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dbmpbuttn.h32 const wxPoint& pos = wxDefaultPosition,
37 Create(parent, id, bitmap, pos, size, style, validator, name);
41 const wxPoint& pos = wxDefaultPosition,
H A Dstatbox.h28 const wxPoint& pos = wxDefaultPosition,
33 Create(parent, id, label, pos, size, style, name);
38 const wxPoint& pos = wxDefaultPosition,
H A Dstatline.h28 const wxPoint &pos = wxDefaultPosition,
34 Create(parent, id, pos, size, style, name);
39 const wxPoint &pos = wxDefaultPosition,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dstatbox.h24 const wxPoint& pos = wxDefaultPosition,
29 Create(parent, id, label, pos, size, style, name);
36 const wxPoint& pos = wxDefaultPosition,
H A Dstattext.h24 const wxPoint& pos = wxDefaultPosition,
29 Create(parent, id, label, pos, size, style, name);
34 const wxPoint& pos = wxDefaultPosition,
H A Dtglbtn.h23 const wxPoint& pos = wxDefaultPosition,
31 Create( parent, id, label, pos, size, style, val, name );
35 const wxPoint& pos = wxDefaultPosition,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dstatline.h26 const wxPoint& pos = wxDefaultPosition,
31 Create(parent, id, pos, size, style, name);
36 const wxPoint& pos = wxDefaultPosition,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dbutton.h26 const wxPoint& pos = wxDefaultPosition,
32 Create(parent, id, label, pos, size, style, validator, name);
38 const wxPoint& pos = wxDefaultPosition,
H A Dspinbutt.h26 const wxPoint& pos = wxDefaultPosition,
31 Create(parent, id, pos, size, style, name);
38 const wxPoint& pos = wxDefaultPosition,
H A Dstatbox.h23 const wxPoint& pos = wxDefaultPosition,
28 Create(parent, id, label, pos, size, style, name);
33 const wxPoint& pos = wxDefaultPosition,
H A Dstatline.h27 const wxPoint &pos = wxDefaultPosition,
32 Create(parent, id, pos, size, style, name);
37 const wxPoint &pos = wxDefaultPosition,
H A Dstattext.h23 const wxPoint& pos = wxDefaultPosition,
28 Create(parent, id, label, pos, size, style, name);
34 const wxPoint& pos = wxDefaultPosition,
H A Dtglbtn.h26 const wxPoint& pos = wxDefaultPosition,
32 Create(parent, id, label, pos, size, style, validator, name);
38 const wxPoint& pos = wxDefaultPosition,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A Dhtirq.c29 unsigned pos; member in struct:ht_irq_cfg
41 pci_write_config_byte(cfg->dev, cfg->pos + 2, cfg->idx);
42 pci_write_config_dword(cfg->dev, cfg->pos + 4, msg->address_lo);
45 pci_write_config_byte(cfg->dev, cfg->pos + 2, cfg->idx + 1);
46 pci_write_config_dword(cfg->dev, cfg->pos + 4, msg->address_hi);
98 int pos; local
102 pos = pci_find_ht_capability(dev, HT_CAPTYPE_IRQ);
103 if (!pos)
108 pci_write_config_byte(dev, pos + 2, 1);
109 pci_read_config_dword(dev, pos
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ecryptfs/
H A Dread_write.c120 loff_t pos; local
125 * if we are writing beyond current size, then start pos
129 pos = ecryptfs_file_size;
131 pos = offset;
132 while (pos < (offset + size)) {
133 pgoff_t ecryptfs_page_idx = (pos >> PAGE_CACHE_SHIFT);
134 size_t start_offset_in_page = (pos & ~PAGE_CACHE_MASK);
136 size_t total_remaining_bytes = ((offset + size) - pos);
140 if (pos < offset) {
142 size_t total_remaining_zeros = (offset - pos);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/zorro/
H A Dproc.c54 loff_t pos = *ppos; local
56 if (pos >= sizeof(struct ConfigDev))
60 if (pos + nbytes > sizeof(struct ConfigDev))
61 nbytes = sizeof(struct ConfigDev) - pos;
71 if (copy_to_user(buf, (void *)&cd + pos, nbytes))
84 static void * zorro_seq_start(struct seq_file *m, loff_t *pos) argument
86 return (*pos < zorro_num_autocon) ? pos : NULL;
89 static void * zorro_seq_next(struct seq_file *m, void *v, loff_t *pos) argument
91 (*pos)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dstr-list.c138 size_t pos; local
144 pos = 0;
148 memcpy (result + pos, slp->item[j], len);
149 pos += len;
151 result[pos] = '\0';
190 size_t pos; local
202 pos = 0;
206 result[pos++] = separator;
208 memcpy (result + pos, slp->item[j], len);
209 pos
[all...]

Completed in 191 milliseconds

1234567891011>>