Searched refs:original (Results 1 – 11 of 11) sorted by relevance
/bionic/tests/ |
D | locale_test.cpp | 106 locale_t original = uselocale(nullptr); in TEST() local 107 EXPECT_FALSE(original == nullptr); in TEST() 108 EXPECT_EQ(LC_GLOBAL_LOCALE, original); in TEST() 112 EXPECT_FALSE(n == original); in TEST() 115 EXPECT_TRUE(old == original); in TEST()
|
/bionic/libc/bionic/ |
D | scandir.cpp | 85 static dirent* CopyDirent(dirent* original) { in CopyDirent() argument 87 size_t size = ((original->d_reclen + 3) & ~3); in CopyDirent() 89 memcpy(copy, original, original->d_reclen); in CopyDirent()
|
/bionic/libc/private/ |
D | bionic_asm.h | 82 #define ALIAS_SYMBOL(alias, original) \ argument 84 .equ alias, original
|
/bionic/ |
D | .gitignore | 3 libc/kernel/original
|
/bionic/libc/kernel/ |
D | README.md | 7 in the `tools/` directory. The tools process the original 20 * `external/kernel-headers/original/` 27 in `external/kernel-headers/original/uapi/`. 46 `external/kernel-headers/original/`.
|
/bionic/libc/malloc_debug/ |
D | README.md | 49 to find memory corruption occuring to a region before the original allocation. 65 and information about the original allocation. 75 to find memory corruption occuring to a region after the original allocation. 85 information about the original allocation. 113 the backtrace and information about the original allocation. After that, this 140 the backtrace and information about the original allocation. After that, this 171 above the original usable size will be set to 0xeb. 215 the backtrace and information about the original allocation. After that, this 253 the backtrace and information about the original allocation. After that, this 425 04-15 12:00:31.305 7412 7412 E malloc_debug: Backtrace of original free:
|
D | README_api.md | 38 *backtrace\_size* as returned by the original call to
|
/bionic/libc/arch-x86_64/string/ |
D | sse2-memmove-slm.S | 71 # define ALIAS_SYMBOL(alias, original) \ argument 73 .equ alias, original
|
/bionic/libc/malloc_hooks/ |
D | README.md | 70 the original hook function to do allocations. If the app does not do this,
|
/bionic/libdl/ |
D | NOTICE | 44 represent, as a whole, an original work of authorship. For the purposes 50 the original version of the Work and any modifications or additions
|
/bionic/libc/ |
D | NOTICE | 159 algorithms are contained in the original files.
|