Searched refs:EMPTY (Results 1 - 25 of 31) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/IGMP-PROXY/src/include/
H A Dutil.h3 #define EMPTY 0 macro
H A Digmprt.h49 #define EMPTY 0 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Drpaphp.h45 #define EMPTY 0 /* No card in slot */ macro
65 #define EMPTY 0 macro
H A Drpaphp_pci.c83 slot->state = EMPTY;
102 info->adapter_status = EMPTY;
H A Drpaphp_core.c125 if (state == EMPTY)
126 *value = EMPTY;
402 } else if (state == EMPTY) {
403 slot->state = EMPTY;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre-ast.h26 #define EMPTY -1 /* Empty leaf (denotes empty string). */ macro
33 #define IS_EMPTY(x) ((x)->code_min == EMPTY)
H A Dtre-parse.c832 *result = tre_ast_new_literal(ctx->mem, EMPTY, -1, -1);
1353 result = tre_ast_new_literal(ctx->mem, EMPTY, -1, -1);
1646 result = tre_ast_new_literal(ctx->mem, EMPTY, -1, -1);
1705 n = tre_ast_new_literal(ctx->mem, EMPTY, -1, -1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A D3level.h81 #define EMPTY ((uint32_t) ~0) macro
91 if (lookup1 != EMPTY)
96 if (lookup2 != EMPTY)
133 t->level1[t->level1_size++] = EMPTY;
136 if (t->level1[index1] == EMPTY)
148 t->level2[i] = EMPTY;
154 if (t->level2[index2] == EMPTY)
185 if (lookup1 != EMPTY)
192 if (lookup2 != EMPTY)
241 if (t->level2[i] != EMPTY)
320 #undef EMPTY macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A Dphp_parser.h63 EMPTY = 280, enumerator in enum:yytokentype
154 #define EMPTY 280 macro
H A Dphp_parser.c98 EMPTY = 280, enumerator in enum:yytokentype
189 #define EMPTY 280 macro
766 "CONST", "GLOBAL", "UNSET", "ISSET", "EMPTY", "SWITCH", "ENDSWITCH",
H A Dphp_parser.y97 %token DECLARE ENDDECLARE AS CONST GLOBAL UNSET ISSET EMPTY
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dmetadata.h66 EMPTY, enumerator in enum:__anon4063
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dmetadata.h81 EMPTY, enumerator in enum:__anon4076
H A Dmetadata.c898 ts_timestamp = EMPTY;
916 case EMPTY:
1087 ts_timestamp = EMPTY;
1104 case EMPTY:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dde620.h36 #define EMPTY 0x80 /* 1 = receive buffer empty */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.h61 EMPTY = NOTCHAR, /* EMPTY is a terminal symbol that matches enumerator in enum:__anon6647
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dsym53c416.c125 #define EMPTY 0x10 /* PIO FIFO Empty */ macro
273 while(time_before(jiffies, i) && (inb(base + PIO_INT_REG) & EMPTY) && timeout)
277 if(inb(base + PIO_INT_REG) & EMPTY)
579 if((inb(base + PIO_INT_REG) & (FULL | EMPTY | CE | OUE | FIE | EIE)) != EMPTY)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/IGMP-PROXY/src/
H A Dutil.c290 return EMPTY;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/
H A Dregc_lex.c86 v->nexttype = EMPTY; /* remember we were at the start */
287 if (v->nexttype == EMPTY && (v->cflags&REG_BOSONLY)) {
876 if (LASTTYPE(EMPTY) || LASTTYPE('(') || LASTTYPE('^'))
904 if (LASTTYPE(EMPTY))
H A Dregc_nfa.c619 newarc(nfa, EMPTY, 0, from, to);
722 fixempties(nfa, f); /* get rid of EMPTY arcs */
1034 - fixempties - get rid of EMPTY arcs
1055 if (a->type == EMPTY && unempty(nfa, a))
1066 - unempty - optimize out an EMPTY arc, if possible
1080 assert(a->type == EMPTY);
1476 case EMPTY:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A DHTMLparser.c497 #define EMPTY NULL macro
643 EMPTY , NULL , DECL area_attrs , DECL target_attr, DECL alt_attr
649 EMPTY , NULL , NULL , DECL target_attr, DECL href_attrs
652 EMPTY , NULL , NULL, DECL basefont_attrs, NULL
667 EMPTY , NULL , DECL core_attrs, DECL clear_attrs , NULL
685 EMPTY , NULL , DECL col_attrs , NULL, NULL
715 EMPTY, NULL, DECL embed_attrs, NULL, NULL
727 EMPTY, NULL, NULL, DECL frame_attrs, NULL
754 EMPTY, NULL, DECL html_attrs, DECL hr_depr, NULL
766 EMPTY, NUL
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A DHTMLparser.c497 #define EMPTY NULL macro
643 EMPTY , NULL , DECL area_attrs , DECL target_attr, DECL alt_attr
649 EMPTY , NULL , NULL , DECL target_attr, DECL href_attrs
652 EMPTY , NULL , NULL, DECL basefont_attrs, NULL
667 EMPTY , NULL , DECL core_attrs, DECL clear_attrs , NULL
685 EMPTY , NULL , DECL col_attrs , NULL, NULL
715 EMPTY, NULL, DECL embed_attrs, NULL, NULL
727 EMPTY, NULL, NULL, DECL frame_attrs, NULL
754 EMPTY, NULL, DECL html_attrs, DECL hr_depr, NULL
766 EMPTY, NUL
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DHTMLparser.c493 #define EMPTY NULL macro
638 EMPTY , NULL , DECL area_attrs , DECL target_attr, DECL alt_attr
644 EMPTY , NULL , NULL , DECL target_attr, DECL href_attrs
647 EMPTY , NULL , NULL, DECL basefont_attrs, NULL
662 EMPTY , NULL , DECL core_attrs, DECL clear_attrs , NULL
680 EMPTY , NULL , DECL col_attrs , NULL, NULL
719 EMPTY, NULL, NULL, DECL frame_attrs, NULL
746 EMPTY, NULL, DECL html_attrs, DECL hr_depr, NULL
758 EMPTY, NULL, DECL img_attrs, DECL align_attr, src_alt_attrs
761 EMPTY, NUL
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DHTMLparser.c493 #define EMPTY NULL macro
638 EMPTY , NULL , DECL area_attrs , DECL target_attr, DECL alt_attr
644 EMPTY , NULL , NULL , DECL target_attr, DECL href_attrs
647 EMPTY , NULL , NULL, DECL basefont_attrs, NULL
662 EMPTY , NULL , DECL core_attrs, DECL clear_attrs , NULL
680 EMPTY , NULL , DECL col_attrs , NULL, NULL
719 EMPTY, NULL, NULL, DECL frame_attrs, NULL
746 EMPTY, NULL, DECL html_attrs, DECL hr_depr, NULL
758 EMPTY, NULL, DECL img_attrs, DECL align_attr, src_alt_attrs
761 EMPTY, NUL
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/build/palmos/
H A Dmakefile24 EMPTY = macro
25 SPACE =$(EMPTY) $(EMPTY)

Completed in 193 milliseconds

12