Searched refs:item_count (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Drsmisc.c81 u16 item_count = 0; local
150 item_count = ACPI_GET8(source);
151 ACPI_SET8(destination) = (u8) item_count;
154 (info->value * (item_count - 1));
159 item_count = aml_resource_length;
160 ACPI_SET16(destination) = item_count;
163 (info->value * (item_count - 1));
176 * Raw data move. Use the Info value field unless item_count has
180 item_count = info->value;
182 acpi_rs_move_data(destination, source, item_count,
333 u16 item_count = 0; local
[all...]
H A Drsutils.c120 * item_count - How many items to move
132 acpi_rs_move_data(void *destination, void *source, u16 item_count, u8 move_type) argument
140 for (i = 0; i < item_count; i++) {
147 ACPI_MEMCPY(destination, source, item_count);
H A Dacresrc.h247 void *source, u16 item_count, u8 move_type);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/lxdialog/
H A Dmenubox.c201 max_choice = MIN(menu_height, item_count());
252 (scroll >= 0) && (scroll + max_choice <= item_count())) {
259 if (choice >= item_count() - max_choice / 2)
260 scroll = first_item = item_count() - max_choice;
273 print_arrows(dialog, item_count(), scroll,
324 (scroll + max_choice < item_count())) {
347 if (scroll + max_choice < item_count()) {
361 print_arrows(dialog, item_count(), scroll,
H A Dchecklist.c140 max_choice = MIN(list_height, item_count());
199 print_arrows(dialog, choice, item_count(), scroll,
235 print_arrows(dialog, choice, item_count(),
246 if (scroll + choice >= item_count() - 1)
263 print_arrows(dialog, choice, item_count(),
H A Ddialog.h182 int item_count(void);
H A Dutil.c613 int item_count(void) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/xmcombo/
H A Dxmcombo.h155 extern void XmComboBoxAddItems(Widget w, XmString *items, int item_count, int pos);
158 extern void XmComboBoxDeleteItems(Widget w, XmString *items, int item_count);
160 extern void XmComboBoxDeleteItemsPos(Widget w, int item_count, int pos);
162 extern void XmComboBoxReplaceItems(Widget w, XmString *old_items, int item_count, XmString *new_items);
163 extern void XmComboBoxReplaceItemsPos(Widget w, XmString *new_items, int item_count, int position);
H A Dxmcombo.c3259 void XmComboBoxAddItems(Widget w, XmString *items, int item_count, int pos) argument
3264 XmListAddItems(ListBox, items, item_count, pos);
3287 void XmComboBoxDeleteItems(Widget w, XmString *items, int item_count) argument
3292 for ( i = 0; i < item_count; i++ )
3305 void XmComboBoxDeleteItemsPos(Widget w, int item_count, int pos) argument
3310 for ( i = 0; i < item_count; i++ )
3325 void XmComboBoxReplaceItems(Widget w, XmString *old_items, int item_count, XmString *new_items) argument
3328 XmListReplaceItems(ListBox, old_items, item_count, new_items);
3332 void XmComboBoxReplaceItemsPos(Widget w, XmString *new_items, int item_count, int position) argument
3337 XmListReplaceItemsPos(ListBox, new_items, item_count, positio
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Dib_rdma.c65 atomic_t item_count; /* total # of MRs */ member in struct:rds_ib_mr_pool
238 WARN_ON(atomic_read(&pool->item_count));
278 if (atomic_inc_return(&pool->item_count) <= pool->max_items)
281 atomic_dec(&pool->item_count);
320 atomic_dec(&pool->item_count);
468 unsigned int item_count; local
470 item_count = atomic_read(&pool->item_count);
472 return item_count;
538 atomic_sub(nfreed, &pool->item_count);
[all...]
H A Diw_rdma.c66 atomic_t item_count; /* total # of MRs */ member in struct:rds_iw_mr_pool
374 BUG_ON(atomic_read(&pool->item_count));
414 if (atomic_inc_return(&pool->item_count) <= pool->max_items)
417 atomic_dec(&pool->item_count);
451 atomic_dec(&pool->item_count);
474 unsigned int item_count; local
476 item_count = atomic_read(&pool->item_count);
478 return item_count;
545 atomic_sub(nfreed, &pool->item_count);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddatavgen.cpp1128 unsigned int item_count = wxMin( (int)(((update.y + update.height) / m_lineHeight) - item_start + 1), local
1134 for (item = item_start; item < item_start+item_count; item++)
1183 for (item = item_start; item < item_start+item_count; item++)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dnconf.c1041 if (toprow >= item_count(curses_menu)-maxy)
1042 toprow = item_count(curses_menu)-mwin_max_lines;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/asihpi/
H A Dhpifunc.c3474 const size_t item_count, const enum e_entity_role role, void *value,
3487 bytes_to_copy = entity_type_to_size[type] * item_count;
3505 enum e_entity_type type, size_t item_count, void *value_dst_p)
3512 if (hpi_entity_item_count(entity) != item_count)
3515 bytes_to_copy = entity_type_to_size[type] * item_count;
3521 size_t *item_count, enum e_entity_role *role, void **value)
3535 if (item_count != NULL) {
3541 *item_count = 0;
3543 (*item_count)++;
3551 *item_count
3473 hpi_entity_alloc_and_pack(const enum e_entity_type type, const size_t item_count, const enum e_entity_role role, void *value, struct hpi_entity **entity) argument
3504 hpi_entity_copy_value_from(struct hpi_entity *entity, enum e_entity_type type, size_t item_count, void *value_dst_p) argument
3520 hpi_entity_unpack(struct hpi_entity *entity, enum e_entity_type *type, size_t *item_count, enum e_entity_role *role, void **value) argument
[all...]
H A Dhpi.h1969 enum e_entity_type type, size_t item_count, void *value_dst_p);
1975 const size_t item_count, const enum e_entity_role role, void *value,

Completed in 216 milliseconds