| /tools/tests/x86_emulator/ |
| A D | simd-fma.c | 22 #ifndef eq 23 # define eq(x, y) to_bool((x) == (y)) macro 167 if ( !eq(x, z) ) return __LINE__; in fma_test() 175 if ( !eq(y, z) ) return __LINE__; in fma_test() 187 if ( !eq(x, z) ) return __LINE__; in fma_test() 197 if ( !eq(y, z) ) return __LINE__; in fma_test() 212 if ( !eq(x, z) ) return __LINE__; in fma_test() 216 if ( !eq(y, z) ) return __LINE__; in fma_test() 222 if ( !eq(x, z) ) return __LINE__; in fma_test() 226 if ( !eq(y, z) ) return __LINE__; in fma_test() [all …]
|
| A D | simd-clmul.c | 8 # define eq(x, y) (B(pcmpeqq, _mask, (vdi_t)(x), (vdi_t)(y), -1) == ALL_TRUE) macro 18 # define eq(x, y) to_bool((x) == (y)) macro 86 if ( !eq(y, x) ) return __LINE__; in clmul_test() 100 if ( !eq(y, src) ) return __LINE__; in clmul_test() 115 if ( !eq(y, z) ) return __LINE__; in clmul_test() 129 if ( !eq(l, y) ) return __LINE__; in clmul_test() 130 if ( !eq(h, z) ) return __LINE__; in clmul_test()
|
| A D | simd-aes.c | 41 # define eq(x, y) (B(pcmpeqb, _mask, (vqi_t)(x), (vqi_t)(y), -1) == ALL_TRUE) macro 51 # define eq(x, y) to_bool((x) == (y)) macro 74 if ( !eq(x, y) ) return __LINE__; in aes_test() 83 if ( !eq(x, src) ) return __LINE__; in aes_test() 94 if ( !eq(x, y) ) return __LINE__; in aes_test()
|
| A D | simd.c | 8 # define eq(x, y) ({ \ macro 16 # define eq(x, y) ({ \ macro 24 # define eq(x, y) ({ \ macro 97 #ifndef eq 98 # define eq(x, y) to_bool((x) == (y)) macro 1348 if ( !eq(x, z) ) return __LINE__; in simd_test() 1380 if ( !eq(x, y) ) return __LINE__; in simd_test() 1444 if ( !eq(y, z) ) return __LINE__; in simd_test() 1457 if ( !eq(x, y) ) return __LINE__; in simd_test() 1480 if ( !eq(x, y) ) return __LINE__; in simd_test() [all …]
|
| A D | simd-gf.c | 16 # define eq(x, y) (B(pcmpeqb, _mask, (vqi_t)(x), (vqi_t)(y), -1) == ALL_TRUE) macro 37 # define eq(x, y) to_bool((x) == (y)) macro 67 if ( !eq(mul(src, inv), one) ) return __LINE__; in gf_test() 71 if ( !eq(mul(inv, src), one) ) return __LINE__; in gf_test()
|
| A D | simd-sha.c | 10 # define eq(x, y) (B(pcmpeqd, _mask, x, y, -1) == ALL_TRUE) macro 36 # define eq(x, y) to_bool((x) == (y)) macro 154 if ( !eq(x, y) ) return __LINE__; in sha_test() 166 if ( !eq(x, y) ) return __LINE__; in sha_test() 174 if ( !eq(x, y) ) return __LINE__; in sha_test() 183 if ( !eq(x, src + tmp) ) return __LINE__; in sha_test() 280 if ( !eq(x, a) ) return __LINE__; in sha_test() 287 if ( !eq(x, y) ) return __LINE__; in sha_test() 295 if ( !eq(x, y) ) return __LINE__; in sha_test() 386 if ( !eq(x, y) ) return __LINE__; in sha_test()
|
| A D | simd-sg.c | 43 # define eq(x, y) (B(pcmpeqd, _mask, (vsi_t)(x), (vsi_t)(y), -1) == ALL_TRUE) macro 47 # define eq(x, y) (__builtin_ia32_pcmpeqq512_mask(widen(x), widen(y), ~0) == ALL_TRUE) macro 54 # define eq(x, y) (B(pcmpeqq, _mask, (vdi_t)(x), (vdi_t)(y), -1) == ALL_TRUE) macro 192 #ifndef eq 193 # define eq(x, y) to_bool((x) == (y)) macro 262 if ( !eq(y, x - 1) ) in sg_test()
|
| /tools/flask/policy/policy/ |
| A D | mls | 57 # role_mls_op : == | != | eq | dom | domby | incomp 70 (( h1 dom h2 ) and (( l1 eq l2 ) or (t1 == mls_priv))); 78 ((l1 eq l2) or (t1 == mls_priv));
|
| /tools/pygrub/src/ |
| A D | GrubConf.py | 22 eq = s.find('=') 23 if eq == -1: 32 if eq != -1 and eq < sp or (eq != -1 and sp == -1):
|
| /tools/flask/policy/modules/ |
| A D | vm_role.cons | 21 # role_op : == | != | eq | dom | domby | incomp
|
| /tools/xenstored/ |
| A D | core.c | 2604 const char *eq = strchr(arg, '='); in set_timeout() local 2607 if (!eq) in set_timeout() 2609 val = get_optval_uint(eq + 1); in set_timeout() 2618 const char *eq = strchr(arg, '='); in set_quota() local 2623 if (!eq) in set_quota() 2625 val = get_optval_uint(eq + 1); in set_quota()
|