Searched refs:items (Results 326 - 350 of 423) sorted by relevance

<<11121314151617

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DxmlIO.c978 int items; local
982 items = fwrite(&buffer[0], len, 1, (FILE *) context);
983 if ((items == 0) && (ferror((FILE *) context))) {
987 return(items * len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dbuzzz.h527 int buzzz_dump(uint32_t items);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/ucm/
H A Dmain.c118 * \param items Count of strings
121 int snd_use_case_free_list(const char *list[], int items) argument
126 for (i = 0; i < items; i++)
359 * \return count of items on success, otherwise a negative error code
407 * \return count of items on success, otherwise a negative error code
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bzip2/
H A Dbzlib.c102 void* default_bzalloc ( void* opaque, Int32 items, Int32 size ) argument
104 void* v = malloc ( items * size );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dcategory.tex94 \twocolitem{\helpref{wxBitmapComboBox}{wxbitmapcombobox}}{A combobox with bitmaps next to text items}
111 \twocolitem{\helpref{wxOwnerDrawnComboBox}{wxownerdrawncombobox}}{A combobox with owner-drawn list items}
146 \twocolitem{\helpref{wxMenu}{wxmenu}}{Displays a series of menu items for selection}
184 \twocolitem{\helpref{wxGridBagSizer}{wxgridbagsizer}}{Another grid sizer that lets you specify the cell an item is in, and items can span rows and/or columns.}
H A Dtconstr.tex148 // Create some panel items
H A Dtsamples.tex82 use of various methods modifying the control, such as by deleting items
363 (several thousands) items into the control.
564 Adding, inserting and deleting items and branches from the tree as well as
H A Dcombobox.tex7 A combobox permits a single selection only. Combobox items are numbered from zero.
H A Dcppconst.tex175 \helpref{radio menu items}{wxmenuappendradioitem}.}
H A Dmbconv.tex36 such as menu items and buttons. This is a pointer which is initially set to
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/pcxhr/
H A Dpcxhr_mixer.c663 uinfo->value.enumerated.items = i;
759 uinfo->value.enumerated.items = clock_items;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Dcmipci.c2495 uinfo->value.enumerated.items = cm->chip_version >= 39 ? 3 : 2;
2496 if (uinfo->value.enumerated.item >= uinfo->value.enumerated.items)
2497 uinfo->value.enumerated.item = uinfo->value.enumerated.items - 1;
2552 uinfo->value.enumerated.items = 2;
2553 if (uinfo->value.enumerated.item >= uinfo->value.enumerated.items)
2554 uinfo->value.enumerated.item = uinfo->value.enumerated.items - 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dhda_codec.c2004 struct hda_nid_item *items = codec->mixers.list; local
2006 snd_ctl_remove(codec->bus->card, items[i].kctl);
3982 uinfo->value.enumerated.items = num_chmodes;
4050 uinfo->value.enumerated.items = imux->num_items;
4056 strcpy(uinfo->value.enumerated.name, imux->items[index].label);
4080 imux->items[idx].index);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dlibiscsi.c2503 * Pre-allocate a pool of @max items of @item_size. By default, the pool
2506 * by passing in a non-NULL @items pointer
2509 iscsi_pool_init(struct iscsi_pool *q, int max, void ***items, int item_size) argument
2517 /* If the user passed an items pointer, he wants a copy of
2519 if (items)
2536 if (items) {
2537 *items = q->pool + max;
2538 memcpy(*items, q->pool, max * sizeof(void *));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Dauibar.cpp60 // missing wxITEM_* items
342 // hover, otherwise hovers won't draw properly for checked items
729 const wxAuiToolBarItemArray& items)
735 size_t i, count = items.GetCount();
738 wxAuiToolBarItem& item = items.Item(i);
762 // find out where to put the popup menu of window items
1848 // proportional items will disappear from the toolbar if
2111 // hide all flexible items
2125 // show all flexible items
2195 // calculated how far we can draw items
728 ShowDropDown(wxWindow* wnd, const wxAuiToolBarItemArray& items) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dwincmn.cpp2300 const wxSizerItemList& items = sizer->GetChildren(); local
2301 for ( wxSizerItemList::const_iterator i = items.begin(),
2302 end = items.end();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dctree.h114 * the device items go into the chunk tree. The key is in the form
387 * A leaf is full of items. offset and size tell us where to find
400 * The data is separate from the items to get the keys closer together
405 struct btrfs_item items[]; member in struct:btrfs_leaf
452 * items in the extent btree are used to record the objectid of the
1103 * inode items have the data typically returned from stat and store other
1114 * dir items are the name -> inode pointers in a directory. There is one
1133 * root items point to tree roots. They are typically in the root
1152 * extent items are in the extent map tree. These record which blocks
1178 * string items ar
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/
H A Des18xx.c969 uinfo->value.enumerated.items = 4;
977 uinfo->value.enumerated.items = 5;
984 uinfo->value.enumerated.items = 8;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/echoaudio/
H A Dechoaudio.c1424 uinfo->value.enumerated.items = chip->num_digital_modes;
1512 uinfo->value.enumerated.items = 2;
1574 uinfo->value.enumerated.items = chip->num_clock_sources;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/os2/
H A Dos2.c2287 zvoid far *zcalloc (unsigned items, unsigned size)
2289 return (zvoid far *)_halloc((long)items, size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dunzpriv.h1273 # define zcalloc(items, size) \
1274 (zvoid far *)calloc((unsigned)(items), (unsigned)(size))
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dbzip2_inflate.c654 void* default_bzalloc ( void* opaque, Int32 items, Int32 size ) argument
656 void* v = malloc ( items * size );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/xmcombo/
H A Dxmcombo.c1333 lesen&schreiben label, lesen&schreiben items */
3259 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
3293 XmListDeleteItem(w, items[i]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-glade-11084 <items></items>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/aoa/codecs/
H A Donyx.c248 uinfo->value.enumerated.items = 2;

Completed in 548 milliseconds

<<11121314151617