Searched defs:and (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/validation/optim/ |
H A D | bool-same-args.c | 2 static int and(int a) { return a && a; } in and() function
|
H A D | cse-commutativity.c | 3 static int and(int a, int b) { return (a & b) == (b & a); } in and() function
|
H A D | binops-same-args.c | 28 u32 and(u32 a) { return a & a; } in and() function
|
/illumos-gate/usr/src/tools/smatch/src/validation/ |
H A D | logical.c | 10 static int and(void) in and() function
|
/illumos-gate/usr/src/head/ |
H A D | iso646.h | 41 #define and && macro
|
/illumos-gate/usr/src/tools/smatch/src/validation/backend/ |
H A D | bitwise-ops.c | 21 static int and(int x, int y) in and() function
|
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | ipfcomp.c | 67 char *and; local 156 char *and; local
|
/illumos-gate/usr/src/uts/common/inet/ipf/ |
H A D | ip_htable.c | 561 u_32_t hmsk[4], msk[4], ips[4], *and; local
|
H A D | fil.c | 6118 i6addr_t *src, *dst, *and, *dmask; local
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ldap.c | 429 static asndefT and = {"And", SET, -1, 1, { variable
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | simplify.c | 650 struct instruction *and = ora->def; in simplify_mask_or_and() local
|