Searched refs:def (Results 176 - 200 of 660) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dformat-awk-173 "abc%11$def%10$dgh%9$dij%8$dkl%7$dmn%6$dop%5$dqr%4$dst%3$duv%2$dwx%1$dyz"
H A Dformat-c-197 "abc%11$def%10$dgh%9$dij%8$dkl%7$dmn%6$dop%5$dqr%4$dst%3$duv%2$dwx%1$dyz"
H A Dformat-elisp-169 "abc%11$def%10$dgh%9$dij%8$dkl%7$dmn%6$dop%5$dqr%4$dst%3$duv%2$dwx%1$dyz"
H A Dformat-gcc-internal-195 "abc%11$def%10$dgh%9$dij%8$dkl%7$dmn%6$dop%5$dqr%4$dst%3$duv%2$dwx%1$dyz"
H A Dformat-librep-149 "abc%11$def%10$dgh%9$dij%8$dkl%7$dmn%6$dop%5$dqr%4$dst%3$duv%2$dwx%1$dyz"
H A Dformat-perl-1103 "abc%11$def%10$dgh%9$dij%8$dkl%7$dmn%6$dop%5$dqr%4$dst%3$duv%2$dwx%1$dyz"
H A Dformat-php-159 "abc%11$def%10$dgh%9$dij%8$dkl%7$dmn%6$dop%5$dqr%4$dst%3$duv%2$dwx%1$dyz"
H A Dformat-tcl-173 "abc%11$def%10$dgh%9$dij%8$dkl%7$dmn%6$dop%5$dqr%4$dst%3$duv%2$dwx%1$dyz"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dzpipe.c21 def() returns Z_OK on success, Z_MEM_ERROR if memory could not be
26 int def(FILE *source, FILE *dest, int level) function
172 ret = def(stdin, stdout, Z_DEFAULT_COMPRESSION);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/SGI/
H A Dsambalp141 print "/VM? { pop } bind def\r\n";
142 while (<FILE>) { last if /def\r/; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dsetup.py.in22 def missing(file):
42 def altImport(s):
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/examples/
H A Dzpipe.c21 def() returns Z_OK on success, Z_MEM_ERROR if memory could not be
26 int def(FILE *source, FILE *dest, int level) function
172 ret = def(stdin, stdout, Z_DEFAULT_COMPRESSION);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_gred.c59 u32 def; member in struct:gred_sched
161 dp = t->def;
350 table->def = sopt->def_DP;
448 if (table->tab[table->def])
449 def_prio = table->tab[table->def]->prio;
504 .def_DP = table->def,
550 table->tab[table->def]->parms.qidlestart;
551 q->parms.qavg = table->tab[table->def]->parms.qavg;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/python/
H A Dsetup.py.in22 def missing(file):
42 def altImport(s):
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/examples/
H A Dzpipe.c31 def() returns Z_OK on success, Z_MEM_ERROR if memory could not be
36 int def(FILE *source, FILE *dest, int level) function
186 ret = def(stdin, stdout, Z_DEFAULT_COMPRESSION);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A Dlibipt_connrate.c38 parse_value(const char *arg, u_int32_t def) argument
46 return def;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/scripts/
H A Dmakefile.os27 # Related files: pngos2.def
39 $(SHAREDLIB): $(OBJS) pngos2.def
42 $(SHAREDLIBIMP): pngos2.def
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/scripts/
H A Dmakefile.os24 # Related files: pngos2.def
36 $(SHAREDLIB): $(OBJS) pngos2.def
39 $(SHAREDLIBIMP): pngos2.def
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddobjcmn.cpp488 wxDragResult wxTextDropTarget::OnData(wxCoord x, wxCoord y, wxDragResult def) argument
494 return OnDropText( x, y, dobj->GetText() ) ? def : wxDragNone;
506 wxDragResult wxFileDropTarget::OnData(wxCoord x, wxCoord y, wxDragResult def) argument
512 return OnDropFiles( x, y, dobj->GetFilenames() ) ? def : wxDragNone;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/lguest/
H A Dinterrupts_and_traps.c556 const unsigned long *def)
561 default_idt_entry(&state->guest_idt[i], i, def[i], NULL);
570 const unsigned long *def)
598 default_idt_entry(&idt[i], i, def[i], gidt);
555 setup_default_idt_entries(struct lguest_ro_state *state, const unsigned long *def) argument
569 copy_traps(const struct lg_cpu *cpu, struct desc_struct *idt, const unsigned long *def) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsungem_phy.h40 struct mii_phy_def* def; member in struct:mii_phy
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fscache/
H A Dfsdef.c60 .def = &fscache_fsdef_index_def,
H A Dinternal.h302 if (cookie->def->get_context)
303 cookie->def->get_context(cookie->netfs_data, context);
313 if (cookie->def->put_context)
314 cookie->def->put_context(cookie->netfs_data, context);
H A Dnetfs.c44 netfs->primary_index->def = &fscache_fsdef_netfs_def;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dbloat-o-meter16 def getsizes(file):

Completed in 178 milliseconds

1234567891011>>