Searched refs:items (Results 251 - 275 of 423) sorted by relevance

<<11121314151617

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpng.c158 png_zalloc(voidpf png_ptr, uInt items, uInt size) argument
167 if (items > PNG_UINT_32_MAX/size)
172 num_bytes = (png_uint_32)items * size;
367 /* Free text item num or (if num == -1) all text items */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dinit.c1524 decode_string (const char *val, const struct decode_item *items, int itemcount,
1529 if (0 == strcasecmp (val, items[i].name))
1531 *place = items[i].code;
1519 decode_string(const char *val, const struct decode_item *items, int itemcount, int *place) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/vx/
H A Dvx_mixer.c466 uinfo->value.enumerated.items = 3;
472 uinfo->value.enumerated.items = 2;
529 uinfo->value.enumerated.items = 3;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/sb/
H A Dsb_mixer.c191 uinfo->value.enumerated.items = 5;
284 uinfo->value.enumerated.items = 3;
344 uinfo->value.enumerated.items = 3;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ice1712/
H A Dphase.c729 uinfo->value.enumerated.items = 2;
731 if (uinfo->value.enumerated.item >= uinfo->value.enumerated.items)
732 uinfo->value.enumerated.item = uinfo->value.enumerated.items -
H A Dpontis.c423 uinfo->value.enumerated.items = 3;
424 if (uinfo->value.enumerated.item >= uinfo->value.enumerated.items)
425 uinfo->value.enumerated.item = uinfo->value.enumerated.items - 1;
H A Dice1724.c1765 uinfo->value.enumerated.items = hw_rates_count + ice->ext_clock_count;
1767 if (uinfo->value.enumerated.item >= uinfo->value.enumerated.items)
1768 uinfo->value.enumerated.item = uinfo->value.enumerated.items - 1;
1770 /* ext_clock items */
1775 /* int clock items */
1955 uinfo->value.enumerated.items = 5;
1956 if (uinfo->value.enumerated.item >= uinfo->value.enumerated.items)
1957 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/oxygen/
H A Dxonar_wm87x6.c409 info->value.enumerated.items = max + 1;
695 info->value.enumerated.items = 3;
787 info->value.enumerated.items = 2;
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/lzma_src/C/
H A DLzFind.c280 void MatchFinder_Normalize3(UInt32 subValue, CLzRef *items, UInt32 numItems) argument
285 UInt32 value = items[i];
290 items[i] = value;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.xs166 I32 items = sp - mark
1521 if (items >= 3 && SvOK(ST(2)))
1524 if (items == 6)
1692 for (i = items-1 ; i > 0 ; --i)
1802 for (i = 1 ; i < items ; ++i)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Daddrconf.c3921 int items, int bytes)
3924 int pad = bytes - sizeof(u64) * items;
3928 put_unaligned(items, &stats[0]);
3929 for (i = 1; i < items; i++)
3932 memset(&stats[items], 0, pad);
3936 int items, int bytes, size_t syncpoff)
3939 int pad = bytes - sizeof(u64) * items;
3943 put_unaligned(items, &stats[0]);
3944 for (i = 1; i < items; i++)
3947 memset(&stats[items],
3920 __snmp6_fill_stats(u64 *stats, void __percpu **mib, int items, int bytes) argument
3935 __snmp6_fill_stats64(u64 *stats, void __percpu **mib, int items, int bytes, size_t syncpoff) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/manual/
H A Dstudio.tex172 "File|Save", "File|Save As..." menu items.
234 Further menu items appended to the end of the File menu allow you
274 Further menu items appended to the end of the Window menu allow you
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxpath.c405 void **items; member in struct:_xmlPointerList
418 if (list->items == NULL) {
421 list->items = (void **) xmlMalloc(
423 if (list->items == NULL) {
432 list->items = (void **) xmlRealloc(list->items,
434 if (list->items == NULL) {
441 list->items[list->number++] = item;
482 if (list->items != NULL)
483 xmlFree(list->items);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxpath.c406 void **items; member in struct:_xmlPointerList
419 if (list->items == NULL) {
422 list->items = (void **) xmlMalloc(
424 if (list->items == NULL) {
433 list->items = (void **) xmlRealloc(list->items,
435 if (list->items == NULL) {
442 list->items[list->number++] = item;
483 if (list->items != NULL)
484 xmlFree(list->items);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/ss/
H A Dpolicydb.c869 u32 items; local
876 items = le32_to_cpu(buf[0]);
877 if (items > ARRAY_SIZE(buf)) {
882 rc = next_entry(buf, fp, sizeof(u32) * items);
888 if (items > 1)
899 if (items > 1) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxpath.c406 void **items; member in struct:_xmlPointerList
419 if (list->items == NULL) {
422 list->items = (void **) xmlMalloc(
424 if (list->items == NULL) {
433 list->items = (void **) xmlRealloc(list->items,
435 if (list->items == NULL) {
442 list->items[list->number++] = item;
483 if (list->items != NULL)
484 xmlFree(list->items);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxpath.c405 void **items; member in struct:_xmlPointerList
418 if (list->items == NULL) {
421 list->items = (void **) xmlMalloc(
423 if (list->items == NULL) {
432 list->items = (void **) xmlRealloc(list->items,
434 if (list->items == NULL) {
441 list->items[list->number++] = item;
482 if (list->items != NULL)
483 xmlFree(list->items);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/alisp/
H A Dalisp_snd.c591 unsigned int items, item; local
592 items = snd_ctl_elem_info_get_items(info);
593 p1 = add_cons(instance, p1, 1, "items", p2 = new_object(instance, ALISP_OBJ_CONS));
594 for (item = 0; item < items; item++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dosdmap.c224 b->items = kcalloc(b->size, sizeof(__s32), GFP_NOFS);
225 if (b->items == NULL)
234 b->items[j] = ceph_decode_32(p);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c248 voidpf zcalloc OF((voidpf opaque, unsigned items, unsigned size));
251 #define ZALLOC(strm, items, size) \
252 (*((strm)->zalloc))((strm)->opaque, (items), (size))
4130 uInt, /* number of items */
4485 uInt n; /* number of items */
5229 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) argument
5232 ulg bsize = (ulg)items*size;
5288 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) argument
5291 return _halloc((long)items, size);
5306 extern voidp calloc OF((uInt items, uIn
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/common/
H A Dzlib.c248 voidpf zcalloc OF((voidpf opaque, unsigned items, unsigned size));
251 #define ZALLOC(strm, items, size) \
252 (*((strm)->zalloc))((strm)->opaque, (items), (size))
4127 uInt, /* number of items */
4482 uInt n; /* number of items */
5226 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) argument
5229 ulg bsize = (ulg)items*size;
5285 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) argument
5288 return _halloc((long)items, size);
5303 extern voidp calloc OF((uInt items, uIn
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dzlib.h80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dzlib.h80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dsizer.cpp883 // Applies the layout and repositions/resizes the items
1459 // Number of rows/columns can change as items are added or removed.
1468 // wxSizer::Show(). If all the items in a row/column are hidden, the final
1564 // Since the number of rows/columns can change as items are
1570 // If all items in a row/column are hidden, that row/column will
1614 // Since the number of rows/columns can change as items are
1620 // If all items in a row/column are hidden, that row/column will
1670 DoRemoveFromArrays(size_t idx, wxArrayInt& items, wxArrayInt& proportions) argument
1672 const size_t count = items.size();
1675 if ( (size_t)items[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dsettings.tex133 \twocolitem{{\bf wxSYS\_ICONSPACING\_X}}{Width of a grid cell for items in large icon view,
135 \twocolitem{{\bf wxSYS\_ICONSPACING\_Y}}{Height of a grid cell for items in large icon view,

Completed in 568 milliseconds

<<11121314151617