Home
last modified time | relevance | path

Searched refs:ok (Results 51 – 75 of 420) sorted by relevance

12345678910>>...17

/dragonfly/contrib/gcc-4.7/libstdc++-v3/config/locale/generic/
H A Dcodecvt_members.cc50 result __ret = ok; in do_out()
100 if (__ret == ok && __from < __from_end) in do_out()
115 result __ret = ok; in do_in()
152 if (__ret == ok && __from < __from_end) in do_in()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dtypeck2.c887 return ok; in check_narrowing()
919 ok = false; in check_narrowing()
934 ok = false; in check_narrowing()
960 if (!ok) in check_narrowing()
969 ok = true; in check_narrowing()
999 return ok; in check_narrowing()
2205 bool ok; in add_exception_specifier() local
2222 ok = true; in add_exception_specifier()
2226 ok = true; in add_exception_specifier()
2228 ok = true; in add_exception_specifier()
[all …]
/dragonfly/tools/regression/bin/sh/expansion/
H A Difs4.05 ok=''
9 ok=x$ok
H A Dplus-minus5.06 ok=''
17 ok=x$ok
H A Dcmdsubst6.05 ok=''
14 ok=x$ok
H A Dplus-minus4.011 ok=''
22 ok=x$ok
H A Dtrim3.06 ok=''
17 ok=x$ok
/dragonfly/crypto/libressl/crypto/dsa/
H A Ddsa_key.c85 int ok = 0; in dsa_builtin_keygen() local
110 ok = 1; in dsa_builtin_keygen()
118 return ok; in dsa_builtin_keygen()
H A Ddsa_gen.c103 int ok = 0; in dsa_builtin_paramgen() local
331 ok = 1; in dsa_builtin_paramgen()
333 if (ok) { in dsa_builtin_paramgen()
341 ok = 0; in dsa_builtin_paramgen()
356 return ok; in dsa_builtin_paramgen()
/dragonfly/sbin/cryptdisks/
H A Dsafe_mem.c156 int ok; in check_and_purge_safe_mem() local
168 ok = 1; in check_and_purge_safe_mem()
170 ok = 0; in check_and_purge_safe_mem()
174 ok? "ok" : "failed"); in check_and_purge_safe_mem()
/dragonfly/sys/dev/misc/tbridge/
H A Dsafe_mem.c164 int ok; in check_and_purge_safe_mem() local
176 ok = 1; in check_and_purge_safe_mem()
178 ok = 0; in check_and_purge_safe_mem()
182 ok? "ok" : "failed"); in check_and_purge_safe_mem()
/dragonfly/crypto/libressl/crypto/ec/
H A Dec_asn1.c794 ok = 1; in ec_asn1_group2fieldid()
886 ok = 1; in ec_asn1_group2curve()
978 ok = 1; in ec_asn1_group2parameters()
981 if (!ok) { in ec_asn1_group2parameters()
1018 ok = 0; in ec_asn1_group2pkparameters()
1021 ok = 0; in ec_asn1_group2pkparameters()
1027 ok = 0; in ec_asn1_group2pkparameters()
1030 if (!ok) { in ec_asn1_group2pkparameters()
1235 ok = 1; in ec_asn1_parameters2group()
1238 if (!ok) { in ec_asn1_parameters2group()
[all …]
/dragonfly/contrib/mpc/src/
H A Dlog.c26 int ok, underflow = 0; in mpc_log() local
123 ok = 0; in mpc_log()
124 for (loops = 1; !ok && loops <= 2; loops++) { in mpc_log()
144 ok = mpfr_can_round (w, prec - err, GMP_RNDN, GMP_RNDZ, in mpc_log()
148 if (!ok) { in mpc_log()
H A Dsqr.c165 int ok; in mpc_sqr() local
279 ok = 1; in mpc_sqr()
289 ok = 1; in mpc_sqr()
292 ok = (!inexact) | mpfr_can_round (u, prec - 3, in mpc_sqr()
295 if (ok) { in mpc_sqr()
304 while (!ok); in mpc_sqr()
/dragonfly/contrib/mpfr/src/
H A Dyn.c221 int ok, inex2; in mpfr_yn() local
258 ok = (inex == inex2) && mpfr_equal_p (l, h); in mpfr_yn()
259 if (ok) in mpfr_yn()
265 if (ok) in mpfr_yn()
276 int ok; in mpfr_yn() local
303 ok = MPFR_CAN_ROUND (y, prec - err1, MPFR_PREC(res), r); in mpfr_yn()
304 if (ok) in mpfr_yn()
307 if (ok) in mpfr_yn()
/dragonfly/contrib/cvs-1.12/lib/
H A Dmktime.c236 time_t ok = 0; in ranged_convert() local
241 while (bad != ok + (bad < 0 ? -1 : 1)) in ranged_convert()
244 ? bad + ((ok - bad) >> 1) in ranged_convert()
245 : ok + ((bad - ok) >> 1)); in ranged_convert()
248 ok = mid; in ranged_convert()
253 if (!r && ok) in ranged_convert()
257 *t = ok; in ranged_convert()
/dragonfly/lib/libtcplay/
H A Dsafe_mem.c172 int ok; in check_and_purge_safe_mem() local
184 ok = 1; in check_and_purge_safe_mem()
186 ok = 0; in check_and_purge_safe_mem()
190 ok? "ok" : "failed"); in check_and_purge_safe_mem()
/dragonfly/crypto/libressl/crypto/evp/
H A Dbio_enc.c85 int ok; /* bad decrypt */ member
124 ctx->ok = 1; in enc_new()
195 ctx->ok = i; in enc_read()
299 ctx->ok = 1; in enc_ctrl()
336 ctx->ok = (int)ret; in enc_ctrl()
348 ret = (long)ctx->ok; in enc_ctrl()
/dragonfly/sys/dev/misc/ipmi/
H A Dipmi_ssif.c318 int i, ok; in ssif_loop() local
323 ok = 0; in ssif_loop()
325 ok = ssif_polled_request(sc, req); in ssif_loop()
326 if (ok) in ssif_loop()
336 if (ok) in ssif_loop()
/dragonfly/crypto/libressl/crypto/asn1/
H A Da_bitstr.c170 int i, ok; in ASN1_BIT_STRING_check() local
177 ok = 1; in ASN1_BIT_STRING_check()
178 for (i = 0; i < a->length && ok; ++i) { in ASN1_BIT_STRING_check()
181 ok = (a->data[i] & mask) == 0; in ASN1_BIT_STRING_check()
183 return ok; in ASN1_BIT_STRING_check()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dloop-unroll.c492 bool ok; in unroll_loop_constant_iterations() local
534 gcc_assert (ok); in unroll_loop_constant_iterations()
583 gcc_assert (ok); in unroll_loop_constant_iterations()
620 gcc_assert (ok); in unroll_loop_constant_iterations()
899 bool ok; in unroll_loop_runtime_iterations() local
991 gcc_assert (ok); in unroll_loop_runtime_iterations()
1081 gcc_assert (ok); in unroll_loop_runtime_iterations()
1257 bool ok; in unroll_loop_stupid() local
1274 gcc_assert (ok); in unroll_loop_stupid()
1524 bool ok; in analyze_iv_to_split_insn() local
[all …]
/dragonfly/crypto/libressl/crypto/cms/
H A Dcms_enc.c81 int ok = 0; in cms_EncryptedContent_init_bio() local
193 ok = 1; in cms_EncryptedContent_init_bio()
196 if (!keep_key || !ok) { in cms_EncryptedContent_init_bio()
201 if (ok) in cms_EncryptedContent_init_bio()
/dragonfly/tools/regression/bin/sh/builtins/
H A Dcase6.015 ok=0
17 *) ok=1 ;;
19 if [ $ok = 0 ]; then
H A Dcase5.015 ok=0
17 *) ok=1 ;;
19 if [ $ok = 0 ]; then
/dragonfly/contrib/binutils-2.27/binutils/
H A Dbucomm.c312 bfd_boolean ok = TRUE; in display_info_table() local
319 ok = FALSE; in display_info_table()
322 if (ok) in display_info_table()
331 ok = FALSE; in display_info_table()
335 if (ok) in display_info_table()
338 ok = FALSE; in display_info_table()
341 if (ok) in display_info_table()

12345678910>>...17