Searched refs:ok (Results 76 - 100 of 953) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dbitwriter.c783 FLAC__bool ok = 1; local
794 ok &= FLAC__bitwriter_write_raw_uint32(bw, 0xC0 | (val>>6), 8);
795 ok &= FLAC__bitwriter_write_raw_uint32(bw, 0x80 | (val&0x3F), 8);
798 ok &= FLAC__bitwriter_write_raw_uint32(bw, 0xE0 | (val>>12), 8);
799 ok &= FLAC__bitwriter_write_raw_uint32(bw, 0x80 | ((val>>6)&0x3F), 8);
800 ok &= FLAC__bitwriter_write_raw_uint32(bw, 0x80 | (val&0x3F), 8);
803 ok &= FLAC__bitwriter_write_raw_uint32(bw, 0xF0 | (val>>18), 8);
804 ok &= FLAC__bitwriter_write_raw_uint32(bw, 0x80 | ((val>>12)&0x3F), 8);
805 ok &= FLAC__bitwriter_write_raw_uint32(bw, 0x80 | ((val>>6)&0x3F), 8);
806 ok
829 FLAC__bool ok = 1; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509/
H A Dx509_vfy.c112 static int null_callback(int ok, X509_STORE_CTX *e);
142 static int null_callback(int ok, X509_STORE_CTX *e) argument
144 return ok;
193 int depth, i, ok = 0; local
222 ok = -1;
232 ok = -1;
255 ok = ctx->get_issuer(&xtmp, ctx, x);
256 if (ok < 0)
262 if (ok > 0) {
274 ok
800 int i, ok; local
851 int i, last, ok; local
875 int ok, cnum; local
1441 int ok; local
1487 int ok = 0, chnum, cnum; local
1593 int ok; local
1714 int ok = 0, n; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509/
H A Dx509_vfy.c112 static int null_callback(int ok, X509_STORE_CTX *e);
142 static int null_callback(int ok, X509_STORE_CTX *e) argument
144 return ok;
193 int depth, i, ok = 0; local
222 ok = -1;
232 ok = -1;
255 ok = ctx->get_issuer(&xtmp, ctx, x);
256 if (ok < 0)
262 if (ok > 0) {
274 ok
800 int i, ok; local
851 int i, last, ok; local
875 int ok, cnum; local
1441 int ok; local
1487 int ok = 0, chnum, cnum; local
1593 int ok; local
1714 int ok = 0, n; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgfmt-551 tmpfiles="$tmpfiles foo-de.ok"
52 cat <<\EOF > foo-de.ok
63 tmpfiles="$tmpfiles foo-fr.ok"
64 cat <<\EOF > foo-fr.ok
76 ${DIFF} foo-de.ok foo-de.out && ${DIFF} foo-fr.ok foo-fr.out
H A Dxgettext-c-323 tmpfiles="$tmpfiles xg-c-3.ok"
24 cat <<EOF > xg-c-3.ok
36 ${DIFF} xg-c-3.ok xg-c-3.po
H A Dxgettext-c-420 tmpfiles="$tmpfiles xg-c-4.ok"
21 cat <<EOF > xg-c-4.ok
28 ${DIFF} xg-c-4.ok xg-c-4.po
H A Dxgettext-c-520 tmpfiles="$tmpfiles xg-c-5.ok"
21 cat <<EOF > xg-c-5.ok
30 ${DIFF} xg-c-5.ok xg-c-5.po
H A Dgettext-119 tmpfile="$tmpfiles gtmf-test1.ok"
20 cat <<EOF > gtmf-test1.ok
27 ${DIFF} gtmf-test1.ok gt-test1.out
H A Dgettext-231 tmpfile="$tmpfiles gtmf-test2.ok"
32 echo $ac_n "error 3 translation$ac_c" > gtmf-test2.ok
35 ${DIFF} gtmf-test2.ok gt-test2.out
H A Dmsgattrib-166 tmpfiles="$tmpfiles ma-test1.ok"
67 cat <<\EOF > ma-test1.ok
101 ${DIFF} ma-test1.ok ma-test1.out
H A Dmsgattrib-1067 tmpfiles="$tmpfiles ma-test10.ok"
68 cat <<\EOF > ma-test10.ok
102 ${DIFF} ma-test10.ok ma-test10.out
H A Dmsgattrib-1266 tmpfiles="$tmpfiles ma-test12.ok"
67 cat <<\EOF > ma-test12.ok
85 ${DIFF} ma-test12.ok ma-test12.out
H A Dmsgattrib-1366 tmpfiles="$tmpfiles ma-test13.ok"
67 cat <<\EOF > ma-test13.ok
92 ${DIFF} ma-test13.ok ma-test13.out
H A Dmsgattrib-1466 tmpfiles="$tmpfiles ma-test14.ok"
67 cat <<\EOF > ma-test14.ok
88 ${DIFF} ma-test14.ok ma-test14.out
H A Dmsgattrib-1654 tmpfiles="$tmpfiles ma-test16.ok"
55 cat <<\EOF > ma-test16.ok
82 ${DIFF} ma-test16.ok ma-test16.out
H A Dmsgattrib-1754 tmpfiles="$tmpfiles ma-test17.ok"
55 cat <<\EOF > ma-test17.ok
90 ${DIFF} ma-test17.ok ma-test17.out
H A Dmsgattrib-266 tmpfiles="$tmpfiles ma-test2.ok"
67 cat <<\EOF > ma-test2.ok
95 ${DIFF} ma-test2.ok ma-test2.out
H A Dmsgattrib-466 tmpfiles="$tmpfiles ma-test4.ok"
67 cat <<\EOF > ma-test4.ok
87 ${DIFF} ma-test4.ok ma-test4.out
H A Dmsgattrib-666 tmpfiles="$tmpfiles ma-test6.ok"
67 cat <<\EOF > ma-test6.ok
92 ${DIFF} ma-test6.ok ma-test6.out
H A Dmsgattrib-766 tmpfiles="$tmpfiles ma-test7.ok"
67 cat <<\EOF > ma-test7.ok
92 ${DIFF} ma-test7.ok ma-test7.out
H A Dmsgcat-151 tmpfiles="$tmpfiles mcat-test1.ok"
52 cat << EOF > mcat-test1.ok
70 ${DIFF} mcat-test1.ok mcat-test1.out
H A Dmsgcat-729 tmpfiles="$tmpfiles mcat-test7.ok"
30 cat << EOF > mcat-test7.ok
41 ${DIFF} mcat-test7.ok mcat-test7.out
H A Dmsgcomm-128 tmpfiles="$tmpfiles mcomm-test1.ok"
29 cat << EOF > mcomm-test1.ok
40 ${DIFF} mcomm-test1.ok mcomm-test1.out
H A Dmsgcomm-1051 tmpfiles="$tmpfiles mcomm-test10.ok"
52 cat << EOF > mcomm-test10.ok
58 ${DIFF} mcomm-test10.ok mcomm-test10.out
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/tests/agrep/
H A DMakefile.am14 cp -p $(srcdir)/*.args $(srcdir)/*.ok $(srcdir)/*.input $(distdir)

Completed in 132 milliseconds

1234567891011>>