Searched refs:rest (Results 1 – 25 of 53) sorted by relevance
123
/l4re-core-master/uclibc/lib/contrib/uclibc/test/math/ |
A D | gen-libm-test.pl | 177 my $rest; 181 $rest = ", DELTA$count"; 183 $rest = ', 0'; 186 $rest .= ", FAIL$count"; 188 $rest .= ', 0'; 191 $rest .= ", $exception"; 193 $rest .= ', 0'; 195 $rest .= ");\n"; 199 return $rest;
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/glob/ |
A D | glob.c | 539 const char *rest; in glob() local 556 rest = next; in glob() 557 while (*rest != '}') in glob() 559 rest = __next_brace_sub (rest + 1, flags); in glob() 560 if (rest == NULL) in glob() 568 rest_len = strlen (++rest) + 1; in glob() 591 mempcpy (mempcpy (alt_start, p, next - p), rest, rest_len); in glob()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/misc/ |
A D | Makefile.in | 19 MNTENTS = $(shell mount | while read dev on mp rest; do echo $$mp; done)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/metag/ |
A D | strcmp.S | 52 CMP D1Ar3,#1 ! Null -> C and NZ, rest -> NC (\1->Z)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/tr2/ |
A D | type_traits | 76 struct rest
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/tr2/ |
A D | type_traits | 76 struct rest
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/tr2/ |
A D | type_traits | 76 struct rest
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/tr2/ |
A D | type_traits | 76 struct rest
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/tr2/ |
A D | type_traits | 76 struct rest
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/tr2/ |
A D | type_traits | 76 struct rest
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/tr2/ |
A D | type_traits | 76 struct rest
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/tr2/ |
A D | type_traits | 76 struct rest
|
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/ |
A D | sigaction.txt | 98 The rest, kernel side: 123 And finally the rest has:
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/sh64/ |
A D | memcpy.S | 30 ! bytes memory chunk to b copied, the rest of the word can be read
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/sparcv7/ |
A D | udiv.S | 84 srl %o5, 1, %o5 ! rest of %o5
|
A D | urem.S | 84 srl %o5, 1, %o5 ! rest of %o5
|
A D | rem.S | 97 srl %o5, 1, %o5 ! rest of %o5
|
A D | sdiv.S | 97 srl %o5, 1, %o5 ! rest of %o5
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/std/ |
A D | functional | 267 * be specified: the rest are used to determine among the various 273 * rest of the arguments.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/std/ |
A D | functional | 334 * be specified: the rest are used to determine among the various 340 * rest of the arguments.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/ |
A D | functional | 281 * be specified: the rest are used to determine among the various 287 * rest of the arguments.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/ |
A D | functional | 267 * be specified: the rest are used to determine among the various 273 * rest of the arguments.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/ |
A D | functional | 277 * be specified: the rest are used to determine among the various 283 * rest of the arguments.
|
/l4re-core-master/ |
A D | COPYING | 227 be a consequence of the rest of this License.
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/tr1/ |
A D | functional | 993 * be specified: the rest are used to determine among the various 999 * rest of the arguments.
|
Completed in 46 milliseconds
123