Searched refs:el (Results 1 - 25 of 169) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-elisp-28 tmpfiles="$tmpfiles xg-el-2.el"
9 cat <<\EOF > xg-el-2.el
19 tmpfiles="$tmpfiles xg-el-2.tmp.po xg-el-2.po"
22 -d xg-el-2.tmp xg-el-2.el
24 tr -d '\r' < xg-el
[all...]
H A Dxgettext-elisp-18 tmpfiles="$tmpfiles xg-el-1.el"
9 cat <<EOF > xg-el-1.el
21 tmpfiles="$tmpfiles xg-el-1.tmp.po xg-el-1.po"
24 -d xg-el-1.tmp xg-el-1.el
26 tr -d '\r' < xg-el
[all...]
H A Dformat-elisp-18 tmpfiles="$tmpfiles f-el-1.data"
9 cat <<\EOF > f-el-1.data
105 tmpfiles="$tmpfiles f-el-1-$n.in f-el-1-$n.po"
106 cat <<EOF > f-el-1-$n.in
109 ${XGETTEXT} -L EmacsLisp -o f-el-1-$n.po f-el-1-$n.in || exit 1
110 test -f f-el-1-$n.po || exit 1
113 if grep elisp-format f-el-1-$n.po > /dev/null; then
119 if grep elisp-format f-el
[all...]
H A Dformat-elisp-28 tmpfiles="$tmpfiles f-el-2.data"
9 cat <<\EOF > f-el-2.data
264 tmpfiles="$tmpfiles f-el-2-$n.po f-el-2-$n.mo"
265 cat <<EOF > f-el-2-$n.po
272 if ${MSGFMT} --check-format -o f-el-2-$n.mo f-el-2-$n.po; then
278 ${MSGFMT} --check-format -o f-el-2-$n.mo f-el-2-$n.po 2> /dev/null
287 cat f-el
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dflags.h36 wxBitset(const T el) { m_data |= 1 << el; } argument
100 wxBitset& set(const T el) //Add element argument
102 m_data |= 1 << el;
107 wxBitset& reset(const T el) //remove element argument
109 m_data &= ~(1 << el);
121 bool test(const T el) const
123 return (m_data & (1 << el)) ? true : false;
150 bool operator[] (const T el) const { return test(el) ; }
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Delisp-comp40 This script byte-compiles all `.el' files listed as FILES using GNU
42 so disregarding the original directories used in `.el' arguments.
76 $EMACS -batch -q -l script -f batch-byte-compile *.el || exit $?
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/misc/
H A DMakefile.am47 lisp_LISP = start-po.el po-mode.el po-compat.el
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tdb/common/
H A Dtransaction.c141 struct tdb_transaction_el *el; local
144 for (el=tdb->transaction->elements_last;el;el=el->prev) {
147 if (off+len <= el->offset) {
150 if (off >= el->offset + el->length) {
156 if (off < el->offset) {
157 partial = el
202 struct tdb_transaction_el *el, *best_el=NULL; local
509 struct tdb_transaction_el *el = tdb->transaction->elements; local
575 struct tdb_transaction_el *el; local
677 struct tdb_transaction_el *el; local
867 struct tdb_transaction_el *el = tdb->transaction->elements; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dicount.c159 struct ext2_icount_el *el; local
189 el = &icount->list[pos];
190 el->count = 0;
191 el->ino = ino;
192 return el;
283 struct ext2_icount_el *el; local
299 el = get_icount_el(icount, ino, 0);
300 if (!el) {
304 *ret = el->count;
311 struct ext2_icount_el *el; local
376 struct ext2_icount_el *el; local
419 struct ext2_icount_el *el; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dcore_lca.c395 union el_lca el;
397 el.c = (struct el_common *) la_ptr;
402 vector, get_irq_regs()->pc, (unsigned int) el.c->code);
411 switch ((unsigned int) el.c->code) {
429 switch (el.c->size) {
433 reason, el.c->retry ? ", retryable" : "",
434 el.s->dc_stat);
435 if (el.s->esr & ESR_EAV) {
436 mem_error(el.s->esr, el
393 union el_lca el; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/expat/examples/
H A Doutline.c34 start(void *data, const char *el, const char **attr) argument
41 printf("%s", el);
52 end(void *data, const char *el) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/debian/
H A Demacsen-install.ex21 FLAGS="${SITEFLAG} -q -batch -l path.el -f batch-byte-compile"
35 FILES=`echo *.el`
39 cat << EOF > path.el
43 rm -f *.el path.el
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dalloc.c593 node->el = NULL;
636 dest->p_node[i].el = src->p_node[i].el;
658 dest->p_node[i].el = src->p_node[i].el;
661 src->p_node[i].el = NULL;
684 path->p_node[index].el = &eb->h_list;
773 int ocfs2_search_extent_list(struct ocfs2_extent_list *el, u32 v_cluster) argument
780 for(i = 0; i < le16_to_cpu(el->l_next_free_rec); i++) {
781 rec = &el
964 struct ocfs2_extent_list *el = NULL; local
1095 ocfs2_sum_rightmost_rec(struct ocfs2_extent_list *el) argument
1114 struct ocfs2_extent_list *el; local
1174 struct ocfs2_extent_list *el; local
1446 struct ocfs2_extent_list *el; local
1526 struct ocfs2_extent_list *el = et->et_root_el; local
1592 ocfs2_shift_records_right(struct ocfs2_extent_list *el) argument
1607 ocfs2_rotate_leaf(struct ocfs2_extent_list *el, struct ocfs2_extent_rec *insert_rec) argument
1685 ocfs2_remove_empty_extent(struct ocfs2_extent_list *el) argument
1708 ocfs2_create_empty_extent(struct ocfs2_extent_list *el) argument
1792 struct ocfs2_extent_list *el; local
1907 struct ocfs2_extent_list *el = &eb->h_list; local
2044 struct ocfs2_extent_list *el, *left_el, *right_el; local
2218 struct ocfs2_extent_list *el; local
2327 ocfs2_leftmost_rec_contains(struct ocfs2_extent_list *el, u32 cpos) argument
2529 struct ocfs2_extent_list *el; local
2585 struct ocfs2_extent_list *el; local
2633 struct ocfs2_extent_list *el; local
2829 struct ocfs2_extent_list *el; local
2900 struct ocfs2_extent_list *el = path_leaf_el(path); local
3045 struct ocfs2_extent_list *el; local
3162 struct ocfs2_extent_list *el; local
3258 ocfs2_cleanup_merge(struct ocfs2_extent_list *el, int index) argument
3357 struct ocfs2_extent_list *el = path_leaf_el(left_path); local
3522 struct ocfs2_extent_list *el = path_leaf_el(right_path); local
3661 struct ocfs2_extent_list *el = path_leaf_el(path); local
3822 ocfs2_insert_at_leaf(struct ocfs2_extent_tree *et, struct ocfs2_extent_rec *insert_rec, struct ocfs2_extent_list *el, struct ocfs2_insert_type *insert) argument
3918 struct ocfs2_extent_list *el; local
3956 struct ocfs2_extent_list *el; local
4040 struct ocfs2_extent_list *left_el = NULL, *right_el, *insert_el, *el; local
4202 struct ocfs2_extent_list *el; local
4294 ocfs2_figure_merge_contig_type(struct ocfs2_extent_tree *et, struct ocfs2_path *path, struct ocfs2_extent_list *el, int index, struct ocfs2_extent_rec *split_rec) argument
4419 ocfs2_figure_contig_type(struct ocfs2_extent_tree *et, struct ocfs2_insert_type *insert, struct ocfs2_extent_list *el, struct ocfs2_extent_rec *insert_rec) argument
4465 ocfs2_figure_appending_type(struct ocfs2_insert_type *insert, struct ocfs2_extent_list *el, struct ocfs2_extent_rec *insert_rec) argument
4520 struct ocfs2_extent_list *el; local
4905 struct ocfs2_extent_list *el; local
4928 ocfs2_replace_extent_rec(handle_t *handle, struct ocfs2_extent_tree *et, struct ocfs2_path *path, struct ocfs2_extent_list *el, int split_index, struct ocfs2_extent_rec *split_rec) argument
4979 struct ocfs2_extent_list *el = path_leaf_el(path); local
5077 struct ocfs2_extent_list *el; local
5194 struct ocfs2_extent_list *rightmost_el, *el; local
5266 struct ocfs2_extent_list *el = path_leaf_el(path); local
5422 struct ocfs2_extent_list *el; local
6955 struct ocfs2_extent_list *el; local
[all...]
H A Dextent_map.c296 struct ocfs2_extent_list *el; local
305 el = &eb->h_list;
307 if (el->l_tree_depth) {
316 next_free = le16_to_cpu(el->l_next_free_rec);
319 (next_free == 1 && ocfs2_is_empty_extent(&el->l_recs[0])))
328 * Return the 1st index within el which contains an extent start
331 static int ocfs2_search_for_hole_index(struct ocfs2_extent_list *el, argument
337 for(i = 0; i < le16_to_cpu(el->l_next_free_rec); i++) {
338 rec = &el->l_recs[i];
354 * If we have in-inode extents, then el point
358 ocfs2_figure_hole_clusters(struct ocfs2_caching_info *ci, struct ocfs2_extent_list *el, struct buffer_head *eb_bh, u32 v_cluster, u32 *num_clusters) argument
420 struct ocfs2_extent_list *el; local
544 ocfs2_xattr_get_clusters(struct inode *inode, u32 v_cluster, u32 *p_cluster, u32 *num_clusters, struct ocfs2_extent_list *el, unsigned int *extent_flags) argument
[all...]
H A Dextent_map.h58 struct ocfs2_extent_list *el,
66 struct ocfs2_extent_list *el,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Ddlinklist.h77 /* insert 'p' after the given element 'el' in a list. If el is NULL then
79 #define DLIST_ADD_AFTER(list, p, el) \
81 if (!(list) || !(el)) { \
84 p->prev = el; \
85 p->next = el->next; \
86 el->next = p; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dxattr.c177 struct gfs2_ea_location *el = ef->ef_el; local
179 el->el_bh = bh;
180 el->el_ea = ea;
181 el->el_prev = prev;
190 struct gfs2_ea_location *el)
198 ef.ef_el = el;
200 memset(el, 0, sizeof(struct gfs2_ea_location));
519 static int gfs2_ea_get_copy(struct gfs2_inode *ip, struct gfs2_ea_location *el, argument
523 size_t len = GFS2_EA_DATA_LEN(el->el_ea);
527 if (GFS2_EA_IS_STUFFED(el
189 gfs2_ea_find(struct gfs2_inode *ip, int type, const char *name, struct gfs2_ea_location *el) argument
539 struct gfs2_ea_location el; local
581 struct gfs2_ea_location el; local
827 ea_set_remove_stuffed(struct gfs2_inode *ip, struct gfs2_ea_location *el) argument
1037 ea_set_i(struct gfs2_inode *ip, int type, const char *name, const void *value, size_t size, struct gfs2_ea_location *el) argument
1069 ea_set_remove_unstuffed(struct gfs2_inode *ip, struct gfs2_ea_location *el) argument
1081 ea_remove_stuffed(struct gfs2_inode *ip, struct gfs2_ea_location *el) argument
1134 struct gfs2_ea_location el; local
1175 struct gfs2_ea_location el; local
1301 struct gfs2_ea_location el; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/examples/
H A Doutline.c49 start(void *data, const char *el, const char **attr) argument
56 printf("%s", el);
67 end(void *data, const char *el) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/examples/
H A Doutline.c49 start(void *data, const char *el, const char **attr) argument
56 printf("%s", el);
67 end(void *data, const char *el) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3rewritestreams.h112 void (*add) (struct ANTLR3_REWRITE_RULE_ELEMENT_STREAM_struct * stream, void *el, void (ANTLR3_CDECL *freePtr)(void *));
126 void * (*dup) (struct ANTLR3_REWRITE_RULE_ELEMENT_STREAM_struct * stream, void * el);
131 pANTLR3_BASE_TREE (*toTree) (struct ANTLR3_REWRITE_RULE_ELEMENT_STREAM_struct * stream, void * el);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/iio/
H A Dindustrialio-core.c210 void iio_add_event_to_list(struct iio_event_handler_list *el, argument
217 mutex_lock(&el->exist_lock);
218 if (el->refcount == 0) {
221 list_add(&el->list, head);
224 el->refcount++;
225 mutex_unlock(&el->exist_lock);
229 void iio_remove_event_from_list(struct iio_event_handler_list *el, argument
235 mutex_lock(&el->exist_lock);
236 el->refcount--;
237 if (el
253 struct iio_detected_event_list *el; local
312 struct iio_detected_event_list *el, *t; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dlist_sort.c173 struct debug_el *el = kmalloc(sizeof(*el), GFP_KERNEL); local
174 BUG_ON(!el);
176 el->value = (r = (r * 725861) % 6599) % (LIST_SORT_TEST_LENGTH/3);
177 el->serial = i;
179 el->l_h.prev = cur;
180 cur->next = &el->l_h;
189 struct debug_el *el = container_of(cur, struct debug_el, l_h); local
199 el->serial >= container_of(cur->next,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/jquery/
H A Djquery.form.js258 var form = $form[0], el, i, s, g, id, $io, io, xhr, sub, n, timedOut, timeoutHandle;
265 el = $(form[a[i].name]);
266 el.prop('disabled', false);
270 el = $(form[a[i].name]);
271 el.removeAttr('disabled');
720 var $el = $(target);
721 if (!($el.is(":submit,input:image"))) {
722 // is this a child element of the submit el? (ex: a span within a button)
723 var t = $el.closest(':submit');
736 var offset = $el
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3rewritestreams.c41 static void add (pANTLR3_REWRITE_RULE_ELEMENT_STREAM stream, void * el, void (ANTLR3_CDECL *freePtr)(void *));
46 static void * dupTok (pANTLR3_REWRITE_RULE_ELEMENT_STREAM stream, void * el);
47 static void * dupTree (pANTLR3_REWRITE_RULE_ELEMENT_STREAM stream, void * el);
48 static void * dupTreeNode (pANTLR3_REWRITE_RULE_ELEMENT_STREAM stream, void * el);
519 add (pANTLR3_REWRITE_RULE_ELEMENT_STREAM stream, void * el, void (ANTLR3_CDECL *freePtr)(void *)) argument
521 if (el== NULL)
534 stream->elements->add(stream->elements, el, freePtr);
539 stream->singleElement = el;
556 stream->elements->add (stream->elements, el, freePtr);
571 void * el; local
608 pANTLR3_BASE_TREE el; local
682 dupTok(pANTLR3_REWRITE_RULE_ELEMENT_STREAM stream, void * el) argument
792 pANTLR3_BASE_TREE el = stream->_next(stream); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dlspdata.c90 int el=v->elements;
92 for(i=0;i<el;i++){
110 int el=v->elements; local
112 for(i=0;i<el;i++){

Completed in 238 milliseconds

1234567