| /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/tensorflow/tensorflow/compiler/xla/service/ |
| D | all_reduce_folder.cc | 39 for (const ReplicaGroup &rg : replica_groups0) { in FoldReplicaGroups() local 72 for (const ReplicaGroup &rg : replica_groups1) { in FoldReplicaGroups() local
|
| D | collective_decomposer_utils.cc | 126 for (const ReplicaGroup &rg : replica_groups) { in CreateStartIndicesForCollectiveDecomposition() local
|
| /external/webp/extras/ |
| D | extras.c | 62 const uint32_t rg = rgb565[2 * x + 1]; in WebPImportRGB565() local 95 const uint32_t rg = rgb4444[2 * x + 1]; in WebPImportRGB4444() local
|
| /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
| D | p1.cpp | 10 int (&rg)(int) = g; in f() local
|
| /external/webp/src/enc/ |
| D | picture_csp_enc.c | 152 static int RGBToY(int r, int g, int b, VP8Random* const rg) { in RGBToY() 157 static int RGBToU(int r, int g, int b, VP8Random* const rg) { in RGBToU() 162 static int RGBToV(int r, int g, int b, VP8Random* const rg) { in RGBToV() 380 VP8Random* const rg) { in ConvertRowToY() 462 VP8Random* const rg) { in ConvertRowsToUV() 528 VP8Random* rg = NULL; in ImportYUVAFromRGBA() 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 | 472 const uint8_t rg = ((argb >> 16) & 0xf0) | ((argb >> 12) & 0xf); in VP8LConvertBGRAToRGBA4444_C() local 489 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
|
| D | alpha_processing.c | 270 const uint32_t rg = rgba4444[2 * i + rg_byte_pos]; in ApplyAlphaMultiply4444_C() local
|
| /external/ltp/testcases/kernel/syscalls/setregid/ |
| D | setregid04.c | 51 static void gid_verify(gid_t rg, gid_t eg, const char *when) in gid_verify()
|
| D | setregid02.c | 55 void gid_verify(gid_t rg, gid_t eg, char *when) in gid_verify()
|
| D | setregid03.c | 96 static void gid_verify(gid_t rg, gid_t 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/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/clang/test/SemaCXX/ |
| D | references.cpp | 10 int (&rg)(int) = g; in f() local
|
| /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/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
|
| D | target_is_device_ptr_messages.cpp | 12 STarr &rg = g; member
|
| /external/lzma/Java/SevenZip/ |
| D | LzmaBench.java | 317 CBenchRandomGenerator rg = new CBenchRandomGenerator(); in LzmaBenchmark() local
|
| /external/webp/src/dec/ |
| D | frame_dec.c | 362 static void Dither8x8(VP8Random* const rg, uint8_t* dst, int bps, int amp) { in Dither8x8()
|