Searched refs:items (Results 1 - 25 of 154) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/pqueue/
H A Dpqueue.c66 pitem *items; member in struct:_pqueue
117 if (pq->items == NULL)
119 pq->items = item;
123 for(curr = NULL, next = pq->items;
132 pq->items = item;
152 return pq->items;
158 pitem *item = pq->items;
160 if (pq->items != NULL)
161 pq->items = pq->items
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dpng.c48 void *ff_png_zalloc(void *opaque, unsigned int items, unsigned int size) argument
50 if(items >= UINT_MAX / size)
52 return av_malloc(items * size);
H A Dpng.h67 void *ff_png_zalloc(void *opaque, unsigned int items, unsigned int size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dzutil.c216 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) argument
219 ulg bsize = (ulg)items*size;
275 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) argument
278 return _halloc((long)items, size);
296 extern voidp calloc OF((uInt items, uInt size));
300 voidpf zcalloc (opaque, items, size)
302 unsigned items;
305 if (opaque) items += size - size; /* make compiler happy */
306 return sizeof(uInt) > 2 ? (voidpf)malloc(items * size) :
307 (voidpf)calloc(items, siz
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dzutil.c216 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) argument
219 ulg bsize = (ulg)items*size;
275 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) argument
278 return _halloc((long)items, size);
296 extern voidp calloc OF((uInt items, uInt size));
300 voidpf zcalloc (opaque, items, size)
302 unsigned items;
305 if (opaque) items += size - size; /* make compiler happy */
306 return sizeof(uInt) > 2 ? (voidpf)malloc(items * size) :
307 (voidpf)calloc(items, siz
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-python/avahi/
H A DServiceTypeDatabase.py.in69 def items(self):
71 items = []
76 items.append((key, localized_service_name))
78 return items
103 print b.items()
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dmenubox.c168 struct dialog_list_item ** items)
222 /* draw a box around the menu items */
232 item_x = MAX (item_x, MIN(menu_width, strlen (items[i]->name) + 2));
233 if (strcmp(current, items[i]->tag) == 0) choice = i;
263 print_item (menu, items[first_item + i]->name, i, i == choice,
264 (items[first_item + i]->tag[0] != ':'));
285 j = first_alpha(items[scroll + i]->name, "YyNnMm>");
286 if (key == tolower(items[scroll + i]->name[j]))
291 j = first_alpha(items[scroll + i]->name, "YyNnMm>");
292 if (key == tolower(items[scrol
166 dialog_menu(const char *title, const char *prompt, int height, int width, int menu_height, const char *current, int item_no, struct dialog_list_item ** items) argument
[all...]
H A Dmconf.c97 static struct dialog_list_item *items[16384]; variable in typeref:struct:dialog_list_item
139 items[item_no] = malloc(sizeof(struct dialog_list_item));
140 memset(items[item_no], 0, sizeof(struct dialog_list_item));
141 items[item_no]->tag = malloc(32); items[item_no]->tag[0] = 0;
142 items[item_no]->name = malloc(512); items[item_no]->name[0] = 0;
143 items[item_no]->namelen = 0;
155 res = vsnprintf(items[item_no - 1]->name + items[item_n
[all...]
H A Dchecklist.c121 int list_height, int item_no, struct dialog_list_item ** items,
141 status[i] = items[i]->selected;
192 /* draw a box around the list items */
199 check_x = MAX (check_x, + strlen (items[i]->name) + 4);
211 print_item (list, items[scroll + i]->name,
228 if (toupper(key) == toupper(items[scroll + i]->name[0]))
241 print_item (list, items[scroll]->name,
248 print_item (list, items[scroll]->name,
267 print_item (list, items[scroll + max_choice - 1]->name,
275 print_item (list, items[scrol
120 dialog_checklist(const char *title, const char *prompt, int height, int width, int list_height, int item_no, struct dialog_list_item ** items, int flag) argument
[all...]
H A Ddialog.h166 struct dialog_list_item ** items);
169 struct dialog_list_item ** items, int flag);
175 struct dialog_list_item ** items);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/lxdialog/
H A Dchecklist.c113 const char *const *items)
129 status[i] = !strcasecmp(items[i * 3 + 2], "on");
131 || !strcasecmp(items[i * 3 + 2], "selected"))
171 /* draw a box around the list items */
178 check_x = MAX(check_x, +strlen(items[i * 3 + 1]) + 4);
190 print_item(list, items[(scroll + i) * 3 + 1],
208 toupper(items[(scroll + i) * 3 + 1][0]))
220 print_item(list, items[scroll * 3 + 1],
227 print_item(list, items[scroll * 3 + 1], status[scroll], 0, TRUE);
244 print_item(list, items[(scrol
111 dialog_checklist(const char *title, const char *prompt, int height, int width, int list_height, int item_no, const char *const *items) argument
[all...]
H A Dmenubox.c103 int hotkey = (items[(index) * 2][0] != ':'); \
104 do_print_item(menu, items[(index) * 2 + 1], choice, selected, hotkey); \
183 const char *const *items)
225 /* draw a box around the menu items */
233 if (strcmp(current, items[i * 2]) == 0)
283 j = first_alpha(items[(scroll + i) * 2 + 1], "YyNnMmHh");
284 if (key == tolower(items[(scroll + i) * 2 + 1][j]))
289 j = first_alpha(items [(scroll + i) * 2 + 1], "YyNnMmHh");
290 if (key == tolower(items[(scroll + i) * 2 + 1][j]))
383 fprintf(stderr, "%s\n", items[(scrol
181 dialog_menu(const char *title, const char *prompt, int height, int width, int menu_height, const char *current, int item_no, const char *const *items) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Drrlist.c43 AVAHI_LLIST_FIELDS(AvahiRecordListItem, items);
80 AVAHI_LLIST_REMOVE(AvahiRecordListItem, items, l->read, i);
82 AVAHI_LLIST_REMOVE(AvahiRecordListItem, items, l->unread, i);
116 AVAHI_LLIST_REMOVE(AvahiRecordListItem, items, l->unread, i);
117 AVAHI_LLIST_PREPEND(AvahiRecordListItem, items, l->read, i);
163 AVAHI_LLIST_PREPEND(AvahiRecordListItem, items, l->unread, i);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/libexif/fuji/
H A Dmnote-fuji-entry.c59 } items[] = { variable in typeref:struct:__anon1038
233 for (i = 0; (items[i].tag && items[i].tag != entry->tag); i++);
234 if (!items[i].tag) {
241 for (j = 0; items[i].elem[j].string &&
242 (items[i].elem[j].index < vs); j++);
243 if (items[i].elem[j].index != vs) {
248 strncpy (val, _(items[i].elem[j].string), maxlen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/ss/
H A Davtab.c302 u32 items, items2, val; local
327 items = 0;
329 val = le32_to_cpu(buf32[items++]);
335 val = le32_to_cpu(buf32[items++]);
341 val = le32_to_cpu(buf32[items++]);
348 val = le32_to_cpu(buf32[items++]);
364 datum.data = le32_to_cpu(buf32[items++]);
370 if (items != items2) {
371 printk("security: avtab: entry only had %d items, expected %d\n", items2, items);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dplaylist.c43 int items = 0, matches; local
55 items++;
60 DPRINTF(E_DEBUG, L_SCANNER, "Playlist %s contains %d items\n", name, items);
69 name, matches, path, items);
77 name, path, items);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dplaylist.c43 int items = 0, matches, ret; local
55 items++;
65 DPRINTF(E_DEBUG, L_SCANNER, "Playlist %s contains %d items\n", name, items);
74 name, matches, path, items);
82 name, path, items);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr023/
H A Dq.c62 sh_l_init(items)
63 const char *items;
65 const char *c = items;
233 sh_l_verify(l, items)
235 const char *items;
237 const char *c = items;
248 c = items;
259 if (items[0] != '\0') {
261 c = items;
293 while (c >= items) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DClassReader.java58 private int[] items; field in class:ClassReader
61 * The String objects corresponding to the CONSTANT_Utf8 items. This cache
64 * strategy could be extended to all constant pool items, but its benefit
65 * would not be so great for these items (because they are much less
66 * expensive to parse than CONSTANT_Utf8 items).
105 items = new int[readUnsignedShort(off + 8)];
106 int ll = items.length;
111 items[i] = index + 1;
155 int ll = items.length;
158 int index = items[
[all...]
H A DClassWriter.java134 * The type of CONSTANT_Class constant pool items.
139 * The type of CONSTANT_Fieldref constant pool items.
144 * The type of CONSTANT_Methodref constant pool items.
149 * The type of CONSTANT_InterfaceMethodref constant pool items.
154 * The type of CONSTANT_String constant pool items.
159 * The type of CONSTANT_Integer constant pool items.
164 * The type of CONSTANT_Float constant pool items.
169 * The type of CONSTANT_Long constant pool items.
174 * The type of CONSTANT_Double constant pool items.
179 * The type of CONSTANT_NameAndType constant pool items
211 Item[] items; field in class:ClassWriter
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dplaylist.c44 int items = 0, matches, ret; local
56 items++;
66 DPRINTF(E_DEBUG, L_SCANNER, "Playlist %s contains %d items\n", name, items);
75 name, matches, path, items);
83 name, path, items);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Ddb_param.c101 int items; local
126 while ((items = fscanf(fp, " %s %s", key, val)) != EOF) {
127 if (items != 2) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Ddb_param.c101 int items; local
126 while ((items = fscanf(fp, " %s %s", key, val)) != EOF) {
127 if (items != 2) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/libexif/pentax/
H A Dmnote-pentax-entry.c74 } items[] = { variable in typeref:struct:__anon1044
347 for (i = 0; (items[i].tag && items[i].tag != entry->tag); i++);
348 if (!items[i].tag) {
355 for (j = 0; items[i].elem[j].string &&
356 (items[i].elem[j].index < vs); j++);
357 if (items[i].elem[j].index != vs) {
362 strncpy (val, _(items[i].elem[j].string), maxlen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libexif-0.6.19/libexif/olympus/
H A Dmnote-olympus-entry.c86 } items[] = { variable in typeref:struct:__anon1041
429 for (i = 0; (items[i].tag && items[i].tag != entry->tag); i++)
431 if (!items[i].tag) {
435 CF (entry->format, items[i].fmt, v, maxlen);
437 for (j = 0; items[i].elem[j].string &&
438 (items[i].elem[j].index < vs); j++);
439 if (items[i].elem[j].index != vs) {
443 strncpy (v, _(items[i].elem[j].string), maxlen);
499 for (i = 0; (items[
[all...]

Completed in 574 milliseconds

1234567