Home
last modified time | relevance | path

Searched refs:s (Results 1 – 25 of 27) sorted by relevance

12

/benchtests/strcoll-inputs/
A Dlorem_ipsum#cs_CZ.UTF-81s vél ei, at has iusto verterém. Jústó tántas múcíus at eos, ut his quódsi impětuš mentiťum. Mel a…
5 …bellás voluptatíbus eú mél, eum duis harúm eů. Sťet mundi útroque áď qúi, šalé cóřporá cu vím. Méa…
7s meňťiťum an sěá, qůot malórúm čonstítúam vel ne. Séa zřil ňobíš epicuri ců, latiňe impedit vix n…
9 …o possim laborés. Ad čibo véňíam měa. Ei has nullam ceteřó platónem, ad ůtamur aliquam šěa. Ad quá
11 …Et quí sůás veniam méntítum, magná děbet albuciús tě quo, iuvaret scaévola éu sít. Šímúl patrióqué…
15 …n ůrbánitás ad, saepe adoléscens méi eť. Luďuš consequat qui eá, mel éů ělit idque, eú ěám alia la…
17sít ceteřó dolórěš měnandri iň. Dico veniam měi in, mel ad tempor regíone inermis. Ei habemůs vol…
25 …ii vel, sed ornatús conseteťuř in. Ut méi chóřó altérum řepřimiquě. Copióšae laboramus ušu ne, eú …
27 …ěx ďolořés noluisse volůptůa neč. At ěós sólět indočtum voluptátum. In šit faběllas spleňďíde cons…
31s ad ést, únum quidam commodó ad při, ex hís habemús viťuperátóřibus. Nam ne virtutě séňsibús demo…
[all …]
A Dlorem_ipsum#is_IS.UTF-81síÞ æmeÞ, æn vél habeo vivendum nóminati, nóbis tæntas et quo. Laöreet eligénði aliqúændo nó vél, …
5 …retæris. Dictæs omiÞtam ædipiscí te qúi. Nóminavi próbatus contentiones an nec, nönumy delectus ín…
7 …An sit möðó pútanÞ aliqúando, et suas vítae conseqúaÞ séæ. Ad qúó audire pærtiendo íntellegæt, vís
17s, mundi fíerent vix no. Vis nönumy partíendö honestatis ex. Vim dölorem menÞitum ne, qúó cú öport…
19 …Labore probatus ést te. Duo légere sæluÞatus id, eí quem movet prömpta mél. Hís essént fabellæs lu…
21s contentionés, qúís ðuis graecé mel ut. Consul dicunt vel cu, cæusæe sígniferumqué ut vix. Timeam…
23 …tur. Diam perículis vituperæÞóribus séa ét. Cibo honesÞætís nó eum, ius nonúmes inveníre íncórrúpt…
33 …ei perpetúa sénsérit déseruisse. Nostruð reförmidans te usu, hís íllud omnes vítuperatoribus íd. N…
41 …Æn sít sale timéam posidónium, sea dolörem senserit eu. Mei nihíl decoré éfficienðí ut, ea usu exp…
43s íriure ét íus. Ius éÞ sólum moléstie médiocrem, veri elitr alterum id dúó, menandri antiópam nó …
[all …]
A Dlorem_ipsum#en_US.UTF-87 …3, 7h4n c0nT3nT, h@x 0n, y0: w1tH f1|3 1F. M1t3 vv@nn4 z3aRcH, j00 1F, +HE 4s p1>< 94g3s. 4rE @n33…
11 …@R, 3n4b|3 1nd1c473z0r 1n d1z. Be c0n741n miL4R zp33k3rz vve. 70p p493 tR@nz|_4t3d pr3f3|23nc35 4s.
15 …Z33 d0n't 51m1L4R @R, 45k3D l1|\|k z3aRcH 1F h@x. N0+ 4|50 p@g3 4s, b3 91ve h1gh-qu4|17y CaN. != n…
17s v3ry P4935 b3 8Ut, y4 WELL f4m1|14r r33zUltz y0:. 15 joo Wh3|\| c0n741n 4pp33|2z0rz, h4D 17 4b0u…
25 … joo. C@N alz0 8utt0|\| 4s, be fOr +3's mIGH+, h4v3 73rm5 c0mpu73|2, 0u7 iz. W1t kn0w 717|3z 17. A…
27 …KWIckLy. U\/ b3 1n70 caChED. 17 u\/ Th@t LINk, != H45 pHor |235u|7z, n0n HELp 74|<3z d159l4y3d, 4s.
33 …1|\|d d0 g3t, l@r9e w0RRy1N9 tR@nz|_4t3d f0r 1+, Wh3n 717|3 Wh3|\| h@x 4z. 4s 4b0u7 INt3r35+3d INF…
41 …@g3 f1|\|d, 8@d +o HELp d@t, r35ul7. @8ou+ k4cH3d M@Y 4s, d4 +hO53 KWIckLy, sT|_|p|-| aLL. @R +3's
A Dlorem_ipsum#sr_RS.UTF-813 …Đžuo at aeterno dželičata. Mel reque noštrudž no, at has impetus sćripšerit vituperatoribuš. In du…
/benchtests/
A Dbench-strpbrk.c28 # define STRPBRK_RESULT(s, pos) ((s)[(pos)] ? (s) + (pos) : NULL) argument
56 while ((c = *s++) != '\0') in SIMPLE_STRPBRK()
59 return (CHAR *) s - 1; in SIMPLE_STRPBRK()
83 CALL (impl, s, rej); in do_one_test()
98 CHAR *rej, *s; in do_test() local
123 if (STRCHR (rej, s[i])) in do_test()
126 if (STRCHR (rej, s[i])) in do_test()
127 s[i] = c; in do_test()
131 if (s[pos]) in do_test()
134 s[i] = random () & BIG_CHAR; in do_test()
[all …]
A Dbench-strspn.c46 const CHAR *r, *str = s; in SIMPLE_STRSPN()
49 while ((c = *s++) != '\0') in SIMPLE_STRSPN()
55 return s - str - 1; in SIMPLE_STRSPN()
57 return s - str - 1; in SIMPLE_STRSPN()
77 CALL (impl, s, acc); in do_one_test()
90 CHAR *acc, *s; in do_test() local
97 s = (CHAR *) (buf1) + align; in do_test()
112 if (STRCHR (acc, s[pos])) in do_test()
113 s[pos] = '\0'; in do_test()
117 s[i] = random () & BIG_CHAR; in do_test()
[all …]
A Dbench-strtok.c24 oldstrtok (char *s, const char *delim) in oldstrtok() argument
29 if (s == NULL) in oldstrtok()
30 s = olds; in oldstrtok()
33 s += strspn (s, delim); in oldstrtok()
34 if (*s == '\0') in oldstrtok()
36 olds = s; in oldstrtok()
41 token = s; in oldstrtok()
42 s = strpbrk (token, delim); in oldstrtok()
43 if (s == NULL) in oldstrtok()
49 *s = '\0'; in oldstrtok()
[all …]
A Dbench-strrchr.c44 SIMPLE_STRRCHR (const CHAR *s, int c) in SIMPLE_STRRCHR() argument
48 for (; *s != '\0'; ++s) in SIMPLE_STRRCHR()
49 if (*s == (CHAR) c) in SIMPLE_STRRCHR()
50 ret = s; in SIMPLE_STRRCHR()
52 return (CHAR *) (c == '\0' ? s : ret); in SIMPLE_STRRCHR()
56 do_one_test (impl_t *impl, const CHAR *s, int c, CHAR *exp_res) in do_one_test() argument
58 CHAR *res = CALL (impl, s, c); in do_one_test()
73 CALL (impl, s, c); in do_one_test()
A Dbench-strcspn.c19 #define STRPBRK_RESULT(s, pos) (pos) argument
42 SIMPLE_STRCSPN (const CHAR *s, const CHAR *rej) in SIMPLE_STRCSPN() argument
44 const CHAR *r, *str = s; in SIMPLE_STRCSPN()
47 while ((c = *s++) != '\0') in SIMPLE_STRCSPN()
50 return s - str - 1; in SIMPLE_STRCSPN()
51 return s - str - 1; in SIMPLE_STRCSPN()
A Dbench-strchr.c65 simple_STRCHR (const CHAR *s, int c) in simple_STRCHR() argument
67 for (; *s != (CHAR) c; ++s) in simple_STRCHR()
68 if (*s == '\0') in simple_STRCHR()
69 return NULLRET ((CHAR *) s); in simple_STRCHR()
70 return (CHAR *) s; in simple_STRCHR()
77 do_one_test (impl_t *impl, const CHAR *s, int c, const CHAR *exp_res) in do_one_test() argument
85 CALL (impl, s, c); in do_one_test()
A Dbench-rawmemchr.c31 generic_rawmemchr (const char *s, int c) in generic_rawmemchr() argument
34 return memchr (s, c, PTRDIFF_MAX); in generic_rawmemchr()
35 return (char *)s + strlen (s); in generic_rawmemchr()
42 do_one_test (json_ctx_t *json_ctx, impl_t *impl, const char *s, int c, char *exp_res) in do_one_test() argument
46 char *res = CALL (impl, s, c); in do_one_test()
58 CALL (impl, s, c); in do_one_test()
A Dbench-malloc-simple.c129 char s[100]; in bench() local
141 sprintf (s, "main_arena_st_allocs_%04d_time", allocs[i]); in bench()
142 json_attr_double (&json_ctx, s, tests[0][i].elapsed / iters2); in bench()
147 sprintf (s, "main_arena_mt_allocs_%04d_time", allocs[i]); in bench()
148 json_attr_double (&json_ctx, s, tests[1][i].elapsed / iters2); in bench()
153 sprintf (s, "thread_arena__allocs_%04d_time", allocs[i]); in bench()
154 json_attr_double (&json_ctx, s, tests[2][i].elapsed / iters2); in bench()
A Dbench-memrchr.c30 simple_memrchr (const char *s, int c, size_t n) in simple_memrchr() argument
32 s = s + n; in simple_memrchr()
34 if (*--s == (char) c) in simple_memrchr()
35 return (char *) s; in simple_memrchr()
A Dbench-strsep.c27 char *s; in simple_strsep() local
31 s = begin; in simple_strsep()
35 while (*s) in simple_strsep()
39 if (*s == s2[j]) in simple_strsep()
41 s[0] = '\0'; in simple_strsep()
42 *s1 = s + 1; in simple_strsep()
46 s++; in simple_strsep()
A Dbench-strnlen.c41 memchr_strnlen (const CHAR *s, size_t maxlen) in memchr_strnlen() argument
43 const CHAR *s1 = MEMCHR (s, 0, maxlen); in memchr_strnlen()
44 return (s1 == NULL) ? maxlen : s1 - s; in memchr_strnlen()
52 do_one_test (impl_t *impl, const CHAR *s, size_t maxlen, size_t exp_len) in do_one_test() argument
54 size_t len = CALL (impl, s, maxlen), i, iters = INNER_LOOP_ITERS_LARGE; in do_one_test()
68 CALL (impl, s, maxlen); in do_one_test()
A Dbench-memchr.c47 SIMPLE_MEMCHR (const CHAR *s, int c, size_t n) in SIMPLE_MEMCHR() argument
50 if (*s++ == (CHAR) c) in SIMPLE_MEMCHR()
51 return (CHAR *) s - 1; in SIMPLE_MEMCHR()
57 do_one_test (impl_t *impl, const CHAR *s, int c, size_t n) in do_one_test() argument
65 CALL (impl, s, c, n); in do_one_test()
A Djson-lib.c91 json_attr_string (json_ctx_t *ctx, const char *name, const char *s) in json_attr_string() argument
100 fprintf (ctx->fp, "\"%s\": \"%s\"", name, s); in json_attr_string()
166 json_element_string (json_ctx_t *ctx, const char *s) in json_element_string() argument
169 fprintf (ctx->fp, ", \"%s\"", s); in json_element_string()
172 fprintf (ctx->fp, "\"%s\"", s); in json_element_string()
A Dbench-strncmp.c234 for (size_t s = 99; s <= size; s++) in do_test_page_boundary() local
238 size_t align1 = (page_size / CHARBYTES - s) - s1a; in do_test_page_boundary()
239 size_t align2 = (page_size / CHARBYTES - s) - s2a; in do_test_page_boundary()
243 exp_result = SIMPLE_STRNCMP (s1p, s2p, s); in do_test_page_boundary()
245 len, s, exp_result); in do_test_page_boundary()
A Dbench-strcmp.c186 for (size_t s = 99; s <= size; s++) in do_test_page_boundary() local
190 size_t align1 = (page_size / CHARBYTES - s) - s1a; in do_test_page_boundary()
191 size_t align2 = (page_size / CHARBYTES - s) - s2a; in do_test_page_boundary()
A Dbench-memset-walk.c35 do_one_test (json_ctx_t *json_ctx, impl_t *impl, CHAR *s, CHAR *s_end, in do_one_test() argument
42 for (i = 0; i < iters && s <= s_end; s_end -= n, i++) in do_one_test()
43 CALL (impl, s, c, n); in do_one_test()
A Dbench-strlen.c49 do_one_test (json_ctx_t *json_ctx, impl_t *impl, const CHAR *s, size_t exp_len) in do_one_test() argument
51 size_t len = CALL (impl, s), i, iters = INNER_LOOP_ITERS_LARGE; in do_one_test()
65 CALL (impl, s); in do_one_test()
A Djson-lib.h40 void json_attr_string (json_ctx_t *ctx, const char *name, const char *s);
46 void json_element_string (json_ctx_t *ctx, const char *s);
A Dbench-memset-large.c35 do_one_test (json_ctx_t *json_ctx, impl_t *impl, CHAR *s, in do_one_test() argument
44 CALL (impl, s, c, n); in do_one_test()
A Dbench-memset.c43 do_one_test (json_ctx_t *json_ctx, impl_t *impl, CHAR *s, in do_one_test() argument
52 CALL (impl, s, c, n); in do_one_test()
A Dbench-pthread-locks.c485 double s = (double) curs[i] / (double) iters - mean; in do_bench_2() local
486 stdev += s * s; in do_bench_2()

Completed in 22 milliseconds

12