Home
last modified time | relevance | path

Searched refs:red (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/unord.hash/
Denum.pass.cpp24 enum class Colors { red, orange, yellow, green, blue, indigo, violet }; enumerator
26 enum class LongColors : short { red, orange, yellow, green, blue, indigo, violet }; enumerator
27 enum class ShortColors : long { red, orange, yellow, green, blue, indigo, violet }; enumerator
28 enum class EightBitColors : uint8_t { red, orange, yellow, green, blue, indigo, violet }; enumerator
/ndk/tests/build/issue20862-libpng-O0/jni/
Dpngrtran.c725 int r = (palette[i].red >> (8 - PNG_QUANTIZE_RED_BITS)); in png_set_quantize()
930 png_fixed_point red, png_fixed_point green) in png_set_rgb_to_gray_fixed() argument
967 if (red >= 0 && green >= 0 && red + green <= PNG_FP_1) in png_set_rgb_to_gray_fixed()
976 red_int = (png_uint_16)(((png_uint_32)red*32768)/100000); in png_set_rgb_to_gray_fixed()
986 if (red >= 0 && green >= 0) in png_set_rgb_to_gray_fixed()
1013 png_set_rgb_to_gray(png_structp png_ptr, int error_action, double red, in png_set_rgb_to_gray() argument
1020 png_fixed(png_ptr, red, "rgb to gray red coefficient"), in png_set_rgb_to_gray()
1131 png_ptr->background.red = in png_init_palette_transformations()
1132 png_ptr->palette[png_ptr->background.index].red; in png_init_palette_transformations()
1231 png_ptr->background.red = png_ptr->background.green = in png_init_rgb_transformations()
[all …]
Dpng.h563 png_byte red; member
574 png_uint_16 red; /* for use in red green blue files */ member
585 png_byte red; /* for use in red green blue files */ member
601 png_uint_16 red; member
1164 int error_action, double red, double green))
1166 int error_action, png_fixed_point red, png_fixed_point green))
Dpngpriv.h568 #define PNG_COLOR_DIST(c1, c2) (abs((int)((c1).red) - (int)((c2).red)) + \
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
D__tree44 The algorithms taking _NodePtr are red black tree algorithms. Those
46 points to a proper red black tree (unless otherwise specified).
71 // Determintes if the subtree rooted at __x is a proper red black subtree. If
90 // If this is red, neither child can be red
106 // Determintes if the red black tree rooted at __root is a proper red black tree.
108 // red black tree, else returns false.
369 // There is no need to rebalance if we removed a red, or if we removed
379 // If __x is red (in which case it can't be null), then it can absorb
382 // is either red with no children, else null, otherwise __y would have
392 // of 1 on the __w side (__w must be a non-null black or a red
[all …]
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindRegistersRestore.S181 ; r4 is now a 16-byte aligned pointer into the red zone
182 ; the _vectorRegisters may not be 16-byte aligned so copy via red zone temp buffer
DUnwindRegistersSave.S183 ; r4 is now a 16-byte aligned pointer into the red zone