/kernel/linux/linux-5.10/arch/parisc/math-emu/ |
H A D | denormal.c | 44 sgl_denormalize(unsigned int *sgl_opnd, boolean *inexactflag, int rmode) in sgl_denormalize() 48 boolean guardbit = FALSE, stickybit, inexact; in sgl_denormalize() 84 boolean *inexactflag, in dbl_denormalize() 89 boolean guardbit = FALSE, stickybit, inexact; in dbl_denormalize()
|
H A D | fcnvff.c | 136 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; in dbl_to_sgl_fcnvff() 137 register boolean lsb_odd = FALSE; in dbl_to_sgl_fcnvff() 138 boolean is_tiny = FALSE; in dbl_to_sgl_fcnvff()
|
H A D | fcnvfx.c | 53 register boolean inexact = FALSE; in sgl_to_sgl_fcnvfx() 150 register boolean inexact = FALSE; in sgl_to_dbl_fcnvfx() 271 register boolean inexact = FALSE; in dbl_to_sgl_fcnvfx() 382 register boolean inexact = FALSE; in dbl_to_dbl_fcnvfx()
|
H A D | fcnvfu.c | 54 register boolean inexact = FALSE; in sgl_to_sgl_fcnvfu() 175 register boolean inexact = FALSE; in sgl_to_dbl_fcnvfu() 293 register boolean inexact = FALSE; in dbl_to_sgl_fcnvfu() 416 register boolean inexact = FALSE; in dbl_to_dbl_fcnvfu()
|
H A D | frnd.c | 42 register boolean inexact = FALSE; in sgl_frnd() 147 register boolean inexact = FALSE; in dbl_frnd()
|
H A D | sfadd.c | 48 register boolean inexact = FALSE; in sgl_fadd() 49 register boolean underflowtrap; in sgl_fadd()
|
H A D | sfdiv.c | 42 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; in sgl_fdiv() 43 boolean is_tiny; in sgl_fdiv()
|
H A D | sfmpy.c | 45 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; in sgl_fmpy() 46 boolean is_tiny; in sgl_fmpy()
|
H A D | dfmpy.c | 46 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; in dbl_fmpy() 47 boolean is_tiny; in dbl_fmpy()
|
H A D | sfsqrt.c | 47 register boolean guardbit = FALSE, even_exponent; in sgl_fsqrt()
|
/kernel/linux/linux-6.6/arch/parisc/math-emu/ |
H A D | denormal.c | 44 sgl_denormalize(unsigned int *sgl_opnd, boolean *inexactflag, int rmode) in sgl_denormalize() 48 boolean guardbit = FALSE, stickybit, inexact; in sgl_denormalize() 84 boolean *inexactflag, in dbl_denormalize() 89 boolean guardbit = FALSE, stickybit, inexact; in dbl_denormalize()
|
H A D | fcnvff.c | 136 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; in dbl_to_sgl_fcnvff() 137 register boolean lsb_odd = FALSE; in dbl_to_sgl_fcnvff() 138 boolean is_tiny = FALSE; in dbl_to_sgl_fcnvff()
|
H A D | fcnvfx.c | 53 register boolean inexact = FALSE; in sgl_to_sgl_fcnvfx() 150 register boolean inexact = FALSE; in sgl_to_dbl_fcnvfx() 271 register boolean inexact = FALSE; in dbl_to_sgl_fcnvfx() 382 register boolean inexact = FALSE; in dbl_to_dbl_fcnvfx()
|
H A D | fcnvfu.c | 54 register boolean inexact = FALSE; in sgl_to_sgl_fcnvfu() 175 register boolean inexact = FALSE; in sgl_to_dbl_fcnvfu() 293 register boolean inexact = FALSE; in dbl_to_sgl_fcnvfu() 416 register boolean inexact = FALSE; in dbl_to_dbl_fcnvfu()
|
H A D | frnd.c | 42 register boolean inexact = FALSE; in sgl_frnd() 147 register boolean inexact = FALSE; in dbl_frnd()
|
H A D | dfmpy.c | 46 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; in dbl_fmpy() 47 boolean is_tiny; in dbl_fmpy()
|
H A D | sfadd.c | 48 register boolean inexact = FALSE; in sgl_fadd() 49 register boolean underflowtrap; in sgl_fadd()
|
H A D | sfdiv.c | 42 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; in sgl_fdiv() 43 boolean is_tiny; in sgl_fdiv()
|
H A D | sfmpy.c | 45 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE; in sgl_fmpy() 46 boolean is_tiny; in sgl_fmpy()
|
H A D | sfsqrt.c | 47 register boolean guardbit = FALSE, even_exponent; in sgl_fsqrt()
|
/kernel/linux/linux-5.10/security/apparmor/include/ |
H A D | apparmorfs.h | 32 bool boolean; member 44 .v_type = AA_SFS_TYPE_BOOLEAN, .v.boolean = (_value), \
|
/kernel/linux/linux-6.6/security/apparmor/include/ |
H A D | apparmorfs.h | 32 bool boolean; member 44 .v_type = AA_SFS_TYPE_BOOLEAN, .v.boolean = (_value), \
|
/kernel/linux/linux-6.6/security/selinux/ss/ |
H A D | conditional.h | 32 u32 boolean; member
|
H A D | conditional.c | 41 s[sp] = p->bool_val_to_struct[node->boolean - 1]->state; in cond_evaluate_expr() 369 if (expr->boolean > p->p_bools.nprim) { in expr_node_isvalid() 404 expr->boolean = le32_to_cpu(buf[1]); in cond_read_node() 521 buf[1] = cpu_to_le32(node->expr.nodes[i].boolean); in cond_write_node()
|
/kernel/linux/linux-5.10/tools/lib/traceevent/ |
H A D | parse-filter.c | 377 arg->boolean.value = TEP_FILTER_FALSE; in create_arg_item() 511 op->boolean.value = TEP_FILTER_FALSE; in add_right() 812 return FILTER_VAL_FALSE + arg->boolean.value; in test_arg() 919 arg->boolean.value = ret == FILTER_VAL_TRUE; in collapse_tree() 1196 (*parg)->boolean.value = TEP_FILTER_FALSE; in process_event() 1222 arg->boolean.value = TEP_FILTER_TRUE; in filter_event() 1480 arg->boolean.value = 1; in copy_filter_type() 1482 arg->boolean.value = 0; in copy_filter_type() 1815 return arg->boolean.value; in test_filter() 1924 /* Try to consolidate boolean value in op_to_str() [all...] |