Home
last modified time | relevance | path

Searched refs:w2 (Results 1 – 24 of 24) sorted by relevance

/f-stack/freebsd/libkern/arm64/
H A Dcrc32c_armv8.S38 cbz w2, end
40 sub w2, w2, 0x1
44 cmp w2, #0x2
47 sub w2, w2, 0x2
51 cmp w2, #0x4
54 sub w2, w2, 0x4
58 lsr w9, w2, #0x3
66 tbz w2, #0x2, last_half_word
70 tbz w2, #0x1, last_byte
74 tbz w2, #0x0, end
/f-stack/freebsd/contrib/openzfs/module/icp/algs/sha2/
H A Dsha2.c161 uint32_t w0, w1, w2, w3, w4, w5, w6, w7; in SHA256Transform() local
204 w2 = LOAD_BIG_32(blk + 4 * 2); in SHA256Transform()
250 w2 = SIGMA1_256(w0) + w11 + SIGMA0_256(w3) + w2; in SHA256Transform()
283 w2 = SIGMA1_256(w0) + w11 + SIGMA0_256(w3) + w2; in SHA256Transform()
316 w2 = SIGMA1_256(w0) + w11 + SIGMA0_256(w3) + w2; in SHA256Transform()
371 uint64_t w0, w1, w2, w3, w4, w5, w6, w7; in SHA512Transform() local
420 w2 = LOAD_BIG_64(blk + 8 * 2); in SHA512Transform()
466 w2 = SIGMA1(w0) + w11 + SIGMA0(w3) + w2; in SHA512Transform()
499 w2 = SIGMA1(w0) + w11 + SIGMA0(w3) + w2; in SHA512Transform()
532 w2 = SIGMA1(w0) + w11 + SIGMA0(w3) + w2; in SHA512Transform()
[all …]
/f-stack/freebsd/contrib/openzfs/cmd/zed/
H A Dzed_conf.c139 int w2 = 8; /* width of L-justified option field */ in _zed_conf_display_help() local
143 fprintf(fp, "%*c%*s %s\n", w1, 0x20, -w2, "-h", in _zed_conf_display_help()
145 fprintf(fp, "%*c%*s %s\n", w1, 0x20, -w2, "-L", in _zed_conf_display_help()
147 fprintf(fp, "%*c%*s %s\n", w1, 0x20, -w2, "-V", in _zed_conf_display_help()
150 fprintf(fp, "%*c%*s %s\n", w1, 0x20, -w2, "-v", in _zed_conf_display_help()
152 fprintf(fp, "%*c%*s %s\n", w1, 0x20, -w2, "-f", in _zed_conf_display_help()
154 fprintf(fp, "%*c%*s %s\n", w1, 0x20, -w2, "-F", in _zed_conf_display_help()
156 fprintf(fp, "%*c%*s %s\n", w1, 0x20, -w2, "-I", in _zed_conf_display_help()
158 fprintf(fp, "%*c%*s %s\n", w1, 0x20, -w2, "-M", in _zed_conf_display_help()
160 fprintf(fp, "%*c%*s %s\n", w1, 0x20, -w2, "-P", in _zed_conf_display_help()
[all …]
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_reciprocal.h57 uint64_t w1, w2; in mullhi_u64()
68 w2 = t >> 32; in mullhi_u64()
73 whi = u1*v1 + w2 + k; in mullhi_u64()
/f-stack/dpdk/lib/librte_net/
H A Drte_ether.h89 const uint16_t *w2 = (const uint16_t *)ea2; in rte_is_same_ether_addr() local
91 return ((w1[0] ^ w2[0]) | (w1[1] ^ w2[1]) | (w1[2] ^ w2[2])) == 0; in rte_is_same_ether_addr()
/f-stack/tools/libxo/xo/
H A Dxo.c102 int w1 = 0, w2 = 0; in formatter() local
138 w2 = strtol(next_arg(), NULL, 0); in formatter()
146 rc = snprintf(buf, bufsiz, fmt, w1, w2, value); in formatter()
155 rc = snprintf(buf, bufsiz, fmt, w1, w2, value); in formatter()
164 rc = snprintf(buf, bufsiz, fmt, w1, w2, value); in formatter()
173 rc = snprintf(buf, bufsiz, fmt, w1, w2, value); in formatter()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa_checksum.h42 #define ZIO_SET_CHECKSUM(zcp, w0, w1, w2, w3) \ argument
46 (zcp)->zc_word[2] = w2; \
/f-stack/freebsd/contrib/openzfs/module/zcommon/
H A Dcityhash.c53 cityhash4(uint64_t w1, uint64_t w2, uint64_t w3, uint64_t w4) in cityhash4() argument
57 uint64_t b = w2; in cityhash4()
/f-stack/freebsd/contrib/openzfs/module/icp/asm-x86_64/aes/
H A Daestab.h121 d_4(uint32_t, t_dec(f, l), sb_data, w0, w1, w2, w3);
135 d_4(uint32_t, t_dec(i, l), isb_data, w0, w1, w2, w3);
150 d_4(uint32_t, t_dec(l, s), sb_data, w0, w1, w2, w3);
/f-stack/dpdk/drivers/event/octeontx/
H A Dssovf_worker.h103 ptype_table[wqe->s.w2.lcty][wqe->s.w2.lety][wqe->s.w2.lfty]; in ssovf_octeontx_wqe_to_pkt()
122 if (likely(wqe->s.w2.vv)) { in ssovf_octeontx_wqe_to_pkt()
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_rx.c92 nix_vlan_update(const uint64_t w2, uint64_t ol_flags, uint8x16_t *f) in nix_vlan_update() argument
94 if (w2 & BIT_ULL(21) /* vtag0_gone */) { in nix_vlan_update()
96 *f = vsetq_lane_u16((uint16_t)(w2 >> 32), *f, 5); in nix_vlan_update()
103 nix_qinq_update(const uint64_t w2, uint64_t ol_flags, struct rte_mbuf *mbuf) in nix_qinq_update() argument
105 if (w2 & BIT_ULL(23) /* vtag1_gone */) { in nix_qinq_update()
107 mbuf->vlan_tci_outer = (uint16_t)(w2 >> 48); in nix_qinq_update()
/f-stack/freebsd/crypto/openssl/aarch64/
H A Dsha256-armv8.S479 rev w2,w2 // 15
693 add w9,w9,w2
746 eor w2,w2,w21,ror#13
773 eor w2,w2,w13,ror#18
781 eor w2,w2,w13,lsr#3 // sigma0(X[i+1])
811 eor w2,w2,w11,ror#19
816 eor w2,w2,w11,lsr#10 // sigma1(X[i+14])
921 ror w7,w2,#7
972 add w2,w2,w11
976 add w2,w2,w8
[all …]
/f-stack/dpdk/drivers/net/octeontx/base/
H A Docteontx_pki_var.h75 } w2; member
144 } w2;
/f-stack/freebsd/kern/
H A Dsubr_witness.c1440 struct witness *w2 = lock2->li_lock->lo_witness; in witness_checkorder() local
1444 w2->w_name, w2->w_class->lc_name, in witness_checkorder()
2097 i2 = w2->w_index; in _isitmyx()
2143 blessed(struct witness *w1, struct witness *w2) in blessed() argument
2151 if (strcmp(w2->w_name, b->b_lock2) == 0) in blessed()
2156 if (strcmp(w2->w_name, b->b_lock1) == 0) in blessed()
2623 struct witness *tmp_w1, *tmp_w2, *w1, *w2; in sbuf_print_witness_badstacks() local
2684 w2 = &w_data[j]; in sbuf_print_witness_badstacks()
2685 data1 = witness_lock_order_get(w1, w2); in sbuf_print_witness_badstacks()
2686 data2 = witness_lock_order_get(w2, w1); in sbuf_print_witness_badstacks()
[all …]
/f-stack/freebsd/sys/
H A Dassym.h43 char name ## w2[((ASSYM_ABS(value) & 0xFFFF00000000ULL) >> 32) + ASSYM_BIAS]; \
/f-stack/app/nginx-1.16.1/auto/cc/
H A Dicc53 CFLAGS="$CFLAGS -w2"
/f-stack/app/redis-5.0.5/tests/unit/
H A Dsort.tcl76 foreach {id1 w1} $l1 {id2 w2} $l2 {
79 assert_equal $w2 [r get weight_$id1]
/f-stack/freebsd/arm/freescale/imx/
H A Dimx6_ipu.c598 uint32_t w1, w2; in ipu_init_microcode_template() local
619 w2 = TEMPLATE_OPCODE(OPCODE_WROD) | in ipu_init_microcode_template()
624 IPU_WRITE4(sc, addr + sizeof(uint32_t), w2); in ipu_init_microcode_template()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_powerpc_altivec_common.h548 register unsigned char w2 asm("2") __attribute__((vector_size(16))); \
621 unsigned char w2 __attribute__((vector_size(16))); \
H A Dvdev_raidz_math_aarch64_neon_common.h542 register unsigned char w2 asm("v2") __attribute__((vector_size(16))); \
615 unsigned char w2 __attribute__((vector_size(16))); \
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dtegra124-apalis.dtsi948 gpio-w2-aud-pw2 { /* MCU_CSEZP */
H A Dtegra124-apalis-v1.2.dtsi951 gpio-w2-aud-pw2 { /* MCU_CSEZP */
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi3731 …<parameter type-id='type-id-53' name='w2' filepath='../../module/zcommon/cityhash.c' line='53' col…
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt11783 (w2 flag).