HomeSort by: relevance | last modified time | path
    Searched refs:boolval (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/usr.sbin/npf/npfctl/
npfctl.c 451 int fd, boolval, ret = 0; local
466 boolval = true;
467 ret = ioctl(fd, IOC_NPF_SWITCH, &boolval);
471 boolval = false;
472 ret = ioctl(fd, IOC_NPF_SWITCH, &boolval);
  /src/sys/dev/ofw/
ofw_subr.c 206 bool boolval = true; local
222 if (of_is_bool_prop(node, args->prop, &boolval)) {
283 *(bool *)args->buf = boolval;
  /src/external/gpl3/gdb/dist/gdb/python/
py-param.c 100 bool boolval; member in union:parmpy_variable
149 return setting (type, &s->value.boolval);
262 self->value.boolval = cmp;
633 &self->value.boolval, set_doc,
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-param.c 100 bool boolval; member in union:parmpy_variable
149 return setting (type, &s->value.boolval);
262 self->value.boolval = cmp;
633 &self->value.boolval, set_doc,
  /src/external/bsd/ntp/dist/scripts/monitoring/
ntploopwatch 236 sub boolval
300 ($showoffs = boolval($v),1) && next;
302 ($showfreq = boolval($v),1) && next;
304 ($showcmpl = boolval($v),1) && next;
306 ($showoreg = boolval($v),1) && next;
308 ($showfreg = boolval($v),1) && next;
  /src/external/bsd/openldap/dist/libraries/liblber/
encode.c 333 ber_int_t boolval,
341 data[sizeof(data) - 1] = boolval ? 0xff : 0;
decode.c 682 ber_int_t *boolval )
684 return ber_get_int( ber, boolval );
  /src/external/gpl3/gcc.old/dist/gcc/config/or1k/
or1k.cc 1775 rtx boolval, retval, mem, oldval, newval; local
1780 boolval = operands[0];
1811 emit_insn (gen_sne_sr_f (boolval));
1817 rtx boolval, orig_retval, retval, scratch, mem, oldval, newval; local
1822 boolval = operands[0];
1878 emit_insn (gen_sne_sr_f (boolval));
  /src/external/gpl3/gcc/dist/gcc/config/or1k/
or1k.cc 1778 rtx boolval, retval, mem, oldval, newval; local
1783 boolval = operands[0];
1814 emit_insn (gen_sne_sr_f (boolval));
1820 rtx boolval, orig_retval, retval, scratch, mem, oldval, newval; local
1825 boolval = operands[0];
1881 emit_insn (gen_sne_sr_f (boolval));
  /src/external/bsd/openldap/dist/include/
lber.h 332 ber_int_t *boolval ));
415 ber_int_t boolval,
  /src/sys/arch/sparc/sparc/
promlib.c 323 bool boolval = true; local
348 if (obp_is_bool_prop(args->prop, propval, propsize, &boolval)) {
394 *(bool *)args->buf = boolval;
  /src/external/gpl3/gdb/dist/gdb/guile/
scm-param.c 34 bool boolval; member in union:pascm_variable
171 return setting (type, &s->value.boolval);
439 &self->value.boolval, set_doc,
  /src/external/gpl3/gdb.old/dist/gdb/guile/
scm-param.c 34 bool boolval; member in union:pascm_variable
171 return setting (type, &s->value.boolval);
439 &self->value.boolval, set_doc,
  /src/external/gpl3/gcc.old/dist/gcc/jit/
libgccjit.cc 2890 /* Internal helper function for determining if rvalue BOOLVAL is of
2894 is_bool (gcc_jit_rvalue *boolval)
2896 gcc::jit::recording::type *actual_type = boolval->get_type ();
2898 boolval->m_ctxt->get_type (GCC_JIT_TYPE_BOOL);
2911 gcc_jit_rvalue *boolval,
2919 RETURN_IF_FAIL (boolval, ctxt, loc, "NULL boolval");
2921 is_bool (boolval), ctxt, loc,
2923 boolval->get_debug_string (),
2924 boolval->get_type ()->get_debug_string ())
    [all...]
jit-playback.h 586 rvalue *boolval,
libgccjit.h 1441 if (boolval)
1446 block, boolval, on_true, and on_false must be non-NULL. */
1450 gcc_jit_rvalue *boolval,
jit-playback.cc 2023 rvalue *boolval,
2027 gcc_assert (boolval);
2045 build3 (COND_EXPR, void_type_node, boolval->as_tree (),
jit-recording.h 1366 rvalue *boolval,
2162 rvalue *boolval,
2166 m_boolval (boolval),
libgccjit++.h 454 void end_with_conditional (rvalue boolval,
1567 block::end_with_conditional (rvalue boolval,
1574 boolval.get_inner_rvalue (),
  /src/external/gpl3/gcc/dist/gcc/jit/
libgccjit.cc 2923 /* Internal helper function for determining if rvalue BOOLVAL is of
2927 is_bool (gcc_jit_rvalue *boolval)
2929 gcc::jit::recording::type *actual_type = boolval->get_type ();
2931 boolval->m_ctxt->get_type (GCC_JIT_TYPE_BOOL);
2944 gcc_jit_rvalue *boolval,
2952 RETURN_IF_FAIL (boolval, ctxt, loc, "NULL boolval");
2954 is_bool (boolval), ctxt, loc,
2956 boolval->get_debug_string (),
2957 boolval->get_type ()->get_debug_string ())
    [all...]
jit-playback.h 622 rvalue *boolval,
libgccjit.h 1462 if (boolval)
1467 block, boolval, on_true, and on_false must be non-NULL. */
1471 gcc_jit_rvalue *boolval,
jit-playback.cc 2195 rvalue *boolval,
2199 gcc_assert (boolval);
2217 build3 (COND_EXPR, void_type_node, boolval->as_tree (),
jit-recording.h 1442 rvalue *boolval,
2281 rvalue *boolval,
2285 m_boolval (boolval),
libgccjit++.h 455 void end_with_conditional (rvalue boolval,
1574 block::end_with_conditional (rvalue boolval,
1581 boolval.get_inner_rvalue (),

Completed in 136 milliseconds

1 2