Searched refs:def (Results 126 - 150 of 308) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A DtestHTML.c262 int type, int def, const xmlChar *defaultValue,
266 elem, name, type, def, defaultValue);
261 attributeDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *elem, const xmlChar *name, int type, int def, const xmlChar *defaultValue, xmlEnumerationPtr tree ATTRIBUTE_UNUSED) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dmkerr.pl90 my $line = "", $def= "", $linenr = 0, $gotfile = 0;
131 $def .= $_;
139 $def =~ s/DECLARE_\w+\([\w,\s]+\)//gs;
140 foreach (split /;/, $def) {
142 print STDERR "def: $defnr\r" if $debug;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/ibm_emac/
H A Dibm_emac_debug.c90 struct ocp_func_mal_data *maldata = mal->def->additions;
97 mal->def->index,
H A Dibm_emac_core.h184 struct ocp_def *def; member in struct:ocp_enet_private
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/syslib/
H A Dibm440gx_common.c23 static inline u32 __fix_zero(u32 v, u32 def){ argument
24 return v ? v : def;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/qemu/
H A Dq-vga.c108 qvga_load_font(unsigned char *def, unsigned int c) argument
120 memcpy(w, def, c);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/netlabel/
H A Dnetlabel_domainhash.c110 * @def: return default if no match is found
114 * entry if found, otherwise NULL is returned. If @def is non-zero and a
120 static struct netlbl_dom_map *netlbl_domhsh_search(const char *domain, u32 def) argument
132 if (def != 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/config/
H A Dexpr.h91 struct symbol_value curr, def; member in struct:symbol
143 struct symbol *def; member in struct:property
H A Dzconf.y233 //current_choice->prop->def = $2;
540 if (prop->def) {
542 if (prop->def->flags & SYMBOL_CONST)
543 print_quoted_string(out, prop->def->name);
545 fputs(prop->def->name, out);
555 print_quoted_string(out, prop->def->name);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/flex/
H A Dgen.c958 register int d = def[i];
964 def[i] = jamstate;
970 def[i] = lastdfa - d + 1;
982 def[i] = jamstate;
992 mkdata( def[i] );
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgpg-error-1.10/src/
H A DMakefile.in294 gpg-error.def.in versioninfo.rc.in
298 gpg-error.def extra-h.in mkw32errmap.map.c
300 tmp_files = _mkerrcodes.h _gpg-error.def.h mkw32errmap.tab.h mkw32errmap.map.c
302 gpg-error.h mkerrcodes mkerrcodes.h gpg-error.def mkw32errmap.tab.h \
318 @HAVE_W32_SYSTEM_TRUE@export_symbols = -export-symbols gpg-error.def
319 @HAVE_W32_SYSTEM_TRUE@libgpg_error_la_DEPENDENCIES = $(gpg_error_res) gpg-error.def
816 @HAVE_W32_SYSTEM_TRUE@install-def-file: gpg-error.def
817 @HAVE_W32_SYSTEM_TRUE@ $(INSTALL) gpg-error.def $(DESTDIR)$(libdir)/gpg-error.def
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-hdw.c720 .def.type_int.min_value = vmin, \
721 .def.type_int.max_value = vmax
725 .def.type_enum.count = ARRAY_SIZE(tab), \
726 .def.type_enum.value_names = tab
733 .def.type_bitmask.valid_bits = msk, \
734 .def.type_bitmask.bit_names = tab
2007 ciptr->def.type_int.min_value = qctrl.minimum;
2008 ciptr->def.type_int.max_value = qctrl.maximum;
2015 ciptr->def.type_enum.value_names =
2018 ciptr->def
[all...]
H A Dpvrusb2-hdw-internal.h123 } def; member in struct:pvr2_ctl_info
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dsungem_phy.c1149 struct mii_phy_def* def; local
1165 for (i=0; (def = mii_phy_table[i]) != NULL; i++)
1166 if ((id & def->phy_id_mask) == def->phy_id)
1169 if (def == NULL)
1172 phy->def = def;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dnf_nat_snmp_basic.c206 unsigned int *def,
215 *def = 0;
217 *def = 1;
243 unsigned int def, len; local
248 def = len = 0;
249 if (!asn1_length_decode(ctx, &def, &len))
252 if (def)
205 asn1_length_decode(struct asn1_ctx *ctx, unsigned int *def, unsigned int *len) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DSAX.in.h79 int def,
H A DSAX2.in.h77 int def,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A DVorbis_I_spec.tex29 \def\sectionautorefname{Section} % Write section with capital 'S'
30 \def\subsectionautorefname{Subsection} % Write subsection with capital 'S'
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dasn1t.h363 #define ASN1_ADB_END(name, flags, field, app_table, def, none) \
371 def,\
377 #define ASN1_ADB_END(name, flags, field, app_table, def, none) \
388 def,\
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dasn1t.h382 #define ASN1_ADB_END(name, flags, field, app_table, def, none) \
390 def,\
396 #define ASN1_ADB_END(name, flags, field, app_table, def, none) \
407 def,\
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dasn1t.h382 #define ASN1_ADB_END(name, flags, field, app_table, def, none) \
390 def,\
396 #define ASN1_ADB_END(name, flags, field, app_table, def, none) \
407 def,\
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A DSAX.h79 int def,
H A DSAX2.h77 int def,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/asn1/
H A Dasn1t.h363 #define ASN1_ADB_END(name, flags, field, app_table, def, none) \
371 def,\
377 #define ASN1_ADB_END(name, flags, field, app_table, def, none) \
388 def,\
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/
H A Dconfigure.c39 #define RI(x, def) (x = GetPrivateProfileInt("FLAC", #x, def, ini_name))
41 #define RS(x, n, def) GetPrivateProfileString("FLAC", #x, def, x, n, ini_name)

Completed in 180 milliseconds

1234567891011>>