Searched refs:def (Results 26 - 50 of 660) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dconfdata.c97 if (S_VAL(sym->def))
98 free(S_VAL(sym->def));
100 S_VAL(sym->def) = NULL;
101 S_TRI(sym->def) = no;
128 sym->def = symbol_no.curr;
151 S_TRI(sym->def) = mod;
157 S_TRI(sym->def) = yes;
162 S_TRI(sym->def) = no;
171 S_VAL(sym->def) = strdup(p);
181 switch (S_TRI(sym->def)) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/pvrusb2/
H A Dpvrusb2-cs53l32a.c39 const int *def; member in struct:routing_scheme
52 .def = routing_scheme1,
81 input = sp->def[hdw->input_val];
H A Dpvrusb2-video-v4l.c42 const int *def; member in struct:routing_scheme
57 .def = routing_scheme0,
69 .def = routing_scheme1,
100 input = sp->def[hdw->input_val];
H A Dpvrusb2-cx2584x-v4l.c47 const struct routing_scheme_item *def; member in struct:routing_scheme
71 .def = routing_scheme0,
98 .def = routing_schemegv,
128 vid_input = sp->def[hdw->input_val].vid;
129 aud_input = sp->def[hdw->input_val].aud;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A DMakefile.am24 gcrypt.h.in libgcrypt.def
76 export_symbols = -export-symbols $(srcdir)/libgcrypt.def
78 install-def-file:
79 $(INSTALL) $(srcdir)/libgcrypt.def $(DESTDIR)$(libdir)/libgcrypt.def
81 uninstall-def-file:
82 -rm $(DESTDIR)$(libdir)/libgcrypt.def
84 gcrypt_deps = $(gcrypt_res) libgcrypt.def
92 install-def-file:
93 uninstall-def
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A DMakefile.am24 gcrypt.h.in libgcrypt.def
76 export_symbols = -export-symbols $(srcdir)/libgcrypt.def
78 install-def-file:
79 $(INSTALL) $(srcdir)/libgcrypt.def $(DESTDIR)$(libdir)/libgcrypt.def
81 uninstall-def-file:
82 -rm $(DESTDIR)$(libdir)/libgcrypt.def
84 gcrypt_deps = $(gcrypt_res) libgcrypt.def
92 install-def-file:
93 uninstall-def
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgb/
H A Dixgb_param.c186 int def; member in struct:ixgb_option
206 *value = opt->def;
246 *value = opt->def;
274 .def = DEFAULT_TXD,
284 tx_ring->count = opt.def;
293 .def = DEFAULT_RXD,
303 rx_ring->count = opt.def;
312 .def = OPTION_ENABLED
320 adapter->rx_csum = opt.def;
336 .def
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/atl1e/
H A Datl1e_param.c106 int def; member in struct:atl1e_option
122 *value = opt->def;
167 *value = opt->def;
197 .def = ATL1E_DEFAULT_TX_DESC_CNT,
207 adapter->tx_ring.count = (u16)opt.def;
216 .def = ATL1E_DEFAULT_RX_MEM_SIZE,
226 adapter->rx_ring.page_size = (u32)opt.def * 1024;
236 .def = INT_MOD_DEFAULT_CNT,
246 adapter->hw.imt = (u16)(opt.def);
255 .def
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/os2/
H A DOS2-EMX.cmd11 perl util\mkdef.pl crypto OS2 > os2\crypto.def
12 perl util\mkdef.pl ssl OS2 > os2\ssl.def
70 if exist noname\backward_ssl.def goto nomkdir
74 perl backwardify.pl crypto.def >backward_crypto.def
75 perl backwardify.pl ssl.def >backward_ssl.def
76 perl backwardify.pl -noname crypto.def >noname\backward_crypto.def
77 perl backwardify.pl -noname ssl.def >nonam
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/os2/
H A DOS2-EMX.cmd11 perl util\mkdef.pl crypto OS2 > os2\crypto.def
12 perl util\mkdef.pl ssl OS2 > os2\ssl.def
70 if exist noname\backward_ssl.def goto nomkdir
74 perl backwardify.pl crypto.def >backward_crypto.def
75 perl backwardify.pl ssl.def >backward_ssl.def
76 perl backwardify.pl -noname crypto.def >noname\backward_crypto.def
77 perl backwardify.pl -noname ssl.def >nonam
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/os2/
H A DOS2-EMX.cmd11 perl util\mkdef.pl crypto OS2 > os2\crypto.def
12 perl util\mkdef.pl ssl OS2 > os2\ssl.def
70 if exist noname\backward_ssl.def goto nomkdir
74 perl backwardify.pl crypto.def >backward_crypto.def
75 perl backwardify.pl ssl.def >backward_ssl.def
76 perl backwardify.pl -noname crypto.def >noname\backward_crypto.def
77 perl backwardify.pl -noname ssl.def >nonam
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000e/
H A Dparam.c161 int def; member in struct:e1000_option
179 *value = opt->def;
220 *value = opt->def;
249 .def = DEFAULT_TIDV,
259 adapter->tx_int_delay = opt.def;
268 .def = DEFAULT_TADV,
278 adapter->tx_abs_int_delay = opt.def;
287 .def = DEFAULT_RDTR,
297 adapter->rx_int_delay = opt.def;
306 .def
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dshow_delta15 def usage():
44 def get_time(line):
61 def convert_line(line, base_time):
80 def main():
H A Dnamespace.pl82 my %def = (); # all definitions for each name
255 if (!exists($def{$name})) {
256 $def{$name} = [];
258 push(@{$def{$name}}, $fullname);
306 my $def = $def{$name};
307 for ($j = 0; $j < $#{$def{$name}}; ++$j) {
308 if ($def{$name}[$j] eq $object) {
309 splice(@{$def{$name}}, $j, 1);
319 foreach my $name (keys(%def)) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/lib/
H A DMakefile.os235 iconv.obj : iconv.c encodings.def encodings_local.def aliases.h config.h
38 iconv.dll : $(OBJECTS) ../os2/iconv.def # DLL itself
39 $(CC) -Zdll $(CFLAGS) -o $@ $(OBJECTS) ../os2/iconv.def
41 iconv.lib : ../os2/iconv.def # Import Lib. for -Zomf
43 emximp -o iconv.lib ../os2/iconv.def
45 iconv.a : ../os2/iconv.def # Import Lib. for EMX .o format
47 emximp -o iconv.a ../os2/iconv.def
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-python/avahi/
H A DServiceTypeDatabase.py.in30 def __init__(self, filename = "@pkglibdir@/service-types.db"):
59 def __getitem__(self, key):
69 def items(self):
80 def has_key(self, key):
89 def __contains__(self, item):
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-python/avahi/
H A DServiceTypeDatabase.py.in30 def __init__(self, filename = "@pkglibdir@/service-types.db"):
59 def __getitem__(self, key):
69 def items(self):
80 def has_key(self, key):
89 def __contains__(self, item):
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dmkdef.pl3 # generate a .def file
22 # part of. This will allow easy translating to .def files or the corresponding
139 # defined with ifndef(NO_XXX) are not included in the .def file, and everything
447 my $line = "", my $def= "";
548 print STDERR "DEBUG: \$def=\"$def\"\n" if $debug && $def ne "";
670 $def .=
680 $def .= "int d2i_$3(void);";
681 $def
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dmkdef.pl3 # generate a .def file
22 # part of. This will allow easy translating to .def files or the corresponding
110 # defined with ifndef(NO_XXX) are not included in the .def file, and everything
377 my $line = "", my $def= "";
478 print STDERR "DEBUG: \$def=\"$def\"\n" if $debug && $def ne "";
600 $def .=
610 $def .= "int d2i_$3(void);";
611 $def
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dmkdef.pl3 # generate a .def file
22 # part of. This will allow easy translating to .def files or the corresponding
139 # defined with ifndef(NO_XXX) are not included in the .def file, and everything
447 my $line = "", my $def= "";
548 print STDERR "DEBUG: \$def=\"$def\"\n" if $debug && $def ne "";
670 $def .=
680 $def .= "int d2i_$3(void);";
681 $def
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A Dscan75 my $def = $1;
79 $ignore = 1 if $ignore_def{$def} || $def =~ /$ignore_re/o ;
82 #print("Skip non-wordy $def => $rest\n"),
87 #print "Matched $_ ($def)\n" ;
89 next if $before{$def} ++ ;
92 { $seen_define{$def} = 'IGNORE' }
94 { $seen_define{$def} = 'STRING' }
96 { $seen_define{$def} = 'DEFINE' }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dconfdata.c93 static int conf_set_sym_val(struct symbol *sym, int def, int def_flags, char *p) argument
100 sym->def[def].tri = mod;
106 sym->def[def].tri = yes;
111 sym->def[def].tri = no;
142 sym->def[def].val = strdup(p);
155 int conf_read_simple(const char *name, int def) argument
928 int cnt, def; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextstylepage.cpp144 wxRichTextStyleDefinition* def = wxRichTextFormattingDialog::GetDialogStyleDefinition(this); local
145 if (def)
147 wxRichTextParagraphStyleDefinition* paraDef = wxDynamicCast(def, wxRichTextParagraphStyleDefinition);
151 def->SetName(m_styleName->GetValue());
152 def->SetBaseStyle(m_basedOn->GetValue());
162 wxRichTextStyleDefinition* def = wxRichTextFormattingDialog::GetDialogStyleDefinition(this); local
163 if (def)
165 wxRichTextParagraphStyleDefinition* paraDef = wxDynamicCast(def, wxRichTextParagraphStyleDefinition);
166 wxRichTextListStyleDefinition* listDef = wxDynamicCast(def, wxRichTextListStyleDefinition);
167 // wxRichTextCharacterStyleDefinition* charDef = wxDynamicCast(def, wxRichTextCharacterStyleDefinitio
301 wxRichTextStyleDefinition* def = wxRichTextFormattingDialog::GetDialogStyleDefinition(this); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/threads/
H A Dpthreads-vms.com8 $ cc/def=PTHREADS mttest.c
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Ds_javadoc_merge10 def fieldsig(m):
13 def parse(input):
21 def mkclass(m):
26 def mkfield(m):

Completed in 157 milliseconds

1234567891011>>