Searched refs:item (Results 1 - 25 of 1050) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pqueue/
H A Dpq_test.c64 pitem *item; local
69 item = pitem_new(3, NULL);
70 pqueue_insert(pq, item);
72 item = pitem_new(1, NULL);
73 pqueue_insert(pq, item);
75 item = pitem_new(2, NULL);
76 pqueue_insert(pq, item);
78 item = pqueue_find(pq, 1);
79 fprintf(stderr, "found %ld\n", item->priority);
81 item
[all...]
H A Dpqueue.c71 pitem *item = (pitem *)OPENSSL_malloc(sizeof(pitem)); local
72 if (item == NULL)
75 memcpy(item->priority, prio64be, sizeof(item->priority));
77 item->data = data;
78 item->next = NULL;
80 return item;
83 void pitem_free(pitem *item) argument
85 if (item == NULL)
88 OPENSSL_free(item);
109 pqueue_insert(pqueue_s *pq, pitem *item) argument
152 pitem *item = pq->items; local
194 pitem *item = pq->items; local
211 pqueue_next(pitem **item) argument
227 pitem *item = pq->items; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pqueue/
H A Dpq_test.c65 pitem *item; local
70 item = pitem_new(3, NULL);
71 pqueue_insert(pq, item);
73 item = pitem_new(1, NULL);
74 pqueue_insert(pq, item);
76 item = pitem_new(2, NULL);
77 pqueue_insert(pq, item);
79 item = pqueue_find(pq, 1);
80 fprintf(stderr, "found %ld\n", item->priority);
82 item
[all...]
H A Dpqueue.c73 pitem *item = (pitem *) OPENSSL_malloc(sizeof(pitem)); local
74 if (item == NULL) return NULL;
76 pq_64bit_init(&(item->priority));
77 pq_64bit_assign(&item->priority, &priority);
79 item->data = data;
80 item->next = NULL;
82 return item;
86 pitem_free(pitem *item) argument
88 if (item == NULL) return;
90 pq_64bit_free(&(item
113 pqueue_insert(pqueue_s *pq, pitem *item) argument
158 pitem *item = pq->items; local
206 pitem *item = pq->items; local
223 pqueue_next(pitem **item) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pqueue/
H A Dpq_test.c64 pitem *item; local
69 item = pitem_new(3, NULL);
70 pqueue_insert(pq, item);
72 item = pitem_new(1, NULL);
73 pqueue_insert(pq, item);
75 item = pitem_new(2, NULL);
76 pqueue_insert(pq, item);
78 item = pqueue_find(pq, 1);
79 fprintf(stderr, "found %ld\n", item->priority);
81 item
[all...]
H A Dpqueue.c71 pitem *item = (pitem *)OPENSSL_malloc(sizeof(pitem)); local
72 if (item == NULL)
75 memcpy(item->priority, prio64be, sizeof(item->priority));
77 item->data = data;
78 item->next = NULL;
80 return item;
83 void pitem_free(pitem *item) argument
85 if (item == NULL)
88 OPENSSL_free(item);
109 pqueue_insert(pqueue_s *pq, pitem *item) argument
152 pitem *item = pq->items; local
194 pitem *item = pq->items; local
211 pqueue_next(pitem **item) argument
227 pitem *item = pq->items; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_global.c49 struct drm_global_item *item = &glob[i]; local
50 mutex_init(&item->mutex);
51 item->object = NULL;
52 item->refcount = 0;
60 struct drm_global_item *item = &glob[i]; local
61 BUG_ON(item->object != NULL);
62 BUG_ON(item->refcount != 0);
69 struct drm_global_item *item = &glob[ref->global_type]; local
72 mutex_lock(&item->mutex);
73 if (item
100 struct drm_global_item *item = &glob[ref->global_type]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dsu-filter.pl64 my $item;
75 foreach $item (@datalist) {
77 if($item eq "*/") {
84 $dataitem .= $item;
88 $dataitem .= $item;
89 if($item eq "\"") {
95 if($item eq "\n") {
101 $dataitem .= $item;
105 if($item eq "}") {
113 } elsif($item e
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dsu-filter.pl64 my $item;
75 foreach $item (@datalist) {
77 if($item eq "*/") {
84 $dataitem .= $item;
88 $dataitem .= $item;
89 if($item eq "\"") {
95 if($item eq "\n") {
101 $dataitem .= $item;
105 if($item eq "}") {
113 } elsif($item e
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dradiocmn.cpp65 int wxRadioBoxBase::GetNextItem(int item, wxDirection dir, long style) const argument
67 const int itemStart = item;
82 item -= numCols;
86 if ( !item-- )
87 item = count - 1;
94 if ( !item-- )
95 item = count - 1;
99 item -= numRows;
106 item += numCols;
110 if ( ++item
173 SetItemToolTip(unsigned int item, const wxString& text) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dintro.tex17 \item[sndbase.h] Header for wxSoundStream base class and wxSoundFormat base class.
18 \item[sndbase.cpp] Basic objects implementation.
19 \item[sndfile.h] wxSoundFileStream base class header.
20 \item[sndfile.cpp] wxSoundFileStream base class implementation.
21 \item[sndpcm.h] wxSoundFormatPcm class header.
22 \item[sndpcm.cpp] wxSoundFormatPcm class implementation.
23 \item[sndcpcm.h] wxSoundCodecPcm class header (PCM converter).
24 \item[sndcpcm.cpp] wxSoundCodecPcm class implementation (PCM converter).
25 \item[sndulaw.h]
26 \item[sndula
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dselstore.cpp36 bool wxSelectionStore::IsSelected(size_t item) const
38 bool isSel = m_itemsSel.Index(item) != wxNOT_FOUND;
41 // the item is not selected, so we have to inverse the logic
49 bool wxSelectionStore::SelectItem(size_t item, bool select) argument
51 // search for the item ourselves as like this we get the index where to
53 // of two (adding item to a sorted array requires a search)
54 size_t index = m_itemsSel.IndexForInsert(item);
55 bool isSel = index < m_itemsSel.GetCount() && m_itemsSel[index] == item;
61 m_itemsSel.AddAt(item, index);
105 size_t item;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/configfs/
H A Ditem.c4 * item.c - library routines for handling generic config items
47 * config_item_init - initialize item.
48 * @item: item in question.
50 void config_item_init(struct config_item * item) argument
52 kref_init(&item->ci_kref);
53 INIT_LIST_HEAD(&item->ci_entry);
57 * config_item_set_name - Set the name of an item
58 * @item: item
65 config_item_set_name(struct config_item * item, const char * fmt, ...) argument
115 config_item_init_type_name(struct config_item *item, const char *name, struct config_item_type *type) argument
134 config_item_get(struct config_item * item) argument
141 config_item_cleanup(struct config_item * item) argument
170 config_item_put(struct config_item * item) argument
202 struct config_item * item = to_item(entry); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dtreectrl.h86 // normal tree item state (whether it is selected or not).
88 // which corresponds to an app-defined item state (for example,
99 // member functions of wxTreeItem because they must know the tree the item
107 wxString GetItemText(const wxTreeItemId& item) const;
108 // get one of the images associated with the item (normal by default)
109 int GetItemImage(const wxTreeItemId& item,
111 // get the data associated with the item
112 wxTreeItemData *GetItemData(const wxTreeItemId& item) const;
114 // get the item's text colour
115 wxColour GetItemTextColour(const wxTreeItemId& item) cons
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtreectrl.h75 // normal tree item state (whether it is selected or not).
77 // which corresponds to an app-defined item state (for example,
97 // member functions of wxTreeItem because they must know the tree the item
105 virtual wxString GetItemText(const wxTreeItemId& item) const = 0;
106 // get one of the images associated with the item (normal by default)
107 virtual int GetItemImage(const wxTreeItemId& item,
109 // get the data associated with the item
110 virtual wxTreeItemData *GetItemData(const wxTreeItemId& item) const = 0;
112 // get the item's text colour
113 virtual wxColour GetItemTextColour(const wxTreeItemId& item) cons
319 UnselectItem(const wxTreeItemId& item) argument
321 ToggleItemSelection(const wxTreeItemId& item) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/doc/
H A Diso-639.sed9 s/^\(..\).*/@item \1/
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dhandler.c57 struct queue_item *item; local
65 item = kmem_cache_alloc(tipc_queue_item_cache, GFP_ATOMIC);
66 if (!item) {
71 item->handler = routine;
72 item->data = argument;
73 list_add_tail(&item->next_signal, &signal_queue_head);
81 struct queue_item *__volatile__ item; local
86 item = list_entry(l, struct queue_item, next_signal);
87 list_del(&item->next_signal);
89 item
113 struct queue_item *item; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dslist.c34 struct curl_slist *item; local
40 /* loop through to find the last item */
41 item = list;
42 while(item->next) {
43 item = item->next;
45 return item;
71 /* if this is the first item, then new_item *is* the list */
130 struct curl_slist *item; local
135 item
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dvmstat.h83 static inline void __count_vm_event(enum vm_event_item item) argument
85 __this_cpu_inc(vm_event_states.event[item]);
88 static inline void count_vm_event(enum vm_event_item item) argument
90 this_cpu_inc(vm_event_states.event[item]);
93 static inline void __count_vm_events(enum vm_event_item item, long delta) argument
95 __this_cpu_add(vm_event_states.event[item], delta);
98 static inline void count_vm_events(enum vm_event_item item, long delta) argument
100 this_cpu_add(vm_event_states.event[item], delta);
115 static inline void count_vm_event(enum vm_event_item item) argument
118 static inline void count_vm_events(enum vm_event_item item, lon argument
121 __count_vm_event(enum vm_event_item item) argument
124 __count_vm_events(enum vm_event_item item, long delta) argument
145 zone_page_state_add(long x, struct zone *zone, enum zone_stat_item item) argument
152 global_page_state(enum zone_stat_item item) argument
162 zone_page_state(struct zone *zone, enum zone_stat_item item) argument
179 zone_page_state_snapshot(struct zone *zone, enum zone_stat_item item) argument
204 node_page_state(int node, enum zone_stat_item item) argument
265 __mod_zone_page_state(struct zone *zone, enum zone_stat_item item, int delta) argument
271 __inc_zone_state(struct zone *zone, enum zone_stat_item item) argument
277 __inc_zone_page_state(struct page *page, enum zone_stat_item item) argument
280 __inc_zone_state(page_zone(page), item); local
283 __dec_zone_state(struct zone *zone, enum zone_stat_item item) argument
289 __dec_zone_page_state(struct page *page, enum zone_stat_item item) argument
292 __dec_zone_state(page_zone(page), item); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/udhcp/
H A Ddhcprelay.c35 struct xid_item *item; local
38 item = xmalloc(sizeof(struct xid_item));
41 item->ip = *ip;
42 item->xid = xid;
43 item->client = client;
44 item->timestamp = time(NULL);
45 item->next = dhcprelay_xid_list.next;
46 dhcprelay_xid_list.next = item;
48 return item;
53 struct xid_item *item local
71 struct xid_item *item = dhcprelay_xid_list.next; local
83 struct xid_item *item = dhcprelay_xid_list.next; local
196 struct xid_item *item; local
226 struct xid_item *item; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dstr-list.c37 slp->item = NULL;
50 slp->item = NULL;
68 nbytes = slp->nitems_max * sizeof (slp->item[0]);
69 slp->item = (const char **) xrealloc (slp->item, nbytes);
73 slp->item[slp->nitems++] = xstrdup (s);
86 if (strcmp (slp->item[j], s) == 0)
93 slp->item = (const char **) xrealloc (slp->item,
95 * sizeof (slp->item[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dtreectrl.h28 // first item precedes the second, +1 if the second precedes the first or 0 if
43 // in the client area but below the last item.
45 // on the button associated with an item.
47 // on the bitmap associated with an item.
49 // in the indentation associated with an item.
51 // on the label (string) associated with an item.
53 // in the area to the right of an item.
55 // on the state icon for a tree view item that is in a user-defined state.
61 // anywhere on the item
87 // is this a valid tree item
97 operator =(GtkTreeItem *item) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dtreectrl.h28 // first item precedes the second, +1 if the second precedes the first or 0 if
43 // in the client area but below the last item.
45 // on the button associated with an item.
47 // on the bitmap associated with an item.
49 // in the indentation associated with an item.
51 // on the label (string) associated with an item.
53 // in the area to the right of an item.
55 // on the state icon for a tree view item that is in a user-defined state.
61 // anywhere on the item
87 // is this a valid tree item
97 operator =(GtkTreeItem *item) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dtreectrl.h90 virtual wxString GetItemText(const wxTreeItemId& item) const;
91 virtual int GetItemImage(const wxTreeItemId& item,
93 virtual wxTreeItemData *GetItemData(const wxTreeItemId& item) const;
94 virtual wxColour GetItemTextColour(const wxTreeItemId& item) const;
95 virtual wxColour GetItemBackgroundColour(const wxTreeItemId& item) const;
96 virtual wxFont GetItemFont(const wxTreeItemId& item) const;
98 virtual void SetItemText(const wxTreeItemId& item, const wxString& text);
99 virtual void SetItemImage(const wxTreeItemId& item, int image,
101 virtual void SetItemData(const wxTreeItemId& item, wxTreeItemData *data);
102 virtual void SetItemHasChildren(const wxTreeItemId& item, boo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dtabctrl.cpp65 // Delete an item
66 bool wxTabCtrl::DeleteItem(int item) argument
96 bool wxTabCtrl::GetItemRect(int item, wxRect& wxrect) const argument
107 // Get the item text
108 wxString wxTabCtrl::GetItemText(int item) const
115 // Get the item image
116 int wxTabCtrl::GetItemImage(int item) const
121 // Get the item data
122 void* wxTabCtrl::GetItemData(int item) const
133 // Insert an item
134 InsertItem(int item, const wxString& text, int imageId, void* data) argument
140 SetSelection(int item) argument
151 SetItemText(int item, const wxString& text) argument
157 SetItemImage(int item, int image) argument
163 SetItemData(int item, void* data) argument
[all...]

Completed in 181 milliseconds

1234567891011>>