Searched defs:s1 (Results 176 - 200 of 850) sorted by relevance

1234567891011>>

/external/openssl/crypto/md5/
H A Dmd5s.cpp45 unsigned long s1,s2,e1,e2; local
66 GetTSC(s1);
75 e1-s1,e2-s2,(double)((e1-s1)-(e2-s2))/2);
/external/openssl/crypto/rc4/
H A Drc4s.cpp41 unsigned long s1,s2,e1,e2; local
60 GetTSC(s1);
70 e1-s1,e2-s2,(e1-s1)-(e2-s2));
/external/qemu/android/base/
H A DString_unittest.cpp52 String s1("Hello World!");
53 String s2(s1);
54 EXPECT_EQ(s1.size(), s2.size());
55 EXPECT_STREQ(s1.c_str(), s2.c_str());
77 String s1("");
78 EXPECT_TRUE(s1.empty());
203 const char* s1; member in struct:android::base::__anon29043
225 String s(comp.s1);
227 << "Comparing '" << comp.s1 << "' with '"
235 String s(comp.s1);
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DSpannableStringTest.java38 URLSpan s1 = new URLSpan("http://www.foobar.com");
40 spanStr.setSpan(s1, 12, 33, 0);
43 assertBothSpans(s1, s2);
48 URLSpan s1 = new URLSpan("http://www.foobar.com");
50 spanStr.setSpan(s1, 12, 33, 0);
52 spanStr.removeSpan(s1);
62 URLSpan s1 = new URLSpan("http://www.foobar.com");
64 spanStr.setSpan(s1, 1, 10, 0);
70 assertBothSpans(s1, s2);
75 assertThat((URLSpan) spans[0], sameInstance(s1));
123 assertBothSpans(URLSpan s1, UnderlineSpan s2) argument
[all...]
/external/valgrind/main/helgrind/tests/
H A Dtc20_verifywrap.c50 sem_t s1; local
228 r= sem_init(&s1, 0, ~0); assert(r);
231 r= sem_init(&s1, 0, 0);
241 memset(&s1, 0x55, sizeof(s1));
242 r= sem_wait(&s1); /* assert(r != 0); */
245 r= sem_post(&s1);
249 sem_destroy(&s1);
/external/zopfli/src/zopfli/
H A Dzlib_container.c32 unsigned s1 = 1; local
39 s1 += (*data++);
40 s2 += s1;
43 s1 %= 65521;
47 return (s2 << 16) | s1;
/external/apache-http/src/org/apache/commons/codec/language/
H A DSoundex.java72 * @param s1
85 public int difference(String s1, String s2) throws EncoderException { argument
86 return SoundexUtils.difference(this, s1, s2);
/external/bison/lib/
H A Dc-strcaseeq.h45 strcaseeq9 (const char *s1, const char *s2) argument
47 return c_strcasecmp (s1 + 9, s2 + 9) == 0;
51 strcaseeq8 (const char *s1, const char *s2, char s28) argument
53 if (CASEEQ (s1[8], s28))
58 return strcaseeq9 (s1, s2);
65 strcaseeq7 (const char *s1, const char *s2, char s27, char s28) argument
67 if (CASEEQ (s1[7], s27))
72 return strcaseeq8 (s1, s2, s28);
79 strcaseeq6 (const char *s1, const char *s2, char s26, char s27, char s28) argument
81 if (CASEEQ (s1[
93 strcaseeq5(const char *s1, const char *s2, char s25, char s26, char s27, char s28) argument
107 strcaseeq4(const char *s1, const char *s2, char s24, char s25, char s26, char s27, char s28) argument
121 strcaseeq3(const char *s1, const char *s2, char s23, char s24, char s25, char s26, char s27, char s28) argument
135 strcaseeq2(const char *s1, const char *s2, char s22, char s23, char s24, char s25, char s26, char s27, char s28) argument
149 strcaseeq1(const char *s1, const char *s2, char s21, char s22, char s23, char s24, char s25, char s26, char s27, char s28) argument
163 strcaseeq0(const char *s1, const char *s2, char s20, char s21, char s22, char s23, char s24, char s25, char s26, char s27, char s28) argument
[all...]
H A Dstreq.h35 streq9 (const char *s1, const char *s2) argument
37 return strcmp (s1 + 9, s2 + 9) == 0;
41 streq8 (const char *s1, const char *s2, char s28) argument
43 if (s1[8] == s28)
48 return streq9 (s1, s2);
55 streq7 (const char *s1, const char *s2, char s27, char s28) argument
57 if (s1[7] == s27)
62 return streq8 (s1, s2, s28);
69 streq6 (const char *s1, const char *s2, char s26, char s27, char s28) argument
71 if (s1[
83 streq5(const char *s1, const char *s2, char s25, char s26, char s27, char s28) argument
97 streq4(const char *s1, const char *s2, char s24, char s25, char s26, char s27, char s28) argument
111 streq3(const char *s1, const char *s2, char s23, char s24, char s25, char s26, char s27, char s28) argument
125 streq2(const char *s1, const char *s2, char s22, char s23, char s24, char s25, char s26, char s27, char s28) argument
139 streq1(const char *s1, const char *s2, char s21, char s22, char s23, char s24, char s25, char s26, char s27, char s28) argument
153 streq0(const char *s1, const char *s2, char s20, char s21, char s22, char s23, char s24, char s25, char s26, char s27, char s28) argument
[all...]
/external/bison/src/
H A Dnullable.c59 symbol_number *s1; local
74 s1 = s2 = squeue;
116 while (s1 < s2)
117 for (p = rsets[*s1++ - ntokens]; p; p = p->next)
H A Dprint_graph.c151 state *s1 = trans->states[i]; local
152 symbol_number sym = s1->accessing_symbol;
163 output_edge (s->number, s1->number,
/external/chromium_org/courgette/
H A Dadjustment_method_unittest.cc87 std::string s1 = Serialize(prog1); local
91 EXPECT_FALSE(s1 == s2); // Unadjusted A and B differ.
100 EXPECT_TRUE(s1 == s5); // Adjustment did not change A (prog5)
/external/chromium_org/third_party/boringssl/src/crypto/lhash/
H A Dlhash_test.c127 char *s, *s1, *s2; local
138 s1 = (char *)lh_retrieve(lh, s);
140 if (s1 != NULL && (s2 == NULL || strcmp(s1, s2) != 0)) {
149 lh_insert(lh, (void **)&s1, s);
152 if (s1 != NULL && (s2 == NULL || strcmp(s1, s2) != 0)) {
157 if (s1) {
158 free(s1);
167 s1
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dnormlzr.h393 * strcmp[CodePointOrder](NFD(foldCase(s1)), NFD(foldCase(s2)))
399 * @param s1 First source string.
408 * Set if the caller knows that both s1 and s2 fulfill the FCD conditions.
441 compare(const UnicodeString &s1, const UnicodeString &s2,
783 Normalizer::compare(const UnicodeString &s1, const UnicodeString &s2, argument
787 return unorm_compare(s1.getBuffer(), s1.length(),
/external/chromium_org/third_party/icu/source/common/
H A Dustr_cnv.c114 static int32_t u_astrnlen(const char *s1, int32_t n) argument
118 if (s1)
120 while (n-- && *(s1++))
201 u_austrncpy(char *s1, argument
205 char *target = s1;
212 s1+n,
221 *s1 = 0; /* failure */
223 if(target < (s1+n)) { /* U_BUFFER_OVERFLOW_ERROR isn't an err, just means no termination will happen. */
227 *s1 = 0;
229 return s1;
233 u_austrcpy(char *s1, const UChar *ucs2 ) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dscale_mips.cc240 const uint8* s1 = src_ptr + stride; local
241 const uint8* s2 = s1 + stride;
254 "lw $t1, 0(%[s1]) \n" // |7|6|5|4|
258 "lw $t5, 4(%[s1]) \n" // |23|22|21|20|
280 "addiu %[s1], %[s1], 8 \n"
290 "lw $t1, 0(%[s1]) \n" // |7|6|5|4|
308 [s1] "+r" (s1),
579 const uint8* s1 local
[all...]
/external/chromium_org/third_party/libyuv/source/
H A Dscale_mips.cc240 const uint8* s1 = src_ptr + stride; local
241 const uint8* s2 = s1 + stride;
254 "lw $t1, 0(%[s1]) \n" // |7|6|5|4|
258 "lw $t5, 4(%[s1]) \n" // |23|22|21|20|
280 "addiu %[s1], %[s1], 8 \n"
290 "lw $t1, 0(%[s1]) \n" // |7|6|5|4|
308 [s1] "+r" (s1),
579 const uint8* s1 local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_quad.c138 unsigned s1 = 4 * i; local
140 shuffles1[4*i + 0] = lp_build_const_int32(gallivm, LP_BLD_QUAD_TOP_LEFT + s1);
141 shuffles1[4*i + 1] = lp_build_const_int32(gallivm, LP_BLD_QUAD_TOP_LEFT + s1);
144 shuffles2[4*i + 0] = lp_build_const_int32(gallivm, LP_BLD_QUAD_TOP_RIGHT + s1);
145 shuffles2[4*i + 1] = lp_build_const_int32(gallivm, LP_BLD_QUAD_BOTTOM_LEFT + s1);
/external/chromium_org/third_party/skia/src/opts/
H A DSkBitmapProcState_opts_mips_dsp.cpp164 int s0, s1, s2, s3, s4, s5, s6, s7; local
186 "lhu %[s1], 18(%[xx]) \n\t"
202 "lbux %[s1], %[s1](%[srcAddr]) \n\t"
218 "sll %[s1], %[s1], 2 \n\t"
235 "lwx %[s1], %[s1](%[table]) \n\t"
252 "sw %[s1], 36(%[colors]) \n\t"
272 "lhu %[s1], 1
[all...]
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
H A Dstats.cc39 bool LessForEncodeTime(const FrameStatistic& s1, const FrameStatistic& s2) { argument
40 return s1.encode_time_in_us < s2.encode_time_in_us;
43 bool LessForDecodeTime(const FrameStatistic& s1, const FrameStatistic& s2) { argument
44 return s1.decode_time_in_us < s2.decode_time_in_us;
47 bool LessForEncodedSize(const FrameStatistic& s1, const FrameStatistic& s2) { argument
48 return s1.encoded_frame_length_in_bytes < s2.encoded_frame_length_in_bytes;
51 bool LessForBitRate(const FrameStatistic& s1, const FrameStatistic& s2) { argument
52 return s1.bit_rate_in_kbps < s2.bit_rate_in_kbps;
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dvideo_coding_robustness_unittest.cc165 Sequence s1, s2; local
183 .InSequence(s1);
189 .InSequence(s1);
195 .InSequence(s1);
201 .InSequence(s1);
261 Sequence s1; local
277 .InSequence(s1);
283 .InSequence(s1);
289 .InSequence(s1);
295 .InSequence(s1);
[all...]
/external/chromium_org/v8/src/compiler/
H A Dgraph-reducer-unittest.cc100 Sequence s1, s2; local
105 EXPECT_CALL(r3, Reduce(node0)).InSequence(s1, s2).WillOnce(
107 EXPECT_CALL(r1, Reduce(node0)).InSequence(s1);
/external/chromium_org/v8/test/mjsunit/
H A Duri.js34 var s1 = String.fromCharCode(cc1); variable
56 assertEquals('%7D', encodeURI(s1));
67 assertEquals(cc1, decodeURI(encodeURI(s1)).charCodeAt(0));
/external/clang/test/CodeGen/
H A Dmalign-double-x86-nacl.c8 // CHECK-LABEL: define void @s1(double %a)
9 void s1(long double a) {} function
H A Dppc64-struct-onefloat.c4 typedef struct s1 { float f; } Sf; struct
12 // CHECK: %a = alloca %struct.s1, align 4
16 // CHECK: %{{[a-zA-Z0-9.]+}} = getelementptr %struct.s1* %a, i32 0, i32 0
21 // CHECK: %{{[a-zA-Z0-9.]+}} = getelementptr %struct.s1* %{{[a-zA-Z0-9.]+}}, i32 0, i32 0
38 // CHECK: %{{[a-zA-Z0-9.]+}} = getelementptr %struct.s1* %p1, i32 0, i32 0
43 // CHECK: %{{[a-zA-Z0-9.]+}} = getelementptr %struct.s1* %{{[a-zA-Z0-9.]+}}, i32 0, i32 0

Completed in 688 milliseconds

1234567891011>>