Searched refs:s0 (Results 151 - 165 of 165) sorted by relevance

1234567

/freebsd-11-stable/contrib/tcpdump/
H A Dsmbutil.c226 const unsigned char *s0 = s; local
242 return(PTR_DIFF(s, s0) + 1);
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dmips.pl93 ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7)=map("\$$_",(16..23));
1010 ($a_4,$a_5,$a_6,$a_7)=($s0,$s2,$s4,$a1); # once we load a[7], no use for $a1
1033 $REG_S $s0,5*$SZREG($sp)
1049 $REG_S $s0,0*$SZREG($sp)
1667 $REG_L $s0,5*$SZREG($sp)
1682 $REG_L $s0,0*$SZREG($sp)
H A Dmips3.s744 #define a_4 s0
785 sd s0,0(sp)
1370 ld s0,0(sp)
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-spu.c638 asection *s0 = alloc_sec[i - 1]; local
640 if (spu_elf_section_data (s0)->ovl_index == 0)
642 spu_elf_section_data (s0)->ovl_index = ++ovl_index;
643 alloc_sec[num_buf * 2] = s0;
644 alloc_sec[num_buf * 2 + 1] = s0;
H A Delfxx-ia64.c750 bfd_vma t0, t1, s0, s1, s2, br_code;
764 s0 = (t0 >> 5) & 0x1ffffffffffLL;
774 br_code = s0;
782 && IS_NOP_B (s0)
795 && IS_NOP_B (s0)
748 bfd_vma t0, t1, s0, s1, s2, br_code; local
/freebsd-11-stable/sys/mips/mips/
H A Dtrap.c1351 (intmax_t)frame->t8, (intmax_t)frame->t9, (intmax_t)frame->s0, (intmax_t)frame->s1);
1398 (intmax_t)frame->t8, (intmax_t)frame->t9, (intmax_t)frame->s0, (intmax_t)frame->s1);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_arm64.h646 DEFINE_FPU_PSEUDO(s0, 4, FPU_S_PSEUDO_REG_ENDIAN_OFFSET, v0),
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h588 struct ib_srq *s0; member in struct:mlx5_ib_resources
H A Dmlx5_ib_qp.c1715 MLX5_SET(qpc, qpc, srqn_rmpn, to_msrq(devr->s0)->msrq.srqn);
1721 MLX5_SET(qpc, qpc, srqn_rmpn, to_msrq(devr->s0)->msrq.srqn);
/freebsd-11-stable/crypto/openssl/util/
H A Dpod2man.pl552 .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p'
608 .ds v \\k:\h'-(\\n(.wu*9/10-\*(#H)'\v'-\*(#V'\*(#[\s-4v\s0\v'\*(#V'\h'|\\n:u'\*(#]
611 .ds 3 \*(#[\v'.2m'\s-2\&3\s0\v'-.2m'\*(#]
1002 # } {$1\\s-1$2\\s0}gmox;
1010 $1 . noremap( '\\s-1' . $2 . '\\s0' )
/freebsd-11-stable/sys/dev/ctau/
H A Dctddk.c259 c->board->opt.s0 = ts;
/freebsd-11-stable/contrib/gcc/
H A Dsimplify-rtx.c2817 int s0 = REAL_VALUE_NEGATIVE (f0);
2824 if (s0 != s1)
2829 if (s0 == s1)
2810 int s0 = REAL_VALUE_NEGATIVE (f0); local
H A Dfold-const.c7775 tree s0 = TYPE_SIZE (tt0);
7778 if (s0 && s1 && operand_equal_p (s0, s1, OEP_ONLY_CONST))
7740 tree s0 = TYPE_SIZE (tt0); local
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl260 #;* Inv_GF256: Input x0-x7 Output x0-x7 Temp t0-t3,s0-s3 (144) *
304 @ Inv_GF16 \t0, \t1, \t2, \t3, \s0, \s1, \s2, \s3
329 # Mul_GF16_2 \x0, \x1, \x2, \x3, \x4, \x5, \x6, \x7, \t2, \t3, \t0, \t1, \s0, \s1, \s2, \s3
331 # Mul_GF16_2 \x0, \x1, \x2, \x3, \x4, \x5, \x6, \x7, \s3, \s2, \s1, \t1, \s0, \t0, \t2, \t3
/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c9963 int s0 = aStat[0]; local
9964 zStat = sqlite3_mprintf("%d", s0);
9967 zStat = idxAppendText(&rc, zStat, " %d", (s0+aStat[i]/2) / aStat[i]);

Completed in 255 milliseconds

1234567