Home
last modified time | relevance | path

Searched refs:s2 (Results 1 – 21 of 21) sorted by relevance

/third_party/uapp/dash/src/
A Dmystring.h62 #define equal(s1, s2) (strcmp(s1, s2) == 0) argument
63 #define scopy(s1, s2) ((void)strcpy(s2, s1)) argument
A Dmkinit.c147 #define equal(s1, s2) (strcmp(s1, s2) == 0) argument
/third_party/ulib/uboringssl/crypto/fipsmodule/aes/
A Daes.c685 uint32_t s0, s1, s2, s3, t0, t1, t2, t3; in aes_nohw_encrypt() local
695 s2 = GETU32(in + 8) ^ rk[2]; in aes_nohw_encrypt()
701 t0 = Te0[(s0 >> 24)] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ in aes_nohw_encrypt()
703 t1 = Te0[(s1 >> 24)] ^ Te1[(s2 >> 16) & 0xff] ^ Te2[(s3 >> 8) & 0xff] ^ in aes_nohw_encrypt()
708 Te3[(s2) & 0xff] ^ rk[7]; in aes_nohw_encrypt()
737 PUTU32(out + 8, s2); in aes_nohw_encrypt()
747 uint32_t s0, s1, s2, s3, t0, t1, t2, t3; in aes_nohw_decrypt() local
757 s2 = GETU32(in + 8) ^ rk[2]; in aes_nohw_decrypt()
766 Td3[(s2) & 0xff] ^ rk[5]; in aes_nohw_decrypt()
799 s2 = ((uint32_t)Td4[(t2 >> 24)] << 24) ^ in aes_nohw_decrypt()
[all …]
/third_party/ulib/musl/include/
A Dsched.h94 #define CPU_AND(d, s1, s2) CPU_AND_S(sizeof(cpu_set_t), d, s1, s2) argument
95 #define CPU_OR(d, s1, s2) CPU_OR_S(sizeof(cpu_set_t), d, s1, s2) argument
96 #define CPU_XOR(d, s1, s2) CPU_XOR_S(sizeof(cpu_set_t), d, s1, s2) argument
99 #define CPU_EQUAL(s1, s2) CPU_EQUAL_S(sizeof(cpu_set_t), s1, s2) argument
/third_party/ulib/musl/third_party/math/
A Dpow.c229 double ss, s2, s_h, s_l, t_h, t_l; in pow() local
264 s2 = ss * ss; in pow()
265 r = s2 * s2 * (L1 + s2 * (L2 + s2 * (L3 + s2 * (L4 + s2 * (L5 + s2 * L6))))); in pow()
267 s2 = s_h * s_h; in pow()
268 t_h = 3.0 + s2 + r; in pow()
270 t_l = r - ((t_h - 3.0) - s2); in pow()
A Dpowf.c153 float s2, s_h, s_l, t_h, t_l; in powf() local
189 s2 = s * s; in powf()
190 r = s2 * s2 * (L1 + s2 * (L2 + s2 * (L3 + s2 * (L4 + s2 * (L5 + s2 * L6))))); in powf()
192 s2 = s_h * s_h; in powf()
193 t_h = 3.0f + s2 + r; in powf()
196 t_l = r - ((t_h - 3.0f) - s2); in powf()
A Datanf.c37 float_t w, s1, s2, z; in atanf() local
82 s2 = w * (aT[1] + w * aT[3]); in atanf()
84 return x - x * (s1 + s2); in atanf()
85 z = atanhi[id] - ((x * (s1 + s2) - atanlo[id]) - x); in atanf()
A Datan.c63 double_t w, s1, s2, z; in atan() local
108 s2 = w * (aT[1] + w * (aT[3] + w * (aT[5] + w * (aT[7] + w * aT[9])))); in atan()
110 return x - x * (s1 + s2); in atan()
111 z = atanhi[id] - (x * (s1 + s2) - atanlo[id] - x); in atan()
A Datanl.c113 long double w, s1, s2, z; in atanl() local
159 s2 = w * T_odd(w); in atanl()
161 return x - x * (s1 + s2); in atanl()
162 z = atanhi[id] - ((x * (s1 + s2) - atanlo[id]) - x); in atanl()
A Dlgammal.c170 s2 = -6.573568698209374121847873064292963089438E6L, variable
305 p = y * (s0 + y * (s1 + y * (s2 + y * (s3 + y * (s4 + y * (s5 + y * s6)))))); in __lgammal_r()
A Dlgamma_r.c129 s2 = 3.25778796408930981787e-01, /* 0x3FD4D98F, 0x4F139F59 */ variable
262 p = y * (s0 + y * (s1 + y * (s2 + y * (s3 + y * (s4 + y * (s5 + y * s6)))))); in __lgamma_r()
A Dlgammaf_r.c64 s2 = 3.2577878237e-01, /* 0x3ea6cc7a */ variable
197 p = y * (s0 + y * (s1 + y * (s2 + y * (s3 + y * (s4 + y * (s5 + y * s6)))))); in __lgammaf_r()
/third_party/ulib/jemalloc/include/jemalloc/
A Djemalloc_macros.h63 # define JEMALLOC_ALLOC_SIZE2(s1, s2) argument
90 # define JEMALLOC_ALLOC_SIZE2(s1, s2) JEMALLOC_ATTR(alloc_size(s1, s2)) argument
93 # define JEMALLOC_ALLOC_SIZE2(s1, s2) argument
114 # define JEMALLOC_ALLOC_SIZE2(s1, s2) argument
A Djemalloc_macros.h.in63 # define JEMALLOC_ALLOC_SIZE2(s1, s2) argument
90 # define JEMALLOC_ALLOC_SIZE2(s1, s2) JEMALLOC_ATTR(alloc_size(s1, s2)) argument
93 # define JEMALLOC_ALLOC_SIZE2(s1, s2) argument
114 # define JEMALLOC_ALLOC_SIZE2(s1, s2) argument
A Djemalloc.h147 # define JEMALLOC_ALLOC_SIZE2(s1, s2) argument
174 # define JEMALLOC_ALLOC_SIZE2(s1, s2) JEMALLOC_ATTR(alloc_size(s1, s2))
177 # define JEMALLOC_ALLOC_SIZE2(s1, s2)
198 # define JEMALLOC_ALLOC_SIZE2(s1, s2)
/third_party/ulib/musl/src/string/
A Dbcmp.c5 int bcmp(const void* s1, const void* s2, size_t n) { in bcmp() argument
6 return memcmp(s1, s2, n); in bcmp()
A Dbcopy.c5 void bcopy(const void* s1, void* s2, size_t n) { in bcopy() argument
6 memmove(s2, s1, n); in bcopy()
/third_party/ulib/musl/third_party/tre/
A Dregcomp.c1882 int s1, s2, i, j; in tre_set_union() local
1891 for (s2 = 0; set2[s2].position >= 0; s2++) in tre_set_union()
1922 for (s2 = 0; set2[s2].position >= 0; s2++) { in tre_set_union()
1923 new_set[s1 + s2].position = set2[s2].position; in tre_set_union()
1924 new_set[s1 + s2].code_min = set2[s2].code_min; in tre_set_union()
1925 new_set[s1 + s2].code_max = set2[s2].code_max; in tre_set_union()
1927 new_set[s1 + s2].assertions = set2[s2].assertions; in tre_set_union()
1928 new_set[s1 + s2].class = set2[s2].class; in tre_set_union()
1929 new_set[s1 + s2].neg_classes = set2[s2].neg_classes; in tre_set_union()
1930 new_set[s1 + s2].backref = set2[s2].backref; in tre_set_union()
[all …]
/third_party/ulib/jemalloc/test/include/test/
A Dmath.h224 double e, aa, xx, c, ch, a, q, p1, p2, t, x, b, s1, s2, s3, s4, s5, s6; in pt_chi2() local
284 s2 = (420.0 + a * (735.0 + a * (966.0 + a * (1141.0 + 1278.0 * in pt_chi2()
291 ch += t * (1.0 + 0.5 * t * s1 - b * c * (s1 - b * (s2 - b * (s3 in pt_chi2()
/third_party/ulib/uboringssl/crypto/
A Dinternal.h691 static inline int OPENSSL_memcmp(const void *s1, const void *s2, size_t n) { in OPENSSL_MSVC_PRAGMA()
696 return memcmp(s1, s2, n); in OPENSSL_MSVC_PRAGMA()
/third_party/ulib/jemalloc/bin/
A Djeprof.in4072 my $ratio = (($s2*1.0)/$n2)/($sample_adjustment);
4075 $s2 *= $scale_factor;
4085 $ratio = (($s2*1.0)/$n2)/($sample_adjustment);
4088 $s2 /= $ratio;
4092 return ($n1, $s1, $n2, $s2);
4158 my ($n1, $s1, $n2, $s2) = ($1, $2, $3, $4);
4159 if (($n1 == $n2) && ($s1 == $s2)) {
4205 my ($n1, $s1, $n2, $s2) = ($1, $2, $3, $4);
4207 $n1, $s1, $n2, $s2);
4273 my ($n1, $s1, $n2, $s2) = ($3, $4, $5, $6);
[all …]

Completed in 44 milliseconds