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

12345

/macosx-10.10/ruby-106/ruby/test/-ext-/string/
H A Dtest_set_len.rb6 @s0 = [*"a".."z"].join("").freeze
7 @s1 = Bug::String.new(@s0)
12 assert_equal(orig, @s0)
/macosx-10.10/Libc-1044.1.2/gdtoa/FreeBSD/
H A D_hdtoa.c49 roundup(char *s0, int ndigits) argument
53 for (s = s0 + ndigits - 1; *s == 0xf; s--) {
54 if (s == s0) {
71 dorounding(char *s0, int ndigits, int sign, int *decpt) argument
80 if ((s0[ndigits] > 8) ||
81 (s0[ndigits] == 8 && s0[ndigits + 1] & 1))
82 adjust = roundup(s0, ndigits);
86 adjust = roundup(s0, ndigits);
90 adjust = roundup(s0, ndigit
128 char *s, *s0; local
230 char *s, *s0; local
[all...]
H A Dgdtoa-gethex.c51 CONST unsigned char *decpt, *s0, *s, *s1; local
64 if (!(s0 = decimalpoint_cache)) {
65 s0 = (unsigned char*)localeconv_l(loc)->decimal_point;
66 if ((decimalpoint_cache = (char*)MALLOC(strlen(s0) + 1))) {
67 strcpy(decimalpoint_cache, s0);
68 s0 = decimalpoint_cache;
71 decimalpoint = s0;
79 s0 = *(CONST unsigned char **)sp + 2;
80 while(s0[havedig] == '0')
82 s0
[all...]
/macosx-10.10/CPANInternal-159.1/Graph-0.94/util/
H A Dsize.pl12 my $s0 = total_size($g0);
13 printf $fmr, 0, $s0, 0;
20 $vr = ($s - $s0) / $n;
26 printf $fmr, 0, $s0, 0;
33 $er = ($s - $s0 - $n * $vr) / $n;
H A Dgrand.pl90 my ($u0, $s0) = times();
116 my $s = $s1 - $s0;
/macosx-10.10/CPANInternal-159.1/Graph-0.96/util/
H A Dsize.pl12 my $s0 = total_size($g0);
13 printf $fmr, 0, $s0, 0;
20 $vr = ($s - $s0) / $n;
26 printf $fmr, 0, $s0, 0;
33 $er = ($s - $s0 - $n * $vr) / $n;
H A Dgrand.pl90 my ($u0, $s0) = times();
116 my $s = $s1 - $s0;
/macosx-10.10/ruby-106/ruby/benchmark/
H A Dbm_so_partial_sums.rb3 alt = 1.0 ; s0 = s1 = s2 = s3 = s4 = s5 = s6 = s7 = s8 = 0.0
8 s0 += (2.0 / 3.0) ** (d - 1.0)
22 printf("%.9f\t(2/3)^k\n", s0)
/macosx-10.10/OpenSSL098-52/src/crypto/aes/asm/
H A Daes-586.pl90 $s0="eax";
127 &mov ($v1,$s[0]); # copy s0
132 &mov ($s[0],&DWP(0,$te,$s[0],8)); # s0>>0
134 &mov ($s[3],&DWP(3,$te,$s[2],8)); # s0>>8
137 &mov ($s[2],&DWP(2,$te,$v1,8)); # s0>>16
139 &mov ($s[1],&DWP(1,$te,$s[1],8)); # s0>>24
263 &xor ($s0,&DWP(0,$key)); # xor with key
277 &encvert("ebp",$s0,$s1,$s2,$s3);
279 &encstep(0,"ebp",$s0,$s1,$s2,$s3);
280 &encstep(1,"ebp",$s1,$s2,$s3,$s0);
[all...]
H A Daes-x86_64.pl34 $s0="%eax";
79 movzb `&lo("$s0")`,$acc0
95 movzb `&hi("$s0")`,$acc2
102 shr \$16,$s0
106 movzb `&lo("$s0")`,$acc2
112 movzb `&hi("$s0")`,$acc1
121 mov 0($key),$s0
127 xor $t0,$s0
138 movzb `&lo("$s0")`,$acc0
165 movzb `&hi("$s0")`,
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/perf/ustrperf/
H A Dstringperf.h58 typedef void (*ICUStringPerfFn)(const UChar* src,int32_t srcLen, UnicodeString s0);
59 typedef void (*StdStringPerfFn)(const wchar_t* src,int32_t srcLen, stlstring s0);
386 inline void ctor(const UChar* src,int32_t srcLen, UnicodeString s0) argument
391 inline void ctor1(const UChar* src,int32_t srcLen, UnicodeString s0) argument
396 inline void ctor2(const UChar* src,int32_t srcLen, UnicodeString s0) argument
401 inline void ctor3(const UChar* src,int32_t srcLen, UnicodeString s0) argument
412 inline void assign(const UChar* src,int32_t srcLen, UnicodeString s0) argument
417 inline void assign1(const UChar* src,int32_t srcLen, UnicodeString s0) argument
422 inline void assign2(const UChar* src,int32_t srcLen, UnicodeString s0) argument
424 unistr = s0;
427 getch(const UChar* src,int32_t srcLen, UnicodeString s0) argument
433 catenate(const UChar* src,int32_t srcLen, UnicodeString s0) argument
450 scan(const UChar* src,int32_t srcLen, UnicodeString s0) argument
456 scan1(const UChar* src,int32_t srcLen, UnicodeString s0) argument
461 scan2(const UChar* src,int32_t srcLen, UnicodeString s0) argument
470 StdLibCtor(const wchar_t* src,int32_t srcLen, stlstring s0) argument
475 StdLibCtor1(const wchar_t* src,int32_t srcLen, stlstring s0) argument
480 StdLibCtor2(const wchar_t* src,int32_t srcLen, stlstring s0) argument
485 StdLibCtor3(const wchar_t* src,int32_t srcLen, stlstring s0) argument
500 StdLibAssign(const wchar_t* src,int32_t srcLen, stlstring s0) argument
505 StdLibAssign1(const wchar_t* src,int32_t srcLen, stlstring s0) argument
511 StdLibAssign2(const wchar_t* src,int32_t srcLen, stlstring s0) argument
516 StdLibGetch(const wchar_t* src,int32_t srcLen, stlstring s0) argument
521 StdLibCatenate(const wchar_t* src,int32_t srcLen, stlstring s0) argument
535 StdLibScan(const wchar_t* src,int32_t srcLen, stlstring s0) argument
540 StdLibScan1(const wchar_t* src,int32_t srcLen, stlstring s0) argument
545 StdLibScan2(const wchar_t* src,int32_t srcLen, stlstring s0) argument
[all...]
/macosx-10.10/tcpdump-61/tcpdump/tests/
H A Dprint-flags.sh23 if (../tcpdump -$i -s0 -nr print-flags.pcap | tee NEW/print-$printname.new | diff - print-$printname.out >DIFF/print-$printname.out.diff )
/macosx-10.10/man-16/man/src/
H A Dto_cat.c18 char *s0, *s1, *s; local
20 s0 = s1 = 0;
23 s0 = s1;
27 return s0;
H A Dman-getopt.c189 char *s0, *ss; local
200 s0 = my_strdup(s);
204 ss = s0;
219 ss = s0;
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Drijndael-alg-fst.c865 uint32_t s0, s1, s2, s3, t0, t1, t2, t3; local
874 s0 = GETU32(pt ) ^ rk[0];
880 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4];
881 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5];
882 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[ 6];
883 t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[ 7];
885 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8];
890 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[12];
891 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[13];
892 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >>
1046 uint32_t s0, s1, s2, s3, t0, t1, t2, t3; local
[all...]
/macosx-10.10/OpenSSH-189/openssh/
H A Drijndael.c859 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
868 s0 = GETU32(pt ) ^ rk[0];
874 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4];
875 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5];
876 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[ 6];
877 t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[ 7];
879 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8];
884 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[12];
885 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[13];
886 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >>
1040 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/aes/
H A Daes_core.c793 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
805 s0 = GETU32(in ) ^ rk[0];
811 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4];
812 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5];
813 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[ 6];
814 t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[ 7];
816 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8];
821 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[12];
822 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[13];
823 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >>
984 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
[all...]
/macosx-10.10/BerkeleyDB-21/db/crypto/rijndael/
H A Drijndael-alg-fst.c888 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
897 s0 = GETU32(pt ) ^ rk[0];
903 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4];
904 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[ 5];
905 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >> 8) & 0xff] ^ Te3[s1 & 0xff] ^ rk[ 6];
906 t3 = Te0[s3 >> 24] ^ Te1[(s0 >> 16) & 0xff] ^ Te2[(s1 >> 8) & 0xff] ^ Te3[s2 & 0xff] ^ rk[ 7];
908 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8];
913 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[12];
914 t1 = Te0[s1 >> 24] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ Te3[s0 & 0xff] ^ rk[13];
915 t2 = Te0[s2 >> 24] ^ Te1[(s3 >> 16) & 0xff] ^ Te2[(s0 >>
1080 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
1275 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
1379 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
[all...]
/macosx-10.10/gnudiff-19/diffutils/src/
H A Dcmp.c337 off_t s0 = stat_buf[0].st_size - file_position (0);
339 if (s0 < 0)
340 s0 = 0;
343 if (s0 != s1 && MIN (s0, s1) < bytes)
503 char s0[5];
505 sprintc (s0, c0);
509 c0, s0, c1, s1);
533 char s0[5];
535 sprintc (s0, c
334 off_t s0 = stat_buf[0].st_size - file_position (0); local
499 char s0[5]; local
529 char s0[5]; local
[all...]
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dsha2.c310 s0 = W256[(j+1)&0x0f]; \
311 s0 = sigma0_256(s0); \
315 (W256[j&0x0f] += s1 + W256[(j+9)&0x0f] + s0); \
324 u_int32_t a, b, c, d, e, f, g, h, s0, s1; local
382 u_int32_t a, b, c, d, e, f, g, h, s0, s1; local
417 s0 = W256[(j+1)&0x0f];
418 s0 = sigma0_256(s0);
424 (W256[j&0x0f] += s1 + W256[(j+9)&0x0f] + s0);
605 u_int64_t a, b, c, d, e, f, g, h, s0, s1; local
663 u_int64_t a, b, c, d, e, f, g, h, s0, s1; local
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/Unicode/
H A Duc-005.js92 var s0 = 'function Z'; variable
108 var sEval = s0 + s1 + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10;
/macosx-10.10/diskdev_cmds-576/mount.tproj/
H A Dmount.c515 catopt(s0, s1)
516 char *s0;
522 if (s0 && *s0) {
523 i = strlen(s0) + strlen(s1) + 1 + 1;
526 (void)snprintf(cp, i, "%s,%s", s0, s1);
530 if (s0)
531 free(s0);
/macosx-10.10/ruby-106/ruby/ext/readline/
H A Dreadline.c213 const char *s0, *s, *e; local
225 s = s0 = RSTRING_PTR(prompt);
226 e = s0 + len;
232 rb_str_cat(last_prompt, s0, ++s - s0);
233 s0 = s;
237 rb_str_cat(last_prompt, s0, ++s - s0);
238 s0 = s;
242 rb_str_cat(last_prompt, s0,
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dscriptset.cpp253 icu::ScriptSet *s0 = static_cast<icu::ScriptSet *>(key0.pointer); local
255 int32_t diff = s0->countMembers() - s1->countMembers();
257 int32_t i0 = s0->nextSetBit(0);
260 i0 = s0->nextSetBit(i0+1);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2base/
H A Dnroff_manmacros.tcl160 .ie n 'mc \s12\(br\s0

Completed in 371 milliseconds

12345