Searched refs:item (Results 176 - 200 of 1345) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rp-pppoe/src/libevent/
H A Dhash.c5 * Implementation of hash tables. Each item inserted must include
68 * item -- the item we're inserting
72 * Inserts an item into the hash table. It must not currently be in any
77 void *item)
79 hash_bucket *b = GET_BUCKET(tab, item);
80 unsigned int val = tab->compute_hash(item);
96 * item -- item in hash table
100 * Removes item fro
76 hash_insert(hash_table *tab, void *item) argument
103 hash_remove(hash_table *tab, void *item) argument
131 hash_find(hash_table *tab, void *item) argument
155 hash_find_next(hash_table *tab, void *item) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/configfs/
H A Dfile.c55 * fill_read_buffer - allocate and fill buffer from item.
67 struct config_item * item = to_item(dentry->d_parent); local
77 count = ops->show_attribute(item,attr,buffer->page);
95 * is in the file's ->d_fsdata. The target item is in the directory's
99 * item's show() method exactly once (if the read is happening from
101 * all the data the item has to offer for that attribute.
173 struct config_item * item = to_item(dentry->d_parent); local
176 return ops->store_attribute(item,attr,buffer->page,count);
215 struct config_item *item = configfs_get_config_item(file->f_path.dentry->d_parent); local
221 if (!item || !att
289 struct config_item * item = to_item(filp->f_path.dentry->d_parent); local
337 configfs_create_file(struct config_item * item, const struct configfs_attribute * attr) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/configfs/
H A Dfile.c55 * fill_read_buffer - allocate and fill buffer from item.
67 struct config_item * item = to_item(dentry->d_parent); local
77 count = ops->show_attribute(item,attr,buffer->page);
95 * is in the file's ->d_fsdata. The target item is in the directory's
99 * item's show() method exactly once (if the read is happening from
101 * all the data the item has to offer for that attribute.
173 struct config_item * item = to_item(dentry->d_parent); local
176 return ops->store_attribute(item,attr,buffer->page,count);
215 struct config_item *item = configfs_get_config_item(file->f_path.dentry->d_parent); local
221 if (!item || !att
289 struct config_item * item = to_item(filp->f_path.dentry->d_parent); local
337 configfs_create_file(struct config_item * item, const struct configfs_attribute * attr) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libvorbis/doc/
H A D04-codec.tex75 \item All three fields set to the same value implies a fixed rate, or tightly bounded, nearly fixed-rate bitstream
76 \item Only nominal set implies a VBR or ABR stream that averages the nominal bitrate
77 \item Maximum and or minimum set implies a VBR bitstream that obeys the bitrate limits
78 \item None set indicates the encoder does not care to speculate.
110 \item \varname{[vorbis_codebook_count]} = read eight bits as unsigned integer and add one
111 \item Decode \varname{[vorbis_codebook_count]} codebooks in order as defined
126 \item \varname{[vorbis_time_count]} = read 6 bits as unsigned integer and add one
127 \item read \varname{[vorbis_time_count]} 16 bit values; each value should be zero. If any value is nonzero, this is an error condition and the stream is undecodable.
138 \item \varname{[vorbis_floor_count]} = read 6 bits as unsigned integer and add one
139 \item Fo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libvorbis/doc/
H A D04-codec.tex75 \item All three fields set to the same value implies a fixed rate, or tightly bounded, nearly fixed-rate bitstream
76 \item Only nominal set implies a VBR or ABR stream that averages the nominal bitrate
77 \item Maximum and or minimum set implies a VBR bitstream that obeys the bitrate limits
78 \item None set indicates the encoder does not care to speculate.
110 \item \varname{[vorbis_codebook_count]} = read eight bits as unsigned integer and add one
111 \item Decode \varname{[vorbis_codebook_count]} codebooks in order as defined
126 \item \varname{[vorbis_time_count]} = read 6 bits as unsigned integer and add one
127 \item read \varname{[vorbis_time_count]} 16 bit values; each value should be zero. If any value is nonzero, this is an error condition and the stream is undecodable.
138 \item \varname{[vorbis_floor_count]} = read 6 bits as unsigned integer and add one
139 \item Fo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libvorbis/doc/
H A D04-codec.tex75 \item All three fields set to the same value implies a fixed rate, or tightly bounded, nearly fixed-rate bitstream
76 \item Only nominal set implies a VBR or ABR stream that averages the nominal bitrate
77 \item Maximum and or minimum set implies a VBR bitstream that obeys the bitrate limits
78 \item None set indicates the encoder does not care to speculate.
110 \item \varname{[vorbis_codebook_count]} = read eight bits as unsigned integer and add one
111 \item Decode \varname{[vorbis_codebook_count]} codebooks in order as defined
126 \item \varname{[vorbis_time_count]} = read 6 bits as unsigned integer and add one
127 \item read \varname{[vorbis_time_count]} 16 bit values; each value should be zero. If any value is nonzero, this is an error condition and the stream is undecodable.
138 \item \varname{[vorbis_floor_count]} = read 6 bits as unsigned integer and add one
139 \item Fo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/scripts/kconfig/
H A Dqconf.cc288 item = i;
289 if (sym_get_string_value(item->menu->sym))
290 setText(QString::fromLocal8Bit(sym_get_string_value(item->menu->sym)));
304 sym_set_string_value(item->menu->sym, text().latin1());
305 parent()->updateList(item);
400 ConfigItem* item = (ConfigItem*)menu->data; local
402 for (; item; item = item->nextItem) {
403 if (this == item
415 ConfigItem* item = (ConfigItem*)selectedItem(); local
428 updateList(ConfigItem* item) argument
436 ConfigItem* item; local
471 setValue(ConfigItem* item, tristate val) argument
496 changeValue(ConfigItem* item) argument
558 ConfigItem* item; local
587 ConfigItem* item; local
649 ConfigItem* item; local
710 ConfigItem* item = (ConfigItem*)itemAt(p); local
772 ConfigItem* item = (ConfigItem*)itemAt(p); local
802 ConfigItem* item = (ConfigItem *)currentItem(); local
923 updateList(ConfigItem* item) argument
1494 ConfigItem* item; local
1550 ConfigItem* item; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/scripts/kconfig/
H A Dqconf.cc288 item = i;
289 if (sym_get_string_value(item->menu->sym))
290 setText(QString::fromLocal8Bit(sym_get_string_value(item->menu->sym)));
304 sym_set_string_value(item->menu->sym, text().latin1());
305 parent()->updateList(item);
400 ConfigItem* item = (ConfigItem*)menu->data; local
402 for (; item; item = item->nextItem) {
403 if (this == item
415 ConfigItem* item = (ConfigItem*)selectedItem(); local
428 updateList(ConfigItem* item) argument
436 ConfigItem* item; local
471 setValue(ConfigItem* item, tristate val) argument
496 changeValue(ConfigItem* item) argument
558 ConfigItem* item; local
587 ConfigItem* item; local
649 ConfigItem* item; local
710 ConfigItem* item = (ConfigItem*)itemAt(p); local
772 ConfigItem* item = (ConfigItem*)itemAt(p); local
802 ConfigItem* item = (ConfigItem *)currentItem(); local
923 updateList(ConfigItem* item) argument
1494 ConfigItem* item; local
1550 ConfigItem* item; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dbacking-dev.h123 enum bdi_stat_item item, s64 amount)
125 __percpu_counter_add(&bdi->bdi_stat[item], amount, BDI_STAT_BATCH);
129 enum bdi_stat_item item)
131 __add_bdi_stat(bdi, item, 1);
135 enum bdi_stat_item item)
140 __inc_bdi_stat(bdi, item);
145 enum bdi_stat_item item)
147 __add_bdi_stat(bdi, item, -1);
151 enum bdi_stat_item item)
156 __dec_bdi_stat(bdi, item);
122 __add_bdi_stat(struct backing_dev_info *bdi, enum bdi_stat_item item, s64 amount) argument
128 __inc_bdi_stat(struct backing_dev_info *bdi, enum bdi_stat_item item) argument
134 inc_bdi_stat(struct backing_dev_info *bdi, enum bdi_stat_item item) argument
144 __dec_bdi_stat(struct backing_dev_info *bdi, enum bdi_stat_item item) argument
150 dec_bdi_stat(struct backing_dev_info *bdi, enum bdi_stat_item item) argument
160 bdi_stat(struct backing_dev_info *bdi, enum bdi_stat_item item) argument
166 __bdi_stat_sum(struct backing_dev_info *bdi, enum bdi_stat_item item) argument
172 bdi_stat_sum(struct backing_dev_info *bdi, enum bdi_stat_item item) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dbacking-dev.h123 enum bdi_stat_item item, s64 amount)
125 __percpu_counter_add(&bdi->bdi_stat[item], amount, BDI_STAT_BATCH);
129 enum bdi_stat_item item)
131 __add_bdi_stat(bdi, item, 1);
135 enum bdi_stat_item item)
140 __inc_bdi_stat(bdi, item);
145 enum bdi_stat_item item)
147 __add_bdi_stat(bdi, item, -1);
151 enum bdi_stat_item item)
156 __dec_bdi_stat(bdi, item);
122 __add_bdi_stat(struct backing_dev_info *bdi, enum bdi_stat_item item, s64 amount) argument
128 __inc_bdi_stat(struct backing_dev_info *bdi, enum bdi_stat_item item) argument
134 inc_bdi_stat(struct backing_dev_info *bdi, enum bdi_stat_item item) argument
144 __dec_bdi_stat(struct backing_dev_info *bdi, enum bdi_stat_item item) argument
150 dec_bdi_stat(struct backing_dev_info *bdi, enum bdi_stat_item item) argument
160 bdi_stat(struct backing_dev_info *bdi, enum bdi_stat_item item) argument
166 __bdi_stat_sum(struct backing_dev_info *bdi, enum bdi_stat_item item) argument
172 bdi_stat_sum(struct backing_dev_info *bdi, enum bdi_stat_item item) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/share/libtool/libltdl/libltdl/
H A Dslist.h59 const void *userdata; /* for boxed `SList' item */
62 typedef void * SListCallback (SList *item, void *userdata);
67 LT_SCOPE SList *slist_cons (SList *item, SList *slist);
69 LT_SCOPE SList *slist_delete (SList *slist, void (*delete_fct) (void *item));
86 LT_SCOPE void * slist_unbox (SList *item);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/wpa_supplicant/wpa_gui-qt4/
H A Dscanresults.cpp102 QTreeWidgetItem *item = new QTreeWidgetItem(scanResultsWidget); local
103 if (item) {
104 item->setText(0, ssid);
105 item->setText(1, bssid);
106 item->setText(2, freq);
107 item->setText(3, signal);
108 item->setText(4, flags);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/wpa_supplicant/wpa_gui-qt4/
H A Dscanresults.cpp102 QTreeWidgetItem *item = new QTreeWidgetItem(scanResultsWidget); local
103 if (item) {
104 item->setText(0, ssid);
105 item->setText(1, bssid);
106 item->setText(2, freq);
107 item->setText(3, signal);
108 item->setText(4, flags);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/dropbox_client/
H A DcJSON.h45 struct cJSON *child; /* An array or object item will have a child pointer pointing to a chain of the items in the array/object. */
47 int type; /* The type of the item, as above. */
49 char *valuestring; /* The item's string, if type==cJSON_String */
50 int valueint; /* The item's number, if type==cJSON_Number */
51 double valuedouble; /* The item's number, if type==cJSON_Number */
54 char *string; /* The item's name string, if this item is the child of, or is in the list of subitems of an object. */
69 extern char *cJSON_Print(cJSON *item);
71 extern char *cJSON_PrintUnformatted(cJSON *item);
77 /* Retrieve item numbe
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/wpa_supplicant/wpa_gui-qt4/
H A Dscanresults.cpp102 QTreeWidgetItem *item = new QTreeWidgetItem(scanResultsWidget); local
103 if (item) {
104 item->setText(0, ssid);
105 item->setText(1, bssid);
106 item->setText(2, freq);
107 item->setText(3, signal);
108 item->setText(4, flags);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/wpa_supplicant/wpa_gui-qt4/
H A Dscanresults.cpp102 QTreeWidgetItem *item = new QTreeWidgetItem(scanResultsWidget); local
103 if (item) {
104 item->setText(0, ssid);
105 item->setText(1, bssid);
106 item->setText(2, freq);
107 item->setText(3, signal);
108 item->setText(4, flags);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/dropbox_client/
H A DcJSON.h45 struct cJSON *child; /* An array or object item will have a child pointer pointing to a chain of the items in the array/object. */
47 int type; /* The type of the item, as above. */
49 char *valuestring; /* The item's string, if type==cJSON_String */
50 int valueint; /* The item's number, if type==cJSON_Number */
51 double valuedouble; /* The item's number, if type==cJSON_Number */
54 char *string; /* The item's name string, if this item is the child of, or is in the list of subitems of an object. */
69 extern char *cJSON_Print(cJSON *item);
71 extern char *cJSON_PrintUnformatted(cJSON *item);
77 /* Retrieve item numbe
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/dropbox_client/
H A DcJSON.h45 struct cJSON *child; /* An array or object item will have a child pointer pointing to a chain of the items in the array/object. */
47 int type; /* The type of the item, as above. */
49 char *valuestring; /* The item's string, if type==cJSON_String */
50 int valueint; /* The item's number, if type==cJSON_Number */
51 double valuedouble; /* The item's number, if type==cJSON_Number */
54 char *string; /* The item's name string, if this item is the child of, or is in the list of subitems of an object. */
69 extern char *cJSON_Print(cJSON *item);
71 extern char *cJSON_PrintUnformatted(cJSON *item);
77 /* Retrieve item numbe
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/wpa_supplicant/wpa_gui-qt4/
H A Dscanresults.cpp102 QTreeWidgetItem *item = new QTreeWidgetItem(scanResultsWidget); local
103 if (item) {
104 item->setText(0, ssid);
105 item->setText(1, bssid);
106 item->setText(2, freq);
107 item->setText(3, signal);
108 item->setText(4, flags);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/wpa_supplicant/wpa_gui-qt4/
H A Dscanresults.cpp102 QTreeWidgetItem *item = new QTreeWidgetItem(scanResultsWidget); local
103 if (item) {
104 item->setText(0, ssid);
105 item->setText(1, bssid);
106 item->setText(2, freq);
107 item->setText(3, signal);
108 item->setText(4, flags);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/share/automake-1.11/Automake/
H A DItemDef.pm30 =item C<my $def = Automake::new ($comment, $location, $owner)>
32 Create a new Makefile-item definition.
59 =item C<$def-E<gt>comment>
61 =item C<$def-E<gt>location>
63 =item C<$def-E<gt>owner>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/neon/src/
H A Dne_locks.c134 struct lock_list *item; local
138 for (item = lrc->submit; item != NULL; item = item->next) {
139 char *uri = ne_uri_unparse(&item->lock->uri);
141 item->lock->token, ">)", NULL);
151 struct lock_list *item = ne_malloc(sizeof *item); local
153 (*list)->prev = item;
217 struct lock_list *item; local
246 struct lock_list *item; local
283 struct lock_list *item; local
329 struct lock_list *item; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/engine/
H A Deng_lib.c161 ENGINE_CLEANUP_ITEM *item = OPENSSL_malloc(sizeof( local
163 if(!item) return NULL;
164 item->cb = cb;
165 return item;
169 ENGINE_CLEANUP_ITEM *item; local
171 item = int_cleanup_item(cb);
172 if(item)
173 sk_ENGINE_CLEANUP_ITEM_insert(cleanup_stack, item, 0);
177 ENGINE_CLEANUP_ITEM *item; local
179 item
184 engine_cleanup_cb_free(ENGINE_CLEANUP_ITEM *item) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/
H A Dsijointest.tcl82 set item [lindex [lindex $dbt 0] 1]
83 set retlist [sj_dojoin $item $pdb $zipdb $namedb]
87 proc sj_dojoin { item pdb zipdb namedb } {
88 set name [sj_getname "" $item]
89 set zip [sj_getzip "" $item]
92 error_check_good zipc($item) [is_valid_cursor $zipc $zipdb] TRUE
95 error_check_good namec($item) [is_valid_cursor $namec $namedb] TRUE
98 error_check_good pc($item) [is_valid_cursor $pc $pdb] TRUE
114 error_check_good returned_item($item) $ritem $item
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/
H A Dsijointest.tcl82 set item [lindex [lindex $dbt 0] 1]
83 set retlist [sj_dojoin $item $pdb $zipdb $namedb]
87 proc sj_dojoin { item pdb zipdb namedb } {
88 set name [sj_getname "" $item]
89 set zip [sj_getzip "" $item]
92 error_check_good zipc($item) [is_valid_cursor $zipc $zipdb] TRUE
95 error_check_good namec($item) [is_valid_cursor $namec $namedb] TRUE
98 error_check_good pc($item) [is_valid_cursor $pc $pdb] TRUE
114 error_check_good returned_item($item) $ritem $item
[all...]

Completed in 343 milliseconds

1234567891011>>