Searched refs:boolean (Results 1 - 25 of 37) sorted by relevance

12

/linux-master/arch/parisc/math-emu/
H A Ddenormal.c44 sgl_denormalize(unsigned int *sgl_opnd, boolean *inexactflag, int rmode)
48 boolean guardbit = FALSE, stickybit, inexact;
84 boolean *inexactflag,
89 boolean guardbit = FALSE, stickybit, inexact;
H A Dfcnvff.c136 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE;
137 register boolean lsb_odd = FALSE;
138 boolean is_tiny = FALSE;
H A Dfcnvfu.c54 register boolean inexact = FALSE;
175 register boolean inexact = FALSE;
293 register boolean inexact = FALSE;
416 register boolean inexact = FALSE;
H A Dfrnd.c42 register boolean inexact = FALSE;
147 register boolean inexact = FALSE;
H A Dfcnvfx.c53 register boolean inexact = FALSE;
150 register boolean inexact = FALSE;
271 register boolean inexact = FALSE;
382 register boolean inexact = FALSE;
H A Dsfsqrt.c47 register boolean guardbit = FALSE, even_exponent;
H A Dsfrem.c43 register boolean roundup = FALSE;
H A Ddfsqrt.c47 register boolean guardbit = FALSE, even_exponent;
H A Ddfdiv.c43 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE;
44 boolean is_tiny;
H A Ddfmpy.c46 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE;
47 boolean is_tiny;
H A Dsfdiv.c42 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE;
43 boolean is_tiny;
H A Dsfmpy.c45 register boolean inexact = FALSE, guardbit = FALSE, stickybit = FALSE;
46 boolean is_tiny;
H A Ddfadd.c47 register boolean inexact = FALSE;
48 register boolean underflowtrap;
H A Dsfadd.c48 register boolean inexact = FALSE;
49 register boolean underflowtrap;
H A Ddfrem.c44 register boolean roundup = FALSE;
H A Ddfsub.c48 register boolean inexact = FALSE, underflowtrap;
H A Dsfsub.c47 register boolean inexact = FALSE, underflowtrap;
/linux-master/security/apparmor/include/
H A Dapparmorfs.h32 bool boolean; member in union:aa_sfs_entry::__anon77
44 .v_type = AA_SFS_TYPE_BOOLEAN, .v.boolean = (_value), \
/linux-master/security/selinux/ss/
H A Dconditional.h31 u32 boolean; member in struct:cond_expr_node
H A Dconditional.c40 s[sp] = p->bool_val_to_struct[node->boolean - 1]->state;
368 if (expr->boolean > p->p_bools.nprim) {
403 expr->boolean = le32_to_cpu(buf[1]);
520 buf[1] = cpu_to_le32(node->expr.nodes[i].boolean);
/linux-master/include/linux/
H A Dfs_parser.h56 bool boolean; /* For spec_bool */ member in union:fs_parse_result::__anon3181
/linux-master/net/ipv6/netfilter/
H A Dip6t_srh.c20 /* Test a struct->mt_invflags and a boolean for inequality */
21 #define NF_SRH_INVF(ptr, flag, boolean) \
22 ((boolean) ^ !!((ptr)->mt_invflags & (flag)))
/linux-master/include/linux/netfilter/
H A Dx_tables.h11 /* Test a struct->invflags and a boolean for inequality */
12 #define NF_INVF(ptr, flag, boolean) \
13 ((boolean) ^ !!((ptr)->invflags & (flag)))
/linux-master/fs/
H A Dfs_parser.c126 result->boolean = !result->negated;
208 result->boolean = b;
/linux-master/fs/gfs2/
H A Dops_fstype.c1482 if (result.boolean && args->ar_errors == GFS2_ERRORS_PANIC)
1484 args->ar_debug = result.boolean;
1490 args->ar_posix_acl = result.boolean;
1499 args->ar_suiddir = result.boolean;
1509 args->ar_discard = result.boolean;
1537 args->ar_nobarrier = result.boolean;
1540 args->ar_rgrplvb = result.boolean;
1544 args->ar_loccookie = result.boolean;

Completed in 184 milliseconds

12