| /f-stack/dpdk/app/test/ |
| H A D | test_trace_perf.c | 30 #define CENT_OPS(OP) do { \ argument 31 OP; OP; OP; OP; OP; OP; OP; OP; OP; OP; \ 32 OP; OP; OP; OP; OP; OP; OP; OP; OP; OP; \ 33 OP; OP; OP; OP; OP; OP; OP; OP; OP; OP; \ 34 OP; OP; OP; OP; OP; OP; OP; OP; OP; OP; \ 35 OP; OP; OP; OP; OP; OP; OP; OP; OP; OP; \ 36 OP; OP; OP; OP; OP; OP; OP; OP; OP; OP; \ 37 OP; OP; OP; OP; OP; OP; OP; OP; OP; OP; \ 38 OP; OP; OP; OP; OP; OP; OP; OP; OP; OP; \ 39 OP; OP; OP; OP; OP; OP; OP; OP; OP; OP; \ [all …]
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | mutex_prof.h | 10 OP(ctl) \ 11 OP(prof) 16 #undef OP 21 OP(large) \ 22 OP(extent_avail) \ 26 OP(decay_dirty) \ 27 OP(decay_muzzy) \ 28 OP(base) \ 29 OP(tcache_list) 34 #undef OP [all …]
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | debug.h | 76 #define VERIFY3B(LEFT, OP, RIGHT) do { \ argument 79 if (!(_verify3_left OP _verify3_right)) \ 82 "failed (%d " #OP " %d)\n", \ 87 #define VERIFY3S(LEFT, OP, RIGHT) do { \ argument 90 if (!(_verify3_left OP _verify3_right)) \ 93 "failed (%lld " #OP " %lld)\n", \ 98 #define VERIFY3U(LEFT, OP, RIGHT) do { \ argument 101 if (!(_verify3_left OP _verify3_right)) \ 104 "failed (%llu " #OP " %llu)\n", \ 109 #define VERIFY3P(LEFT, OP, RIGHT) do { \ argument [all …]
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | debug.h | 70 #define VERIFY3B(LEFT, OP, RIGHT) do { \ argument 73 if (!(_verify3_left OP _verify3_right)) \ 76 "failed (%d " #OP " %d)\n", \ 81 #define VERIFY3S(LEFT, OP, RIGHT) do { \ argument 84 if (!(_verify3_left OP _verify3_right)) \ 87 "failed (%lld " #OP " %lld)\n", \ 92 #define VERIFY3U(LEFT, OP, RIGHT) do { \ argument 95 if (!(_verify3_left OP _verify3_right)) \ 98 "failed (%llu " #OP " %llu)\n", \ 103 #define VERIFY3P(LEFT, OP, RIGHT) do { \ argument [all …]
|
| /f-stack/freebsd/contrib/openzfs/lib/libspl/include/ |
| H A D | assert.h | 61 #define VERIFY3B(LEFT, OP, RIGHT) \ argument 65 if (!(__left OP __right)) \ 67 "%s %s %s (0x%llx %s 0x%llx)", #LEFT, #OP, #RIGHT, \ 68 (u_longlong_t)__left, #OP, (u_longlong_t)__right); \ 71 #define VERIFY3S(LEFT, OP, RIGHT) \ argument 75 if (!(__left OP __right)) \ 77 "%s %s %s (0x%llx %s 0x%llx)", #LEFT, #OP, #RIGHT, \ 81 #define VERIFY3U(LEFT, OP, RIGHT) \ argument 85 if (!(__left OP __right)) \ 91 #define VERIFY3P(LEFT, OP, RIGHT) \ argument [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/firmware/ |
| H A D | linaro,optee-tz.txt | 1 OP-TEE Device Tree Bindings 3 OP-TEE is a piece of software using hardware features to provide a Trusted 10 * OP-TEE based on ARM TrustZone required properties: 14 - method : The method of calling the OP-TEE Trusted OS. Permitted
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/compression/ |
| H A D | compress_002_pos.ksh | 49 typeset OP=create 57 log_must file_write -o $OP -f $TESTDIR1/$TESTFILE0 -b $BLOCKSZ \ 63 log_must file_write -o $OP -f $TESTDIR1/$TESTFILE1 -b $BLOCKSZ \
|
| H A D | compress_001_pos.ksh | 44 typeset OP=create 52 log_must file_write -o $OP -f $TESTDIR/$TESTFILE0 -b $BLOCKSZ \ 58 log_must file_write -o $OP -f $TESTDIR/$TESTFILE1 -b $BLOCKSZ \
|
| /f-stack/freebsd/sys/ |
| H A D | kobj.h | 225 #define KOBJOPLOOKUP(OPS,OP) do { \ argument 226 kobjop_desc_t _desc = &OP##_##desc; \ 239 #define KOBJOPLOOKUP(OPS,OP) do { \ argument 240 kobjop_desc_t _desc = &OP##_##desc; \
|
| H A D | mount.h | 874 #define VFS_SYSCTL(MP, OP, REQ) ({ \ argument 877 _rc = (*(MP)->mnt_op->vfs_sysctl)(MP, OP, REQ); \
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/ |
| H A D | snapshot_002_pos.ksh | 79 typeset OP=create 88 log_must file_write -o $OP -f $TESTDIR/file$i \
|
| H A D | snapshot_006_pos.ksh | 78 typeset OP=create 86 log_must file_write -o $OP -f $TESTDIR1/file$i \
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | stats.c | 12 #define OP(mtx) #mtx, macro 14 #undef OP 18 #define OP(mtx) #mtx, macro 20 #undef OP 107 #define OP(counter, counter_type, human) \ in mutex_stats_init_cols() macro 116 #undef OP in mutex_stats_init_cols() 139 #undef OP in mutex_stats_read_global() 164 #undef OP in mutex_stats_read_arena() 186 #undef OP in mutex_stats_read_arena_bin() 207 #define OP(counter, type, human) \ in mutex_stats_emit() macro [all …]
|
| H A D | ctl.c | 218 #undef OP 223 #undef OP 463 #undef OP 468 #undef OP 515 #undef OP 520 #undef OP 779 #define OP(mtx) malloc_mutex_prof_merge( \ in ctl_arena_stats_sdmerge() macro 785 #undef OP in ctl_arena_stats_sdmerge() 2749 #define OP(mtx) \ in CTL_RO_NL_CGEN() macro 2753 #undef OP in CTL_RO_NL_CGEN() [all …]
|
| /f-stack/dpdk/doc/guides/cryptodevs/features/ |
| H A D | openssl.ini | 13 RSA PRIV OP KEY EXP = Y 14 RSA PRIV OP KEY QT = Y
|
| H A D | qat.ini | 18 RSA PRIV OP KEY EXP = Y 19 RSA PRIV OP KEY QT = Y
|
| H A D | default.ini | 26 RSA PRIV OP KEY EXP = 27 RSA PRIV OP KEY QT =
|
| H A D | octeontx.ini | 15 RSA PRIV OP KEY QT = Y
|
| H A D | octeontx2.ini | 16 RSA PRIV OP KEY QT = Y
|
| /f-stack/dpdk/doc/guides/cryptodevs/ |
| H A D | overview.rst | 40 - "RSA PRIV OP KEY EXP" feature flag means PMD support RSA private key 43 - "RSA PRIV OP KEY QT" feature flag means PMD support RSA private key
|
| /f-stack/freebsd/amd64/include/ |
| H A D | atomic.h | 114 #define ATOMIC_ASM(NAME, TYPE, OP, CONS, V) \ argument 160 #define ATOMIC_ASM(NAME, TYPE, OP, CONS, V) \ argument 164 __asm __volatile(MPLOCKED OP \ 173 __asm __volatile(MPLOCKED OP \
|
| /f-stack/freebsd/i386/include/ |
| H A D | atomic.h | 108 #define ATOMIC_ASM(NAME, TYPE, OP, CONS, V) \ argument 158 #define ATOMIC_ASM(NAME, TYPE, OP, CONS, V) \ argument 162 __asm __volatile(MPLOCKED OP \ 171 __asm __volatile(MPLOCKED OP \
|
| /f-stack/freebsd/contrib/ngatm/netnatm/api/ |
| H A D | cc_user.c | 807 #define S(OP) [ATMOP_##OP] = #OP argument
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/ti/ |
| H A D | k3-am654-base-board.dts | 33 reg = <0 0x9e800000 0 0x01800000>; /* for OP-TEE */
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/hisilicon/ |
| H A D | hi6220-hikey.dts | 37 * 0x3e00,0000 - 0x3fff,ffff: OP-TEE
|