| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Change-Id: I90e578fdc82e427caee8fa4157ce3f8c6c99926d
|
| |
|
|
|
|
|
|
| |
This reverts commit 80fba9a2fe4eacaabee99cf0bbead872c2792231,
which caused the system to not boot anymore, aborting with:
"java.lang.RuntimeException: Missing static main on com.android.server.SystemServer".
Change-Id: I745e0a23c728cccf5f95a3c7642d544478a4e57e
|
| |
|
|
| |
Change-Id: I5652f4f97ca59d95176443fc27c737ef76258183
|
| |
|
|
|
|
|
|
| |
Return a valid pointer (not NULL) when the character "c" is at the end of "src".
Change-Id: Iab0b677943f2c8a9fbb255c44689f5d6dc3535d7
Example:
memccpy(dest, "xzy", 'y', 3) should return dest+3 rather than null.
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
It decreases code size:
text data bss dec hex filename
161 0 0 161 a1 strndup-BEFORE.o
153 0 0 153 99 strndup-AFTER.o
Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com>
|
| |\ \
| |/
|/|
| |
| |
| | |
* changes:
Correct generic memset implementation
Generic memcpy should define MEMCOPY before including bcopy.c
|
| | |
| |
| |
| | |
Signed-off-by: Chris Dearman <chris@mips.com>
|
| | |
| |
| |
| | |
Signed-off-by: Chris Dearman <chris@mips.com>
|
| |/
|
|
| |
Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com>
|
| | |
|
| | |
|
| | |
|
| |
|