| /f-stack/dpdk/lib/librte_net/ |
| H A D | net_crc_avx512.c | 66 __m128i res, res2; in crc32_fold_128() local 87 res2 = _mm_xor_si128(res, *(__m128i *)&a); in crc32_fold_128() 89 return res2; in crc32_fold_128() 97 __m128i res2, res3, res4, pshufb_shf; in last_two_xmm() local 103 res2 = res; in last_two_xmm() 113 res2 = _mm_shuffle_epi8(res2, pshufb_shf); in last_two_xmm() 115 res2 = _mm_blendv_epi8(res2, res3, pshufb_shf); in last_two_xmm() 119 res = _mm_ternarylogic_epi64(res, res2, res4, 0x96); in last_two_xmm()
|
| H A D | rte_gre.h | 32 uint16_t res2:4; /**< Reserved */ member 44 uint16_t res2:4; /**< Reserved */
|
| H A D | rte_higig.h | 82 uint32_t res2:5; member 104 uint32_t res2:5;
|
| /f-stack/dpdk/drivers/crypto/caam_jr/ |
| H A D | caam_jr_desc.h | 134 /* 9 */ unsigned int res2:1; member 158 /* 22 */ unsigned int res2:1; member 219 unsigned int res2:4; member 238 unsigned int res2:5; member
|
| /f-stack/app/redis-5.0.5/tests/unit/ |
| H A D | geo.tcl | 268 set res2 [lsort $tcl_result] 271 if {$res != $res2} { 273 set diff [compare_lists $res $res2] 285 if {$res != $res2} { 286 set diff [compare_lists $res $res2] 289 puts "Tcl : $res2" 293 if {[lsearch -exact $res2 $place] != -1} {
|
| H A D | bitops.tcl | 144 r bitop or res2 a 146 list [r get res1] [r get res2] [r get res3] 152 r bitop or res2 no-suck-key a no-such-key 154 list [r get res1] [r get res2] [r get res3] 161 r bitop or res2 a b 163 list [r get res1] [r get res2] [r get res3]
|
| H A D | bitfield.tcl | 125 set res2 [r bitfield bits overflow fail incrby $type 0 $increment] 128 [lindex $res2 0] ne {}} { 132 [lindex $res2 0] eq {})} {
|
| /f-stack/freebsd/crypto/blake2/ |
| H A D | blake2_cryptodev.c | 336 char res[BLAKE2B_OUTBYTES], res2[BLAKE2B_OUTBYTES]; in blake2_cipher_process() local 402 crypto_copydata(crp, crp->crp_digest_start, ses->mlen, res2); in blake2_cipher_process() 403 if (timingsafe_bcmp(res, res2, ses->mlen) != 0) in blake2_cipher_process()
|
| /f-stack/freebsd/crypto/aesni/ |
| H A D | aesni.c | 913 uint32_t res2[SHA2_256_HASH_LEN / sizeof(uint32_t)]; in aesni_cipher_mac() local 915 crypto_copydata(crp, crp->crp_digest_start, ses->mlen, res2); in aesni_cipher_mac() 916 if (timingsafe_bcmp(res, res2, ses->mlen) != 0) in aesni_cipher_mac() 918 explicit_bzero(res2, sizeof(res2)); in aesni_cipher_mac()
|
| /f-stack/dpdk/drivers/baseband/acc100/ |
| H A D | rte_acc100_pmd.h | 275 res2:1, member 337 res2:1, member
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/ |
| H A D | fm_port_dsar.h | 462 uint8_t res2; /* 0x10 0-7 Reserved */
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/FM/MACSEC/ |
| H A D | fm_macsec_master.h | 161 volatile uint8_t res2[56]; /**< reserved */
|
| /f-stack/app/nginx-1.16.1/src/event/modules/ |
| H A D | ngx_epoll_module.c | 90 int64_t res2; /* secondary result */ member 995 event[i].res, event[i].res2); in ngx_epoll_eventfd_handler()
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/BM/ |
| H A D | bm.h | 127 volatile uint8_t res2[192]; /**< reserved */
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/ |
| H A D | fm_manip.h | 404 volatile uint32_t res2;
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/QM/ |
| H A D | qm.h | 186 volatile uint8_t res2[12]; /**< reserved */
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | bbr.c | 8124 int res1, res2; in bbr_collapsed_window() local 8127 res2 = rsm->r_end - max_seq; in bbr_collapsed_window() 8129 (res2 >= (maxseg/8))) { in bbr_collapsed_window()
|