Searched defs:s1 (Results 226 - 250 of 830) sorted by relevance

1234567891011>>

/external/icu/icu4c/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/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dsample-parsing.c11 if (s1->m != s2->m) { \
18 if (memcmp(&s1->m, &s2->m, sizeof(s1->m))) { \
24 static bool samples_same(const struct perf_sample *s1, argument
70 for (i = 0; i < s1->read.group.nr; i++)
79 for (i = 0; i < s1->callchain->nr; i++)
85 if (memcmp(s1->raw_data, s2->raw_data, s1->raw_size)) {
93 for (i = 0; i < s1->branch_stack->nr; i++)
101 if (s1
[all...]
/external/lldb/include/lldb/Core/
H A DSTLUtils.h25 bool operator() (const char* s1, const char* s2) const argument
27 return strcmp(s1, s2) < 0;
37 bool operator()(const char* s1, const char* s2) const argument
39 return strcmp(s1, s2) == 0;
/external/mesa3d/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/nanopb-c/extra/
H A Dpb_syshdr.h82 static void * memcpy( void *s1, const void *s2, size_t n ) argument
84 char * dest = (char *) s1;
90 return s1;
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_zutil.c165 const Bytef* s1,
172 if (s1[j] != s2[j]) return 2*(s1[j] > s2[j])-1;
164 zmemcmp( const Bytef* s1, const Bytef* s2, uInt len) argument
/external/qemu/distrib/sdl-1.2.15/src/video/
H A De_sqrt.h146 u_int32_t r,t1,s1,ix1,q1; local
184 q = q1 = s0 = s1 = 0; /* [q,q1] = sqrt(x) */
201 t1 = s1+r;
204 s1 = t1+r;
205 if(((int32_t)(t1&sign)==sign)&&(s1&sign)==0) s0 += 1;
/external/qemu/
H A Dqemu-log.c123 static int cmp1(const char *s1, int n, const char *s2) argument
128 return memcmp(s1, s2, n) == 0;
/external/smali/util/src/main/java/org/jf/util/
H A DHex.java229 public static String s1(int v) { method in class:Hex
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dconcat.h56 StateId s1 = fst1->AddState(); local
58 fst1->SetFinal(s1, fst2.Final(s2));
64 fst1->AddArc(s1, arc);
69 for (StateId s1 = 0; s1 < numstates1; ++s1) {
70 Weight final = fst1->Final(s1);
72 fst1->SetFinal(s1, Weight::Zero());
74 fst1->AddArc(s1, Arc(0, 0, final, start2 + numstates1));
H A Dunion.h54 StateId s1 = fst1->AddState(); local
56 fst1->SetFinal(s1, fst2.Final(s2));
62 fst1->AddArc(s1, arc);
/external/tcpdump/
H A Dprint-ascii.c95 register int s1, s2; local
104 s1 = *cp++;
107 " %02x%02x", s1, s2);
109 *(asp++) = (ND_ISGRAPH(s1) ? s1 : '.');
122 s1 = *cp++;
124 " %02x", s1);
126 *(asp++) = (ND_ISGRAPH(s1) ? s1 : '.');
/external/valgrind/main/VEX/test/
H A Dtest-amd64-shift.h11 #define EXECSHIFT(size, res, s1, s2, flags) \
18 : "r" (s1), "0" (res), "1" (flags));
20 #define EXECSHIFT(size, res, s1, s2, flags) \
27 : "c" (s1), "0" (res), "1" (flags));
30 void exec_opq(int64 s2, int64 s0, int64 s1, int64 iflags) argument
35 EXECSHIFT("q", res, s1, s2, flags);
37 if (s1 != 1)
40 stringify(OP) "q", s0, s1, res, iflags, flags & CC_MASK);
43 void exec_opl(int64 s2, int64 s0, int64 s1, int64 iflags) argument
48 EXECSHIFT("", res, s1, s
56 exec_opw(int64 s2, int64 s0, int64 s1, int64 iflags) argument
79 exec_opl(int64 s2, int64 s0, int64 s1, int64 iflags) argument
92 exec_opw(int64 s2, int64 s0, int64 s1, int64 iflags) argument
108 exec_opb(int64 s0, int64 s1, int64 iflags) argument
122 exec_op(int64 s2, int64 s0, int64 s1) argument
[all...]
H A Dtest-amd64.h8 #define EXECOP2(size, res, s1, flags) \
15 : "q" (s1), "0" (res), "1" (flags));
27 inline void exec_opq(int64 s0, int64 s1, int64 iflags) argument
36 inline void exec_opl(int64 s0, int64 s1, int64 iflags) argument
45 inline void exec_opw(int64 s0, int64 s1, int64 iflags) argument
54 inline void exec_opb(int64 s0, int64 s1, int64 iflags) argument
64 inline void exec_opq(int64 s0, int64 s1, int64 iflags) argument
69 EXECOP2("q", res, s1, flags);
71 stringify(OP) "q", s0, s1, res, iflags, flags & CC_MASK);
74 inline void exec_opl(int64 s0, int64 s1, int6 argument
84 exec_opw(int64 s0, int64 s1, int64 iflags) argument
94 exec_opb(int64 s0, int64 s1, int64 iflags) argument
105 exec_op(int64 s0, int64 s1) argument
[all...]
H A Dtest-i386-shift.h10 #define EXECSHIFT(size, res, s1, s2, flags) \
17 : "r" (s1), "0" (res), "1" (flags));
19 #define EXECSHIFT(size, res, s1, s2, flags) \
26 : "c" (s1), "0" (res), "1" (flags));
29 void exec_opl(int s2, int s0, int s1, int iflags) argument
34 EXECSHIFT("", res, s1, s2, flags);
36 if (s1 != 1)
39 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK);
42 void exec_opw(int s2, int s0, int s1, int iflags) argument
47 EXECSHIFT("w", res, s1, s
65 exec_opl(int s2, int s0, int s1, int iflags) argument
78 exec_opw(int s2, int s0, int s1, int iflags) argument
94 exec_opb(int s0, int s1, int iflags) argument
108 exec_op(int s2, int s0, int s1) argument
[all...]
H A Dtest-i386.h9 #define EXECOP2(size, res, s1, flags) \
16 : "q" (s1), "0" (res), "1" (flags));
28 inline void exec_opl(int s0, int s1, int iflags) argument
42 inline void exec_opw(int s0, int s1, int iflags) argument
56 inline void exec_opb(int s0, int s1, int iflags) argument
71 inline void exec_opl(int s0, int s1, int iflags) argument
76 EXECOP2("", res, s1, flags);
79 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK);
85 inline void exec_opw(int s0, int s1, int iflags) argument
90 EXECOP2("w", res, s1, flag
99 exec_opb(int s0, int s1, int iflags) argument
114 exec_op(int s0, int s1) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-internal-enc.c25 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
35 s1 = GETU32(pt + 4) ^ rk[1];
89 s1 = TE41(t1) ^ TE42(t2) ^ TE43(t3) ^ TE44(t0) ^ rk[1];
90 PUTU32(ct + 4, s1);
/external/wpa_supplicant_8/src/crypto/
H A Daes-internal-enc.c25 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
35 s1 = GETU32(pt + 4) ^ rk[1];
89 s1 = TE41(t1) ^ TE42(t2) ^ TE43(t3) ^ TE44(t0) ^ rk[1];
90 PUTU32(ct + 4, s1);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-internal-enc.c25 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
35 s1 = GETU32(pt + 4) ^ rk[1];
89 s1 = TE41(t1) ^ TE42(t2) ^ TE43(t3) ^ TE44(t0) ^ rk[1];
90 PUTU32(ct + 4, s1);
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
H A DCertPathValidatorExceptionTest.java368 public myCertPath(String s, String s1) { argument
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DCMSUtils.java250 static OutputStream getSafeTeeOutputStream(OutputStream s1, argument
253 return s1 == null ? getSafeOutputStream(s2)
254 : s2 == null ? getSafeOutputStream(s1) : new TeeOutputStream(
255 s1, s2);
/external/chromium_org/chrome/browser/
H A Dabout_flags_unittest.cc180 std::string s1; local
181 ASSERT_TRUE(experiments_list->GetString(1, &s1));
183 EXPECT_TRUE(s0 == kFlags1 || s1 == kFlags1);
184 EXPECT_TRUE(s0 == kFlags2 || s1 == kFlags2);
317 std::string s1; local
318 ASSERT_TRUE(experiments_list->GetString(1, &s1));
319 EXPECT_EQ(kFlags3, s1);
374 std::string s1; local
375 ASSERT_TRUE(experiments_list->GetString(1, &s1));
376 EXPECT_EQ(kFlags2, s1);
[all...]
/external/chromium_org/net/tools/balsa/
H A Dbalsa_headers_test.cc175 std::string s1, s2, s3; local
179 headers_->GetAllOfHeaderAsString("key1", &s1);
191 ASSERT_EQ("value1", s1);
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
H A Dmapping_file_provider.cc69 // Returns true if s1 comes strictly before s2 in lexicographic order.
70 bool IsLowerThan(const char* s1, const char* s2) { argument
71 return strcmp(s1, s2) < 0;
/external/chromium_org/third_party/libpng/
H A Dpngmem.c587 png_memcpy_check (png_structp png_ptr, png_voidp s1, png_voidp s2, argument
596 return(png_memcpy (s1, s2, size));
600 png_memset_check (png_structp png_ptr, png_voidp s1, int value, argument
609 return (png_memset (s1, value, size));

Completed in 667 milliseconds

1234567891011>>