Searched refs:gc (Results 1 – 9 of 9) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++/test/ |
D | Android.mk | 17 LOCAL_LDFLAGS := -Wl,-gc-sections
|
/ndk/tests/build/b9193874-neon/jni/ |
D | b9193874-neon.c | 264 int16x8_t gc = vcombine_s16(vrshrn_n_s32(gcl, 16), vrshrn_n_s32(gch, 16)); in UpsampleRgbaLinePairNEON() local 270 int32x4_t gl = vsubl_s16(vget_low_s16(yy), vget_low_s16(gc)); in UpsampleRgbaLinePairNEON() 271 int32x4_t gh = vsubl_s16(vget_high_s16(yy), vget_high_s16(gc)); in UpsampleRgbaLinePairNEON() 312 int16x8_t gc = vcombine_s16(vrshrn_n_s32(gcl, 16), vrshrn_n_s32(gch, 16)); in UpsampleRgbaLinePairNEON() local 318 int32x4_t gl = vsubl_s16(vget_low_s16(yy), vget_low_s16(gc)); in UpsampleRgbaLinePairNEON() 319 int32x4_t gh = vsubl_s16(vget_high_s16(yy), vget_high_s16(gc)); in UpsampleRgbaLinePairNEON()
|
/ndk/build/core/ |
D | default-build-commands.mk | 89 -Wl,--gc-sections \
|
/ndk/toolchains/llvm-3.3/ |
D | setup-common.mk | 117 -Wl,--gc-sections \
|
/ndk/toolchains/llvm-3.4/ |
D | setup-common.mk | 120 -Wl,--gc-sections \
|
/ndk/tests/build/issue20862-libpng-O0/jni/ |
D | pngrtran.c | 3238 PNG_CONST png_uint_32 gc = png_ptr->rgb_to_gray_green_coeff; in png_do_rgb_to_gray() local 3239 PNG_CONST png_uint_32 bc = 32768 - rc - gc; in png_do_rgb_to_gray() 3272 (rc*red + gc*green + bc*blue + 16384)>>15]; in png_do_rgb_to_gray() 3309 *(dp++) = (png_byte)((rc*red + gc*green + bc*blue)>>15); in png_do_rgb_to_gray() 3357 png_uint_16 gray16 = (png_uint_16)((rc*red_1 + gc*green_1 in png_do_rgb_to_gray() 3396 gray16 = (png_uint_16)((rc*red + gc*green + bc*blue + 16384) >> in png_do_rgb_to_gray()
|
/ndk/sources/host-tools/make-3.81/ |
D | config.log | 72 …-enable-clocale=gnu --enable-libstdcxx-debug --enable-plugin --enable-objc-gc --disable-werror --w…
|
/ndk/sources/host-tools/make-3.81/po/ |
D | ga.po | 972 msgstr "N�l jabanna parail�alacha (-j) ar f�il ar an gc�ras seo." 1693 msgstr "Drochghlao ar an gc�ras"
|
/ndk/docs/text/ |
D | CHANGES.text | 28 - Updated mclinker to 2.6.0 with -gc-sections support 291 - Fixed mclinker to allow mulitple occurrences of the following options: -gc-sections and --eh-fram… 1455 * Fixed "ld --gc-sections" which incorrectly retain zombie references to external 1513 ld segfaults when using --gc-sections
|