Home
last modified time | relevance | path

Searched refs:a (Results 1 – 25 of 2311) sorted by relevance

12345678910>>...93

/l4re-core-master/uclibc/lib/contrib/uclibc/test/regex/
A Dinterpretation.dat1 :RE#01:E a+ xaax (1,3)
24 :RE#24:E (a|ab)(ba|a) aba (0,3)(0,2)(2,3)
26 :RE#26:E (a|ab|ba)(a|ab|ba) aba (0,3)(0,2)(2,3)
29 :RE#29:E (aba|a*b)(aba|a*b) ababa (0,5)(0,2)(2,5)
32 :RE#32:E (aba|ab|a)(aba|ab|a) ababa (0,5)(0,2)(2,5)
35 :RE#35:E (a(b)?)(a(b)?) aba (0,3)(0,2)(1,2)(2,3)(?,?)
40 :RE#40:E (a.*z|b.*y)(a.*z|b.*y) azbazby (0,7)(0,5)(5,7)
79 :RE#79:B \(x\)*a\1 a NOMATCH
80 :RE#80:B \(x\)*a\1* a (0,1)(?,?)
81 :RE#81:B \(x\)*a\(\1\) a NOMATCH
[all …]
A Dbasic.dat7 BE a] a]a (0,2)
16 BE \^a a^a (1,3)
17 BE a\^ a^ (0,2)
19 BE a\$ a$ (0,2)
23 E a*(^a) aa (0,1)(0,1)
32 E ((a|a)|a) a (0,1)(0,1)(0,1)
48 E (a.|.a.)*|(a|.a...) aa (0,2)(0,2)
53 BE [a-]* --a (0,3)
82 E a*a*a*a*a*b aaaaaaaaab (0,10)
86 BE ^a$ a (0,1)
[all …]
A Dnullsubexpr.dat3 E (a*)* a (0,1)(0,1)
7 E (a*)+ a (0,1)(0,1)
11 E (a+)* a (0,1)(0,1)
15 E (a+)+ a (0,1)(0,1)
20 E ([a]*)* a (0,1)(0,1)
24 E ([a]*)+ a (0,1)(0,1)
28 E ([^b]*)* a (0,1)(0,1)
32 E ([ab]*)* a (0,1)(0,1)
48 E (a) aaa (0,1)(0,1)
50 E (a)*? aaa (0,0)
[all …]
A Dcategorize.dat10 ?E ((a*)(ab)*)((b*)(a*)) aba (0,3)(0,2)(0,0)(0,2)(2,3)(2,2)(2,3) SUBEXPRESSION=precedence
11 |E ((a*)(ab)*)((b*)(a*)) aba (0,3)(0,1)(0,1)(?,?)(1,3)(1,2)(2,3) SUBEXPRESSION=grouping
23 ?E (aba|a*b)(aba|a*b) ababa (0,5)(0,2)(2,5) EXPECTED
24 |E (aba|a*b)(aba|a*b) ababa (0,4)(0,3)(3,4) BUG=first-match
27 ?B a\(b\)*\1 a NOMATCH EXPECTED
28 |B a\(b\)*\1 a (0,1) BUG=nomatch-match
36 ?B a\(b\)*\1 abab NOMATCH EXPECTED
41 ?E (a*)* a (0,1)(0,1) EXPECTED
43 |E (a*)* a (0,1)(1,1) BUG=repeat-null
51 ?E (a(b)?)+ aba (0,3)(2,3) EXPECTED
[all …]
A Dforcedassoc.dat3 E (a|ab)(c|bcd) abcd (0,4)(0,1)(1,4)
4 E (a|ab)(bcd|c) abcd (0,4)(0,1)(1,4)
5 E (ab|a)(c|bcd) abcd (0,4)(0,1)(1,4)
6 E (ab|a)(bcd|c) abcd (0,4)(0,1)(1,4)
15 E (a*)(b|abc) abc (0,3)(0,0)(0,3)
16 E (a*)(abc|b) abc (0,3)(0,0)(0,3)
21 E (a*)(b|abc) abc (0,3)(0,0)(0,3)
27 E (a|ab) ab (0,2)(0,2)
28 E (ab|a) ab (0,2)(0,2)
29 E (a|ab)(b*) ab (0,2)(0,2)(2,2)
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/test/misc/
A Dtst-fnmatch.input44 C "a/b" "a?b" 0
45 C "a/b" "a/?" 0
56 C "a]" "[]a]]" 0
73 C "a" "[[.a.]]" 0
88 C "a" "[[=a=]]" 0
106 C "a]a" "[[:alnum:]]a" NOMATCH
245 C "a" "[a-c]" 0
289 C "a:" "a[0-9-a]" NOMATCH
290 C "a:" "a[09-a]" 0
330 C "/.a" "/[!a-z]a" 0 PATHNAME
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libcrypt/
A Dmd5.c159 (a) = ROTATE_LEFT ((a), (s)); \
160 (a) += (b); \
164 (a) = ROTATE_LEFT ((a), (s)); \
165 (a) += (b); \
169 (a) = ROTATE_LEFT ((a), (s)); \
174 (a) = ROTATE_LEFT ((a), (s)); \
336 temp = a; in __md5_Transform()
362 temp = d; d = c; c = b; b = a; a = temp; in __md5_Transform()
369 temp = d; d = c; c = b; b = a; a = temp; in __md5_Transform()
375 temp = d; d = c; c = b; b = a; a = temp; in __md5_Transform()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/include/netinet/
A Din.h152 #define IN_CLASSA(a) ((((in_addr_t)(a)) & 0x80000000) == 0) argument
158 #define IN_CLASSB(a) ((((in_addr_t)(a)) & 0xc0000000) == 0x80000000) argument
164 #define IN_CLASSC(a) ((((in_addr_t)(a)) & 0xe0000000) == 0xc0000000) argument
169 #define IN_CLASSD(a) ((((in_addr_t)(a)) & 0xf0000000) == 0xe0000000) argument
170 #define IN_MULTICAST(a) IN_CLASSD(a) argument
172 #define IN_EXPERIMENTAL(a) ((((in_addr_t)(a)) & 0xe0000000) == 0xe0000000) argument
173 #define IN_BADCLASS(a) ((((in_addr_t)(a)) & 0xf0000000) == 0xf0000000) argument
422 #define IN6_IS_ADDR_LOOPBACK(a) \ argument
428 #define IN6_IS_ADDR_MULTICAST(a) (((const uint8_t *) (a))[0] == 0xff) argument
438 #define IN6_IS_ADDR_V4MAPPED(a) \ argument
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/generic/
A Dstrstr.c47 chartype a; in strstr() local
51 while (a != b); in strstr()
62 chartype a; in strstr() local
69 a = *++haystack; in strstr()
72 for (; a != b; a = *++haystack) in strstr()
74 if (!a) in strstr()
78 if (!a) in strstr()
86 chartype a; in strstr() local
92 if (!a) in strstr()
96 if (!a) in strstr()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-attr2.c29 pthread_attr_t a; in do_test() local
31 if (pthread_attr_init (&a) != 0) in do_test()
39 if (pthread_attr_getdetachstate (&a, &s) != 0) in do_test()
88 if (pthread_attr_getguardsize (&a, &g) != 0) in do_test()
100 e = pthread_attr_setguardsize (&a, 0); in do_test()
106 if (pthread_attr_getguardsize (&a, &g) != 0) in do_test()
117 e = pthread_attr_setguardsize (&a, 1); in do_test()
246 if (pthread_attr_getscope (&a, &s) != 0) in do_test()
285 if (pthread_attr_getscope (&a, &s) != 0) in do_test()
297 e = pthread_attr_setstack (&a, buf, 1); in do_test()
[all …]
A Dtst-attr3.c31 pthread_attr_t a, *ap, a2; in tf() local
86 else if ((void *) &a < stackaddr in tf()
184 err = pthread_attr_destroy (&a); in tf()
209 pthread_attr_t a; in do_test() local
212 int err = pthread_attr_init (&a); in do_test()
226 err = pthread_attr_destroy (&a); in do_test()
261 else if ((void *) &a < stackaddr in do_test()
329 err = pthread_attr_destroy (&a); in do_test()
356 err = pthread_attr_init (&a); in do_test()
363 err = pthread_create (&th, &a, tf, &a); in do_test()
[all …]
/l4re-core-master/lua/lib/contrib/src/
A Dluac.c343 int a=GETARG_A(i); in PrintCode() local
359 printf("%d %d",a,b); in PrintCode()
372 printf("%d",a); in PrintCode()
376 printf("%d",a); in PrintCode()
379 printf("%d",a); in PrintCode()
382 printf("%d",a); in PrintCode()
385 printf("%d %d",a,b); in PrintCode()
553 printf("%d",a); in PrintCode()
556 printf("%d",a); in PrintCode()
614 printf("%d",a); in PrintCode()
[all …]
A Dllimits.h291 #define luai_numdiv(L,a,b) ((a)/(b)) argument
314 ((void)L, (b == 2) ? (a)*(a) : l_mathop(pow)(a,b))
319 #define luai_numadd(L,a,b) ((a)+(b)) argument
320 #define luai_numsub(L,a,b) ((a)-(b)) argument
321 #define luai_nummul(L,a,b) ((a)*(b)) argument
322 #define luai_numunm(L,a) (-(a)) argument
323 #define luai_numeq(a,b) ((a)==(b)) argument
324 #define luai_numlt(a,b) ((a)<(b)) argument
325 #define luai_numle(a,b) ((a)<=(b)) argument
326 #define luai_numgt(a,b) ((a)>(b)) argument
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libm/
A De_hypot.c49 double a=x,b=y,t1,t2,_y1,y2,w; in __ieee754_hypot() local
56 if(hb > ha) {a=y;b=x;j=ha; ha=hb;hb=j;} else {a=x;b=y;} in __ieee754_hypot()
65 GET_LOW_WORD(low,a); in __ieee754_hypot()
73 SET_HIGH_WORD(a,ha); in __ieee754_hypot()
80 if((hb|low)==0) return a; in __ieee754_hypot()
84 a *= t1; in __ieee754_hypot()
90 SET_HIGH_WORD(a,ha); in __ieee754_hypot()
95 w = a-b; in __ieee754_hypot()
99 t2 = a-t1; in __ieee754_hypot()
102 a = a+a; in __ieee754_hypot()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/scripts/
A DMAKEALL46 local t a v o l
70 local r=$1 a=$2
71 eval $r=\"\$$r $a\"
88 mark_arch skip $a
93 rm -f ${a}.log ${a}.fail
100 do_make ARCH=$a defconfig
123 touch ${a}.fail
125 ) 2>&1 | tee ${a}.log
128 rm -f ${a}.fail
129 mark_arch fail $a
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/
A Dparam.h54 #define setbit(a,i) ((a)[(i)/NBBY] |= 1<<((i)%NBBY)) argument
55 #define clrbit(a,i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY))) argument
56 #define isset(a,i) ((a)[(i)/NBBY] & (1<<((i)%NBBY))) argument
57 #define isclr(a,i) (((a)[(i)/NBBY] & (1<<((i)%NBBY))) == 0) argument
73 #define MIN(a,b) (((a)<(b))?(a):(b)) argument
74 #define MAX(a,b) (((a)>(b))?(a):(b)) argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/e1/bits/
A Dunistd.h36 type name(atype a) \
43 par3 = (int)a; \
66 par3 = (int)a; \
91 par3 = (int)a; \
118 par3 = (int)a; \
147 par3 = (int)a; \
180 par3 = (int)a; \
227 par3 = (int)a; \
250 par3 = (int)a; \
275 par3 = (int)a; \
[all …]
/l4re-core-master/moe/server/src/
A Ddma_space.cc89 if (a < min) in find_free()
90 a = min; in find_free()
99 a = l4_round_size(a, align); in find_free()
105 auto n = _map.find_node(Region(a, a + size - 1)); in find_free()
113 a = a + 1; in find_free()
114 a = l4_round_size(a, align); in find_free()
141 printf("DMA: unmap %lx-%lx\n", a, a+s-1); in remove()
154 printf("DMA: unmap %lx-%lx\n", a, a+(1UL << o)-1); in remove()
209 node->key = Region(a, a + size - 1); in map()
228 a, a + size - 1, fpage)); in map()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/tr1/
A Dregex509 * @brief Gets a sort key for a character sequence.
630 * @param ch a character representing a digit.
915 * @brief Assigns a new regular expression to a regex object from a
933 * @brief Assigns a new regular expression to a regex object from a
950 * @brief Assigns a new regular expression to a regex object from a
1235 * @returns true if @a lhs precedes @a rhs, false otherwise.
1271 * @returns true if @a lhs succeeds @a rhs, false otherwise.
2257 * Searches for a regular expression within a range.
2281 * Searches for a regular expression within a range.
2469 * @param a [IN] The start of a text range to search.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/tr1/
A Dregex509 * @brief Gets a sort key for a character sequence.
630 * @param ch a character representing a digit.
915 * @brief Assigns a new regular expression to a regex object from a
933 * @brief Assigns a new regular expression to a regex object from a
950 * @brief Assigns a new regular expression to a regex object from a
1235 * @returns true if @a lhs precedes @a rhs, false otherwise.
1271 * @returns true if @a lhs succeeds @a rhs, false otherwise.
2257 * Searches for a regular expression within a range.
2281 * Searches for a regular expression within a range.
2469 * @param a [IN] The start of a text range to search.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/tr1/
A Dregex509 * @brief Gets a sort key for a character sequence.
630 * @param ch a character representing a digit.
915 * @brief Assigns a new regular expression to a regex object from a
933 * @brief Assigns a new regular expression to a regex object from a
950 * @brief Assigns a new regular expression to a regex object from a
1235 * @returns true if @a lhs precedes @a rhs, false otherwise.
1271 * @returns true if @a lhs succeeds @a rhs, false otherwise.
2257 * Searches for a regular expression within a range.
2281 * Searches for a regular expression within a range.
2469 * @param a [IN] The start of a text range to search.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/tr1/
A Dregex509 * @brief Gets a sort key for a character sequence.
630 * @param ch a character representing a digit.
915 * @brief Assigns a new regular expression to a regex object from a
933 * @brief Assigns a new regular expression to a regex object from a
950 * @brief Assigns a new regular expression to a regex object from a
1235 * @returns true if @a lhs precedes @a rhs, false otherwise.
1271 * @returns true if @a lhs succeeds @a rhs, false otherwise.
2257 * Searches for a regular expression within a range.
2281 * Searches for a regular expression within a range.
2469 * @param a [IN] The start of a text range to search.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/tr1/
A Dregex506 * @brief Gets a sort key for a character sequence.
627 * @param ch a character representing a digit.
912 * @brief Assigns a new regular expression to a regex object from a
930 * @brief Assigns a new regular expression to a regex object from a
947 * @brief Assigns a new regular expression to a regex object from a
1232 * @returns true if @a lhs precedes @a rhs, false otherwise.
1268 * @returns true if @a lhs succeeds @a rhs, false otherwise.
2254 * Searches for a regular expression within a range.
2278 * Searches for a regular expression within a range.
2466 * @param a [IN] The start of a text range to search.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/tr1/
A Dregex506 * @brief Gets a sort key for a character sequence.
627 * @param ch a character representing a digit.
912 * @brief Assigns a new regular expression to a regex object from a
930 * @brief Assigns a new regular expression to a regex object from a
947 * @brief Assigns a new regular expression to a regex object from a
1232 * @returns true if @a lhs precedes @a rhs, false otherwise.
1268 * @returns true if @a lhs succeeds @a rhs, false otherwise.
2254 * Searches for a regular expression within a range.
2278 * Searches for a regular expression within a range.
2466 * @param a [IN] The start of a text range to search.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/tr1/
A Dregex506 * @brief Gets a sort key for a character sequence.
627 * @param ch a character representing a digit.
912 * @brief Assigns a new regular expression to a regex object from a
930 * @brief Assigns a new regular expression to a regex object from a
947 * @brief Assigns a new regular expression to a regex object from a
1232 * @returns true if @a lhs precedes @a rhs, false otherwise.
1268 * @returns true if @a lhs succeeds @a rhs, false otherwise.
2254 * Searches for a regular expression within a range.
2278 * Searches for a regular expression within a range.
2466 * @param a [IN] The start of a text range to search.
[all …]

Completed in 54 milliseconds

12345678910>>...93