Searched refs:s0 (Results 1 - 25 of 25) sorted by relevance

/haiku-fatelf/src/bin/network/tcpdump/tests/
H A Dprint-flags.sh6 if (../tcpdump -$i -s0 -nr print-flags.pcap | tee print-$i.new | diff - print-$i.out)
/haiku-fatelf/src/libs/compat/freebsd_wlan/crypto/rijndael/
H A Drijndael-alg-fst.c864 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
873 s0 = GETU32(pt ) ^ rk[0];
879 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4];
880 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5];
881 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[ 6];
882 t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[ 7];
884 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8];
889 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[12];
890 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[13];
891 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >>
1045 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
[all...]
/haiku-fatelf/src/bin/diffutils/src/
H A Dcmp.c329 off_t s0 = stat_buf[0].st_size - file_position (0);
331 if (s0 < 0)
332 s0 = 0;
335 if (s0 != s1 && MIN (s0, s1) < bytes)
495 char s0[5];
497 sprintc (s0, c0);
501 c0, s0, c1, s1);
525 char s0[5];
527 sprintc (s0, c
326 off_t s0 = stat_buf[0].st_size - file_position (0); local
491 char s0[5]; local
521 char s0[5]; local
[all...]
/haiku-fatelf/src/kits/shared/
H A DSHA256.cpp147 uint32 s0 = rotate_right(v0, 7) ^ rotate_right(v0, 18) ^ (v0 >> 3); local
149 fBuffer[i] = fBuffer[i - 16] + s0 + fBuffer[i - 7] + s1;
163 uint32 s0 = rotate_right(a, 2) ^ rotate_right(a, 13) local
166 uint32 t2 = s0 + maj;
/haiku-fatelf/src/apps/glteapot/
H A DQuaternion.h268 float s0 = sin((1.0f - t) * theta); local
270 return Quaternion((m_x * s0 + q.x() * s1) * d,
271 (m_y * s0 + q.y() * s1) * d,
272 (m_z * s0 + q.z() * s1) * d,
273 (m_w * s0 + q.m_w * s1) * d);
/haiku-fatelf/src/apps/haiku3d/
H A DQuaternion.h276 float s0 = sin((1.0f - t) * theta); local
278 return Quaternion((m_x * s0 + q.x() * s1) * d,
279 (m_y * s0 + q.y() * s1) * d,
280 (m_z * s0 + q.z() * s1) * d,
281 (m_w * s0 + q.m_w * s1) * d);
/haiku-fatelf/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_crypto_ccmp.c300 uint8_t auth[AES_BLOCK_LEN], uint8_t s0[AES_BLOCK_LEN])
386 rijndael_encrypt(ctx, b0, s0);
409 e[AES_BLOCK_LEN], s0[AES_BLOCK_LEN]; local
417 data_len, b0, aad, b, s0);
530 xor_block(b, s0, ccmp.ic_trailer);
297 ccmp_init_blocks(rijndael_ctx *ctx, struct ieee80211_frame *wh, u_int64_t pn, size_t dlen, uint8_t b0[AES_BLOCK_LEN], uint8_t aad[2 * AES_BLOCK_LEN], uint8_t auth[AES_BLOCK_LEN], uint8_t s0[AES_BLOCK_LEN]) argument
/haiku-fatelf/src/bin/patch/
H A Dpartime.c613 char const *s0 = s; local
707 if (s == s0)
788 else if (s == s0)
861 if (s - s0 < 4)
H A Dpch.c778 scan_linenum (char *s0, LINENUM *linenum) argument
785 for (s = s0; ISDIGIT (*s); s++)
792 if (s == s0)
798 (int) (s - s0), s0, format_linenum (numbuf, p_input_line), buf);
/haiku-fatelf/src/system/libroot/posix/stdlib/
H A Dstrtod.c1129 const char *s, *s0, *s1; local
1161 s0 = s;
1175 s0 = s;
1244 /* Now we have nd0 digits, starting at s0, followed by a
1370 bd0 = s2b(s0, nd0, nd, y);
1839 char *s, *s0;
1999 s = s0 = *resultp;
2094 s = s0;
2127 if (s == s0) {
2347 if (s == s0) {
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A De_lgamma_r.c138 s0 = -7.72156649015328655494e-02, /* 0xBFB3C467, 0xE37DB0C8 */ variable
288 p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6))))));
H A De_lgammaf_r.c74 s0 = -7.7215664089e-02, /* 0xbd9e233f */ variable
224 p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6))))));
H A De_lgammal_r.c176 s0 = 1.454726263410661942989109455292824853344E6L, variable
410 (s0 + y * (s1 + y * (s2 + y * (s3 + y * (s4 + y * (s5 + y * s6))))));
/haiku-fatelf/src/bin/gdb/gdb/
H A Dwince.c1654 int s0; local
1682 if ((s0 = socket (AF_INET, SOCK_STREAM, 0)) < 0)
1687 (void) setsockopt (s0, SOL_SOCKET, SO_REUSEADDR, (char *) &tmp, sizeof (tmp));
1695 if (bind (s0, (struct sockaddr *) &sin, sizeof (sin)))
1698 if (listen (s0, 1))
1709 if ((s = accept (s0, NULL, NULL)) < 0)
1712 close (s0);
/haiku-fatelf/src/bin/gawk/
H A Dbuiltin.c547 const char *s0, *s1; local
653 s0 = s1 = fmt_string;
660 bchunk(s0, s1 - s0);
661 s0 = s1;
695 s0 = s1;
1049 s0 = s1;
1101 s0 = s1;
1120 bchunk(s0, s1 - s0);
[all...]
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Dgencode.c5301 sappend(s0, s1)
5302 struct slist *s0, *s1;
5308 while (s0->next)
5309 s0 = s0->next;
5310 s0->next = s1;
5580 struct slist *s0, *s1, *s2; local
5583 s0 = xfer_to_x(a1);
5595 sappend(s0, s1);
5596 sappend(a1->s, s0);
5681 struct slist *s0, *s1, *s2; local
[all...]
/haiku-fatelf/src/bin/network/tcpdump/
H A Dsmbutil.c227 const unsigned char *s0 = s; local
242 return(PTR_DIFF(s, s0) + 1);
/haiku-fatelf/src/libs/ncurses/include/
H A DCaps.osf1r5728 set0_des_seq s0ds str s0 - - ----- Shift to codeset 0 (EUC set 0, ASCII)
H A DCaps.uwin571 set0_des_seq s0ds str s0 - - ----- Shift to codeset 0 (EUC set 0, ASCII)
H A DCaps712 set0_des_seq s0ds str s0 - - ----- Shift to codeset 0 (EUC set 0, ASCII)
H A DCaps.aix4814 set0_des_seq s0ds str s0 - - ----- Shift to codeset 0 (EUC set 0, ASCII)
H A DCaps.hpux11720 set0_des_seq s0ds str s0 - - ----- Shift to codeset 0 (EUC set 0, ASCII)
H A DCaps.keys802 set0_des_seq s0ds str s0 - - ----- Shift to codeset 0 (EUC set 0, ASCII)
/haiku-fatelf/src/libs/pdflib/libs/png/
H A Dpngrtran.c4163 png_uint_32 s0=*(rp )<<8 | *(rp+1); local
4166 png_uint_32 red=(65536+s0+s1)&0xffff;
/haiku-fatelf/src/libs/termcap/
H A Dtermcap.src614 :po=\E[5i:..rp=%p1%c\E[%p2%{1}%-%db:s0=\E(B:s1=\E)B:\
637 :..rp=%p1%c\E[%p2%{1}%-%db:s0=\E(B:s1=\E)B:s2=\E*B:\
3833 :rc=\E8:s0=\E(B:s1=\E(0:sc=\E7:se=\E[27m:sf=^J:so=\E[7m:\
3861 :rc=\E8:s0=\E(B:s1=\E(0:sc=\E7:se=\E[27m:sf=^J:so=\E[7m:\
19116 :mr=\E4A:nd=\EC:pf=^P^T:po=^P^R:rs=\E S:s0=\E>B:\
19155 :s0=\E>B:s1=\E>A:\
19173 :s0=\E>B:s1=\E>A:\
19219 :mk=\EF\Ef0;\Eb0;:mr=\Ep:nd=\EC:nw=^M^J:s0=\E(B:s1=\E(0:\
19302 :rc=\E[u:rs=\Ec:s0=\E[10m:s1=\E[11m:s2=\E[12m:\
19373 :rc=\E[u:rs=\Ec:s0
[all...]

Completed in 440 milliseconds