Home
last modified time | relevance | path

Searched refs:match (Results 1 – 25 of 35) sorted by relevance

12

/picolibc-latest/
Dfind-copyright74 m = re.match(r'(.*<[^>]+>).*', line)
102 line = left_res.match(line).group(1)
104 m = right_res.match(line)
117 if re.match(r'^no support for.*', copyright):
159 if tog.match(comment.text()):
161 if m.match(comment.text()):
176 def pick_split(split,match,use_end): argument
177 if not match:
179 start = match.start()
180 end = match.start()
[all …]
/picolibc-latest/newlib/testsuite/lib/
Dnewlib.exp47 if [string match $host_triplet $target_triplet] then {
48 if [string match "i686-pc-linux-gnu" $host_triplet] then {
72 if [string match $host_triplet $target_triplet] then {
73 if [string match "i686-pc-linux-gnu" $host_triplet] then {
88 if [string match $host_triplet $target_triplet] then {
89 if [string match "i686-pc-linux-gnu" $host_triplet] then {
Dcheckoutput.exp34 if { ! [string match $expectedval $gotval] } {
/picolibc-latest/newlib/libc/machine/spu/
Dstrcspn.c47 vec_uchar16 shuffle, match, initial_splat, splat; in strcspn() local
75 match = spu_cmpeq(data1, 0); in strcspn()
81 match = spu_or(match, spu_cmpeq(data1, data2)); in strcspn()
90 cnt = spu_extract(spu_cntlz(spu_gather(match)), 0); in strcspn()
Dstrpbrk.c47 vec_uchar16 shuffle, match, initial_splat, splat, eos; in strpbrk() local
66 eos = match = spu_cmpeq(data1, 0); in strpbrk()
78 match = spu_or(match, spu_cmpeq(data1, data2)); in strpbrk()
87 cnt = spu_cntlz(spu_gather(match)); in strpbrk()
Dstrspn.c47 vec_uchar16 shuffle, match, initial_splat, splat; in strspn() local
68 match = spu_splats((unsigned char)0); in strspn()
80 match = spu_or(match, spu_cmpeq(data1, data2)); in strspn()
89 cnt = spu_extract(spu_cntlz(spu_gather(spu_xor(match, -1))), 0); in strspn()
/picolibc-latest/newlib/libc/machine/rx/
Dmemchr.S23 sub #1, r1 ; We have found a match, bit now R1 points to the byte after the match.
29 stnz #1, r1 ; If no match was found return NULL.
30 sub #1, r1 ; suntil.b leaves r1 pointing at the address *after* the match.
Dstrlen.S29 sub #1, r1 ; suntil.b leaves r1 pointing to the byte beyond the match.
Dstrcat.S36 sub #1, r1 ; suntil.b leaves r1 pointing to the byte beyond the match.
Dstrncat.S55 beq 1f ; Z flag is set if a match was found.
/picolibc-latest/newlib/doc/
Dmakedocbook.py111 if re.match(r'^[A-Z_]{3,}\s*$', l):
300 if re.match(r'\s*(#|\[|struct)', l):
304 elif re.match(r'[Ll]ink with', l):
334 match = re.match(r'(.*?)([\w\d]*) ?\((.*)\)', fp)
337 print(match.groups(), file=sys.stderr)
341 funcdef.text = match.group(1)
343 function.text = match.group(2)
345 if match.group(3).strip() == 'void':
349 for p in re.split(r',(?![^()]*\))', match.group(3)):
362 match2 = re.match(r'(.*)<\[(.*)\]>(.*)', p)
[all …]
/picolibc-latest/newlib/
Drefcontainers.xslt6 <!-- Whenever you match any node but refentrycontainer or any attribute -->
7 <xsl:template match="node()[not(self::refentrycontainer)]|@*">
/picolibc-latest/newlib/libc/posix/
Dengine.c53 #define match smat macro
64 #define match lmat macro
68 struct match { struct
91 static char *dissect(struct match *m, char *start, char *stop, sopno startst, sopno stopst); argument
92 static char *backref(struct match *m, char *start, char *stop, sopno startst, sopno stopst, sopno l…
93 static char *fast(struct match *m, char *start, char *stop, sopno startst, sopno stopst);
94 static char *slow(struct match *m, char *start, char *stop, sopno startst, sopno stopst);
106 static void print(struct match *m, char *caption, states st, int ch, FILE *d);
109 static void at(struct match *m, char *title, char *start, char *stop, sopno startst, sopno stopst);
144 struct match mv; in matcher()
[all …]
/picolibc-latest/newlib/testsuite/newlib.elix/
Delix.exp17 if [string match "i\[3456\]86-pc-linux-gnu" $target_triplet] then {
/picolibc-latest/newlib/libc/stdlib/
Dgdtoa-hexnan.c47 match (const char **sp, in match() function
Dmprec.h331 #define match __match macro
377 int match (const char**, char*);
Dstrtod.c441 if (match(&s,"nf")) {
443 if (!match(&s,"inity"))
454 if (match(&s, "an")) {
Dstrtodg.c601 if (match(&s,"nf")) { in _strtodg_l()
603 if (!match(&s,"inity")) in _strtodg_l()
611 if (match(&s, "an")) { in _strtodg_l()
/picolibc-latest/newlib/libc/machine/arc/
Dstrcmp-archs.S66 ; A match is found, spot it out
/picolibc-latest/newlib/libc/string/
Dwcstrings.tex33 * Function wcsspn:: Find initial match in wide-character string
Dstrings.tex64 * Function strspn:: Find initial match
/picolibc-latest/cmake/
DTC-arm-none-eabi.ld238 "ERROR: .data/.tdata flash size does not match RAM size");
DTC-microbit.ld238 "ERROR: .data/.tdata flash size does not match RAM size");
/picolibc-latest/newlib/libc/machine/arc64/
Dstrcmp.S341 ; the bytes that follow the NULL bytes also match. As this is extremely
/picolibc-latest/newlib/libc/xdr/
DREADME113 or some other facility. The function should match the

12