Searched refs:good (Results 26 - 50 of 148) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/test/cuesheets/
H A DMakefile.in267 good.000.cue \
268 good.001.cue \
269 good.002.dos_format.cue \
270 good.003.missing_final_newline.cue \
271 good.004.dos_format.missing_final_newline.cue
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dtr-dht.c353 /* Since we only save known good nodes, avoid erasing older data if we
415 int good, dubious, incoming; local
417 dht_nodes( closure->af, &good, &dubious, NULL, &incoming );
419 closure->count = good + dubious;
421 if( good < 4 || good + dubious <= 8 )
423 else if( good < 40 )
472 * we don't ping them if the DHT is in a good state. */
508 case TR_DHT_GOOD: return "good";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/auth/
H A Dauth.c404 BOOL good = False; local
439 good = True;
446 return good;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/test/
H A Dtest_grabbag.sh101 good_cuesheets=cuesheets/good.*.cue
134 die "Error: good cuesheet is broken"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-iops.c96 * It then checks the status for all of the "good" bits and none
105 int __ide_wait_stat(ide_drive_t *drive, u8 good, u8 bad, argument
142 * so we'll wait up to 10usec for a "good" status
150 if (OK_STAT(stat, good, bad)) {
164 int ide_wait_stat(ide_startstop_t *startstop, ide_drive_t *drive, u8 good, argument
176 err = __ide_wait_stat(drive, good, bad, timeout, &stat);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/asn1/
H A Docsp.c139 good [0] IMPLICIT NULL,
248 ASN1_NULL *good; member in union:__anon4971::__anon4972
335 ASN1_IMP(CertStatus, d.good, ASN1_NULL, 0),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bzip2/
H A Dmakefile.msc37 @echo is too clever for its own good. Disable this option.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtgrid.tex32 grid->SetCellValue( 0, 0, "wxGrid is good" );
H A Dnotifevt.tex59 It is in general a good idea to notify the user about the reasons for vetoing
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/asn1/
H A Docsp.c140 good [0] IMPLICIT NULL,
249 ASN1_NULL *good; member in union:__anon7183::__anon7184
339 ASN1_IMP(CertStatus, d.good, ASN1_NULL, 0),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/asn1/
H A Docsp.c139 good [0] IMPLICIT NULL,
248 ASN1_NULL *good; member in union:__anon4622::__anon4623
335 ASN1_IMP(CertStatus, d.good, ASN1_NULL, 0),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dbuffer.h654 buf_read_u32 (struct buffer *buf, bool *good) argument
659 if (good)
660 *good = false;
665 if (good)
666 *good = true;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/share/utf8/
H A Dcharmaps.h53 const char *good; member in struct:__anon3879
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/missing/
H A Dgetaddrinfo.c388 goto good;
421 goto good;
424 goto good;
437 good:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ocsp/
H A Docsp_asn.c134 ASN1_IMP(OCSP_CERTSTATUS, value.good, ASN1_NULL, 0),
H A Docsp_srv.c186 cs->value.good = ASN1_NULL_new();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ocsp/
H A Docsp_asn.c133 ASN1_IMP(OCSP_CERTSTATUS, value.good, ASN1_NULL, 0),
H A Docsp_srv.c177 cs->value.good = ASN1_NULL_new();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ocsp/
H A Docsp_asn.c134 ASN1_IMP(OCSP_CERTSTATUS, value.good, ASN1_NULL, 0),
H A Docsp_srv.c186 cs->value.good = ASN1_NULL_new();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/datetime/
H A Ddatetimetest.cpp758 bool good; member in struct:ParseTestData
789 CPPUNIT_ASSERT( parseTestDates[n].good );
796 CPPUNIT_ASSERT( !parseTestDates[n].good );
808 bool good; member in struct:ParseTestData
833 CPPUNIT_ASSERT( parseTestDates[n].good );
839 CPPUNIT_ASSERT( !parseTestDates[n].good );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_modes.c789 bool good = false; local
792 good = true;
796 if (!good)
874 * Sort @mode_list by favorability, putting good modes first.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/os2/
H A DOS2-EMX.cmd86 echo These DLLs are not good for runtime resolution of symbols.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/os2/
H A DOS2-EMX.cmd86 echo These DLLs are not good for runtime resolution of symbols.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/os2/
H A DOS2-EMX.cmd86 echo These DLLs are not good for runtime resolution of symbols.

Completed in 187 milliseconds

123456