/external/webp/src/utils/ |
D | random_utils.h | 39 static WEBP_INLINE int VP8RandomBits2(VP8Random* const rg, int num_bits, in VP8RandomBits2() 55 static WEBP_INLINE int VP8RandomBits(VP8Random* const rg, int num_bits) { in VP8RandomBits()
|
D | random_utils.c | 33 void VP8InitRandom(VP8Random* const rg, float dithering) { in VP8InitRandom()
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
D | p1.cpp | 10 int (&rg)(int) = g; in f() local
|
/external/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
D | p1.cpp | 10 int (&rg)(int) = g; in f() local
|
/external/webp/src/dsp/ |
D | upsampling_mips_dsp_r2.c | 68 const int rg = (r & 0xf8) | (g >> 5); in YuvToRgb565() local 84 const int rg = (r & 0xf0) | (g >> 4); in YuvToRgba4444() local
|
D | yuv.h | 98 const int rg = (r & 0xf8) | (g >> 5); in VP8YuvToRgb565() local 114 const int rg = (r & 0xf0) | (g >> 4); in VP8YuvToRgba4444() local
|
D | lossless.c | 458 const uint8_t rg = ((argb >> 16) & 0xf0) | ((argb >> 12) & 0xf); in VP8LConvertBGRAToRGBA4444_C() local 475 const uint8_t rg = ((argb >> 16) & 0xf8) | ((argb >> 13) & 0x7); in VP8LConvertBGRAToRGB565_C() local
|
D | upsampling_msa.c | 276 const int rg = (r & 0xf8) | (g >> 5); in YuvToRgb565() local 295 const int rg = (r & 0xf0) | (g >> 4); in YuvToRgba4444() local
|
/external/ltp/testcases/kernel/syscalls/setregid/ |
D | setregid04.c | 52 static void gid_verify(struct group *rg, struct group *eg, const char *when) in gid_verify()
|
D | setregid02.c | 74 void gid_verify(struct group *rg, struct group *eg, char *when) in gid_verify()
|
D | setregid03.c | 112 static void gid_verify(struct group *rg, struct group *eg, char *when) in gid_verify()
|
/external/mesa3d/src/broadcom/compiler/ |
D | v3d_nir_lower_image_load_store.c | 180 nir_ssa_def *rg = nir_channel(b, result, 0); in v3d_nir_lower_image_load() local
|
/external/webp/src/enc/ |
D | picture_csp_enc.c | 143 static int RGBToY(int r, int g, int b, VP8Random* const rg) { in RGBToY() 148 static int RGBToU(int r, int g, int b, VP8Random* const rg) { in RGBToU() 153 static int RGBToV(int r, int g, int b, VP8Random* const rg) { in RGBToV() 760 VP8Random* const rg) { in ConvertRowToY() 833 VP8Random* const rg) { in ConvertRowsToUV() 897 VP8Random* rg = NULL; in ImportYUVAFromRGBA() local
|
/external/skia/modules/skottie/src/effects/ |
D | GradientEffect.cpp | 104 auto* rg = static_cast<sksg::RadialGradient*>(fGradient.get()); in onSync() local
|
/external/skia/src/opts/ |
D | SkSwizzler_opts.h | 373 __m512i rg = _mm512_unpacklo_epi32(*lo, *hi), in premul_should_swapRB() local 577 __m512i rg = _mm512_or_si512(r, _mm512_slli_epi16(g, 8)), in inverted_cmyk_to() local 650 __m256i rg = _mm256_unpacklo_epi32(*lo, *hi), // rrrrRRRR ggggGGGG rrrrRRRR ggggGGGG in premul_should_swapRB() local 825 __m256i rg = _mm256_or_si256(r, _mm256_slli_epi16(g, 8)), in inverted_cmyk_to() local 896 __m128i rg = _mm_unpacklo_epi32(*lo, *hi), // rrrrRRRR ggggGGGG in premul_should_swapRB() local 1051 __m128i rg = _mm_or_si128(r, _mm_slli_epi16(g, 8)), // rgrgrgrg RGRGRGRG in inverted_cmyk_to() local
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | all_reduce_combiner.cc | 137 const auto& rg = replica_groups[i]; in operator <() local
|
/external/skia/tests/ |
D | SkRasterPipelineTest.cpp | 499 uint16_t rg[64]; in DEF_TEST() local 524 float rg[64][2]; in DEF_TEST() local
|
/external/clang/test/SemaCXX/ |
D | references.cpp | 10 int (&rg)(int) = g; in f() local
|
/external/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/ |
D | function-types-builtins.cpp | 138 auto rg = &unaryret<wchar_t, 6>; variable
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_tex.c | 855 nir_ssa_def *rg = nir_channel(b, color, 0); in lower_tex_packing() local 862 nir_ssa_def *rg = nir_channel(b, color, 0); in lower_tex_packing() local
|
/external/llvm-project/clang/test/SemaCXX/ |
D | references.cpp | 12 int (&rg)(int) = g; in f() local
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | bitmap.h | 179 bitmap_t rg = bitmap[rgoff]; in bitmap_full() local
|
/external/clang/test/OpenMP/ |
D | target_is_device_ptr_ast_print.cpp | 17 STarr &rg = g; member
|
/external/llvm-project/clang/test/OpenMP/ |
D | target_parallel_is_device_ptr_ast_print.cpp | 21 STarr &rg = g; member
|
D | target_teams_is_device_ptr_ast_print.cpp | 20 STarr &rg = g; member
|