Searched refs:FN (Results 1 - 25 of 26) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dsequence_ext.h11 const FN * __db_get_seq_flags_fn __P((void));
12 const FN * __db_get_seq_flags_fn __P((void));
H A Dtcl_ext.h53 Tcl_Obj *_GetFlagsList __P((Tcl_Interp *, u_int32_t, const FN *));
H A Ddb_ext.h202 const FN * __db_get_flags_fn __P((void));
206 void __db_prflags __P((ENV *, DB_MSGBUF *, u_int32_t, const FN *, const char *, const char *));
209 const FN * __db_get_flags_fn __P((void));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/sequence/
H A Dseq_stat.c159 static const FN __db_seq_flags_fn[] = {
171 * PUBLIC: const FN * __db_get_seq_flags_fn __P((void));
173 const FN *
260 * PUBLIC: const FN * __db_get_seq_flags_fn __P((void));
262 const FN *
265 static const FN __db_seq_flags_fn[] = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_stat.c215 static const FN db_env_fn[] = {
236 static const FN vfn[] = {
360 static const FN env_fn[] = {
373 static const FN ofn[] = {
396 static const FN regenvfn[] = {
609 static const FN fn[] = {
796 static const FN fn[] = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbreg/
H A Ddbreg_stat.c51 static const FN fn[] = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dac3enc.c1270 #define FN (N/4)
1274 IComplex in[FN], in1[FN];
1280 for(i=0;i<FN;i++) {
1288 for(k=0;k<FN;k++) {
1291 for(n=0;n<FN;n++) {
1292 a = -2 * M_PI * (n * k) / FN;
1297 k, in[k].re, in[k].im, sum_re / FN, sum_im / FN);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_pr.c36 static void __db_meta __P((DB *, DBMETA *, FN const *, u_int32_t));
99 static const FN __db_flags_fn[] = {
136 * PUBLIC: const FN * __db_get_flags_fn __P((void));
138 const FN *
259 FN const *fn;
340 static const FN fn[] = {
375 static const FN fn[] = {
823 * PUBLIC: u_int32_t, const FN *, const char *, const char *));
830 FN const *fn;
834 const FN *fn
[all...]
H A Ddb_stati.c275 static const FN fn[] = {
405 static const FN fn[] = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_stat.c136 static const FN fn[] = {
321 static const FN fn[] = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/
H A DMakefile86 for FN in $(APIHEADER) ; do $(INSTALL_DATA) $$FN $(DESTDIR)$(includedir) ; done
H A DMakefile.in89 for FN in $(APIHEADER) ; do $(INSTALL_DATA) $$FN $(DESTDIR)$(includedir) ; done
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dcore_tsunami.c246 #define FN __FUNCTION__
388 printk("%s: probing bogus address: 0x%016lx\n", FN, bogus_addr);
244 #define FN macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_stat.c410 static const FN rep_fn[] = {
428 static const FN dbrep_fn[] = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_stat.c212 static const FN fn[] = {
430 static const FN fn[] = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_stat.c235 static const FN fn[] = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_stat.c542 static const FN cfn[] = {
636 static const FN fn[] = {
760 static const FN fn[] = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dmut_stat.c228 static const FN fn[] = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn_stat.c314 static const FN fn[] = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_internal.c699 * PUBLIC: Tcl_Obj *_GetFlagsList __P((Tcl_Interp *, u_int32_t, const FN *));
705 const FN *fnp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb_int.h212 } FN; typedef in typeref:struct:__fn
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb_int.h211 } FN; typedef in typeref:struct:__fn
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_int.h210 } FN; typedef in typeref:struct:__fn
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_int.h214 } FN; typedef in typeref:struct:__fn
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb_int.h211 } FN; typedef in typeref:struct:__fn

Completed in 199 milliseconds

12