| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| H A D | tasn_prn.c | 369 static int asn1_print_boolean(BIO *out, int boolval) in asn1_print_boolean() argument 372 switch (boolval) { in asn1_print_boolean() 490 int boolval = *(int *)fld; in asn1_primitive_print() local 491 if (boolval == -1) in asn1_primitive_print() 492 boolval = it->size; in asn1_primitive_print() 493 ret = asn1_print_boolean(out, boolval); in asn1_primitive_print()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| H A D | tasn_prn.c | 369 static int asn1_print_boolean(BIO *out, int boolval) in asn1_print_boolean() argument 372 switch (boolval) { in asn1_print_boolean() 490 int boolval = *(int *)fld; in asn1_primitive_print() local 491 if (boolval == -1) in asn1_primitive_print() 492 boolval = it->size; in asn1_primitive_print() 493 ret = asn1_print_boolean(out, boolval); in asn1_primitive_print()
|
| /netbsd-src/usr.sbin/npf/npfctl/ |
| H A D | npfctl.c | 449 int fd, boolval, ret = 0; in npfctl() local 464 boolval = true; in npfctl() 465 ret = ioctl(fd, IOC_NPF_SWITCH, &boolval); in npfctl() 469 boolval = false; in npfctl() 470 ret = ioctl(fd, IOC_NPF_SWITCH, &boolval); in npfctl()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
| H A D | libgccjit.c | 2034 is_bool (gcc_jit_rvalue *boolval) in is_bool() argument 2036 gcc::jit::recording::type *actual_type = boolval->get_type (); in is_bool() 2038 boolval->m_ctxt->get_type (GCC_JIT_TYPE_BOOL); in is_bool() 2051 gcc_jit_rvalue *boolval, in gcc_jit_block_end_with_conditional() argument 2059 RETURN_IF_FAIL (boolval, ctxt, loc, "NULL boolval"); in gcc_jit_block_end_with_conditional() 2061 is_bool (boolval), ctxt, loc, in gcc_jit_block_end_with_conditional() 2063 boolval->get_debug_string (), in gcc_jit_block_end_with_conditional() 2064 boolval->get_type ()->get_debug_string ()); in gcc_jit_block_end_with_conditional() 2088 …gcc::jit::recording::statement *stmt = block->end_with_conditional (loc, boolval, on_true, on_fals… in gcc_jit_block_end_with_conditional() 2095 boolval->verify_valid_within_stmt (__func__, stmt); in gcc_jit_block_end_with_conditional()
|
| H A D | libgccjit.h | 1131 gcc_jit_rvalue *boolval,
|
| H A D | libgccjit++.h | 436 void end_with_conditional (rvalue boolval, 1498 block::end_with_conditional (rvalue boolval, in end_with_conditional() argument 1505 boolval.get_inner_rvalue (), in end_with_conditional()
|
| H A D | jit-playback.h | 527 rvalue *boolval,
|
| H A D | jit-recording.h | 1263 rvalue *boolval, 1956 rvalue *boolval, in conditional() argument 1960 m_boolval (boolval), in conditional()
|
| H A D | jit-playback.c | 1641 rvalue *boolval, in add_conditional() argument 1645 gcc_assert (boolval); in add_conditional() 1663 build3 (COND_EXPR, void_type_node, boolval->as_tree (), in add_conditional()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/topics/ |
| H A D | functions.rst | 186 gccjit::block::end_with_conditional (gccjit::rvalue boolval,\ 198 if (boolval) 203 block, boolval, on_true, and on_false must be non-NULL.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/ |
| H A D | functions.rst | 186 gccjit::block::end_with_conditional (gccjit::rvalue boolval,\ 198 if (boolval) 203 block, boolval, on_true, and on_false must be non-NULL.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/or1k/ |
| H A D | or1k.cc | 1775 rtx boolval, retval, mem, oldval, newval; in or1k_expand_atomic_compare_and_swap() local 1780 boolval = operands[0]; in or1k_expand_atomic_compare_and_swap() 1811 emit_insn (gen_sne_sr_f (boolval)); in or1k_expand_atomic_compare_and_swap() 1817 rtx boolval, orig_retval, retval, scratch, mem, oldval, newval; in or1k_expand_atomic_compare_and_swap_qihi() local 1822 boolval = operands[0]; in or1k_expand_atomic_compare_and_swap_qihi() 1878 emit_insn (gen_sne_sr_f (boolval)); in or1k_expand_atomic_compare_and_swap_qihi()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/ |
| H A D | functions.rst | 290 gcc_jit_rvalue *boolval,\ 301 if (boolval) 306 block, boolval, on_true, and on_false must be non-NULL.
|
| /netbsd-src/external/bsd/openldap/dist/libraries/liblber/ |
| H A D | encode.c | 333 ber_int_t boolval, in ber_put_boolean() argument 341 data[sizeof(data) - 1] = boolval ? 0xff : 0; in ber_put_boolean()
|
| H A D | decode.c | 682 ber_int_t *boolval ) in ber_get_boolean() argument 684 return ber_get_int( ber, boolval ); in ber_get_boolean()
|
| /netbsd-src/external/bsd/openldap/dist/include/ |
| H A D | lber.h | 332 ber_int_t *boolval )); 415 ber_int_t boolval,
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
| H A D | libgccjit.cc | 2894 is_bool (gcc_jit_rvalue *boolval) in is_bool() argument 2896 gcc::jit::recording::type *actual_type = boolval->get_type (); in is_bool() 2898 boolval->m_ctxt->get_type (GCC_JIT_TYPE_BOOL); in is_bool() 2911 gcc_jit_rvalue *boolval, in gcc_jit_block_end_with_conditional() argument 2919 RETURN_IF_FAIL (boolval, ctxt, loc, "NULL boolval"); in gcc_jit_block_end_with_conditional() 2921 is_bool (boolval), ctxt, loc, in gcc_jit_block_end_with_conditional() 2923 boolval->get_debug_string (), in gcc_jit_block_end_with_conditional() 2924 boolval->get_type ()->get_debug_string ()); in gcc_jit_block_end_with_conditional() 2948 …gcc::jit::recording::statement *stmt = block->end_with_conditional (loc, boolval, on_true, on_fals… in gcc_jit_block_end_with_conditional() 2955 boolval->verify_valid_within_stmt (__func__, stmt); in gcc_jit_block_end_with_conditional()
|
| H A D | libgccjit.h | 1450 gcc_jit_rvalue *boolval,
|
| H A D | jit-playback.h | 586 rvalue *boolval,
|
| H A D | libgccjit++.h | 454 void end_with_conditional (rvalue boolval, 1567 block::end_with_conditional (rvalue boolval, in end_with_conditional() argument 1574 boolval.get_inner_rvalue (), in end_with_conditional()
|
| H A D | jit-recording.h | 1366 rvalue *boolval, 2162 rvalue *boolval, in conditional() argument 2166 m_boolval (boolval), in conditional()
|
| H A D | jit-playback.cc | 2023 rvalue *boolval, in add_conditional() argument 2027 gcc_assert (boolval); in add_conditional() 2045 build3 (COND_EXPR, void_type_node, boolval->as_tree (), in add_conditional()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/ |
| H A D | functions.rst | 335 gcc_jit_rvalue *boolval,\ 346 if (boolval) 351 block, boolval, on_true, and on_false must be non-NULL.
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/ |
| H A D | packet-print.c | 233 print_boolean(int indent, const char *name, uint8_t boolval) in print_boolean() argument 236 printf("%s\n", (boolval) ? "Yes" : "No"); in print_boolean()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
| H A D | spu.md | 5164 rtx boolval, retval, label; 5169 boolval = gen_reg_rtx (SImode); 5174 emit_move_insn (boolval, const0_rtx); 5180 emit_move_insn (boolval, const1_rtx); 5184 emit_move_insn (operands[0], boolval);
|