Searched refs:re (Results 1 – 12 of 12) sorted by relevance
| /sysdeps/unix/sysv/linux/ |
| A D | getsysstats.c | 71 *re = buffer + (*re - *cp); in next_line() 74 ssize_t n = __read_nocancel (fd, *re, buffer_end - *re); in next_line() 78 *re += n; in next_line() 85 n = __read_nocancel (fd, *re, buffer_end - *re); in next_line() 90 **re = '\n'; in next_line() 91 *re += n; in next_line() 101 nl = *re - 1; in next_line() 105 assert (*cp <= *re); in next_line() 115 char *re = buffer_end; in get_nproc_stat() local 149 char *re = buffer_end; in __get_nprocs() local [all …]
|
| A D | glibcsyscalls.py | 21 import re 36 RE_SYSCALL = re.compile('__NR_.*') 39 RE_PSEUDO_SYSCALL = re.compile(r"""__NR_( 46 )""", re.X)
|
| A D | configure.ac | 94 # clobber what they're linked to (probably a kernel tree). 114 Delete the links and re-run configure, or better still, move the entire
|
| A D | configure | 136 # clobber what they're linked to (probably a kernel tree). 157 Delete the links and re-run configure, or better still, move the entire
|
| /sysdeps/arm/armv6/ |
| A D | strcpy.S | 115 @ but we'll not re-write dest bytes.
|
| A D | strlen.S | 52 @ So now we're aligned.
|
| A D | rawmemchr.S | 56 @ So now we're aligned.
|
| A D | strchr.S | 60 @ So now we're aligned. Now we actually need a stack frame.
|
| A D | strrchr.S | 46 @ So now we're aligned. Now we actually need a stack frame.
|
| /sysdeps/x86_64/fpu/scripts/ |
| A D | bench_libmvec.py | 31 import re
|
| /sysdeps/arm/armv6t2/ |
| A D | memchr.S | 127 60: @ We're here because the fast path found a hit - now we have to track down exactly which word …
|
| /sysdeps/alpha/alphaev6/ |
| A D | addmul_1.S | 59 # So for b_cache, we're likely going to want to put one or more cycles
|
Completed in 9 milliseconds