/external/chromium_org/third_party/skia/src/core/ |
D | SkFloat.cpp | 15 static int get_unsigned_exp(uint32_t packed) in get_unsigned_exp() 20 static unsigned get_unsigned_value(uint32_t packed) in get_unsigned_value() 25 static int get_signed_value(int32_t packed) in get_signed_value() 32 int SkFloat::GetShift(int32_t packed, int shift) in GetShift() 96 int32_t packed = sign << 31; // set the sign-bit in SetShift() local 116 int32_t SkFloat::Neg(int32_t packed) in Neg() 178 int32_t SkFloat::MulInt(int32_t packed, int n) in MulInt() 199 int32_t SkFloat::DivInt(int32_t packed, int n) in DivInt() 204 int32_t SkFloat::Invert(int32_t packed) in Invert() 209 int32_t SkFloat::Sqrt(int32_t packed) in Sqrt() [all …]
|
D | SkFloatBits.cpp | 27 static inline int unpack_exp(uint32_t packed) { in unpack_exp() 40 static inline int unpack_matissa_dirty(uint32_t packed) { in unpack_matissa_dirty() 45 int32_t SkFloatBits_toIntCast(int32_t packed) { in SkFloatBits_toIntCast() 66 int32_t SkFloatBits_toIntFloor(int32_t packed) { in SkFloatBits_toIntFloor() 96 int32_t SkFloatBits_toIntRound(int32_t packed) { in SkFloatBits_toIntRound() 126 int32_t SkFloatBits_toIntCeil(int32_t packed) { in SkFloatBits_toIntCeil()
|
D | SkImageInfo.cpp | 24 uint32_t packed = buffer.read32(); in unflatten() local 38 uint32_t packed = (fAlphaType << 8) | fColorType; in flatten() local
|
/external/skia/src/core/ |
D | SkFloat.cpp | 15 static int get_unsigned_exp(uint32_t packed) in get_unsigned_exp() 20 static unsigned get_unsigned_value(uint32_t packed) in get_unsigned_value() 25 static int get_signed_value(int32_t packed) in get_signed_value() 32 int SkFloat::GetShift(int32_t packed, int shift) in GetShift() 96 int32_t packed = sign << 31; // set the sign-bit in SetShift() local 116 int32_t SkFloat::Neg(int32_t packed) in Neg() 178 int32_t SkFloat::MulInt(int32_t packed, int n) in MulInt() 199 int32_t SkFloat::DivInt(int32_t packed, int n) in DivInt() 204 int32_t SkFloat::Invert(int32_t packed) in Invert() 209 int32_t SkFloat::Sqrt(int32_t packed) in Sqrt() [all …]
|
D | SkFloatBits.cpp | 27 static inline int unpack_exp(uint32_t packed) { in unpack_exp() 40 static inline int unpack_matissa_dirty(uint32_t packed) { in unpack_matissa_dirty() 45 int32_t SkFloatBits_toIntCast(int32_t packed) { in SkFloatBits_toIntCast() 66 int32_t SkFloatBits_toIntFloor(int32_t packed) { in SkFloatBits_toIntFloor() 96 int32_t SkFloatBits_toIntRound(int32_t packed) { in SkFloatBits_toIntRound() 126 int32_t SkFloatBits_toIntCeil(int32_t packed) { in SkFloatBits_toIntCeil()
|
D | SkImageInfo.cpp | 24 uint32_t packed = buffer.read32(); in unflatten() local 38 uint32_t packed = (fAlphaType << 8) | fColorType; in flatten() local
|
/external/chromium_org/tools/relocation_packer/src/ |
D | run_length_encoder.cc | 39 std::vector<Elf32_Word>* packed) { in Condense() 67 const std::vector<Elf32_Word>& packed, in Uncondense() 97 std::vector<Elf32_Word>* packed) { in Encode() 120 void RelocationRunLengthCodec::Decode(const std::vector<Elf32_Word>& packed, in Decode()
|
D | packer.cc | 23 std::vector<uint8_t>* packed) { in PackRelativeRelocations() 54 const std::vector<uint8_t>& packed, in UnpackRelativeRelocations()
|
D | packer_unittest.cc | 28 std::vector<uint8_t> packed; in TEST() local 71 std::vector<uint8_t> packed; in TEST() local
|
D | run_length_encoder_unittest.cc | 28 std::vector<Elf32_Word> packed; in TEST() local 85 std::vector<Elf32_Word> packed; in TEST() local
|
/external/clang/test/SemaCXX/ |
D | cxx11-gnu-attrs.cpp | 53 struct [[gnu::packed]] packed { char c; int n; }; argument
|
/external/chromium_org/third_party/skia/tests/ |
D | ColorTest.cpp | 15 #define GetPackedR16As32(packed) (SkGetPackedR16(dc) << (8 - SK_R16_BITS)) argument 16 #define GetPackedG16As32(packed) (SkGetPackedG16(dc) << (8 - SK_G16_BITS)) argument 17 #define GetPackedB16As32(packed) (SkGetPackedB16(dc) << (8 - SK_B16_BITS)) argument
|
/external/skia/tests/ |
D | ColorTest.cpp | 15 #define GetPackedR16As32(packed) (SkGetPackedR16(dc) << (8 - SK_R16_BITS)) argument 16 #define GetPackedG16As32(packed) (SkGetPackedG16(dc) << (8 - SK_G16_BITS)) argument 17 #define GetPackedB16As32(packed) (SkGetPackedB16(dc) << (8 - SK_B16_BITS)) argument
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_yuv.c | 57 LLVMValueRef packed, in uyvy_to_yuv_soa() 125 LLVMValueRef packed, in yuyv_to_yuv_soa() 328 LLVMValueRef packed, in uyvy_to_rgba_aos() 349 LLVMValueRef packed, in yuyv_to_rgba_aos() 370 LLVMValueRef packed, in rgbg_to_rgba_aos() 389 LLVMValueRef packed, in grgb_to_rgba_aos() 407 LLVMValueRef packed, in grbr_to_rgba_aos() 426 LLVMValueRef packed, in rgrb_to_rgba_aos() 453 LLVMValueRef packed; in lp_build_fetch_subsampled_rgba_aos() local
|
D | lp_bld_format_soa.c | 103 LLVMValueRef packed, in lp_build_unpack_rgba_soa() 260 LLVMValueRef packed, in lp_build_rgba8_to_f32_soa() 335 LLVMValueRef packed; in lp_build_fetch_rgba_soa() local
|
D | lp_bld_format_aos.c | 151 LLVMValueRef packed) in lp_build_unpack_arith_rgba_aos() 269 LLVMValueRef packed = NULL; in lp_build_pack_rgba_aos() local 398 LLVMValueRef packed; in lp_build_fetch_rgba_aos() local 442 LLVMValueRef packed; in lp_build_fetch_rgba_aos() local
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_yuv.c | 57 LLVMValueRef packed, in uyvy_to_yuv_soa() 125 LLVMValueRef packed, in yuyv_to_yuv_soa() 328 LLVMValueRef packed, in uyvy_to_rgba_aos() 349 LLVMValueRef packed, in yuyv_to_rgba_aos() 370 LLVMValueRef packed, in rgbg_to_rgba_aos() 389 LLVMValueRef packed, in grgb_to_rgba_aos() 407 LLVMValueRef packed, in grbr_to_rgba_aos() 426 LLVMValueRef packed, in rgrb_to_rgba_aos() 453 LLVMValueRef packed; in lp_build_fetch_subsampled_rgba_aos() local
|
D | lp_bld_format_soa.c | 103 LLVMValueRef packed, in lp_build_unpack_rgba_soa() 260 LLVMValueRef packed, in lp_build_rgba8_to_f32_soa() 335 LLVMValueRef packed; in lp_build_fetch_rgba_soa() local
|
D | lp_bld_format_aos.c | 151 LLVMValueRef packed) in lp_build_unpack_arith_rgba_aos() 269 LLVMValueRef packed = NULL; in lp_build_pack_rgba_aos() local 398 LLVMValueRef packed; in lp_build_fetch_rgba_aos() local 442 LLVMValueRef packed; in lp_build_fetch_rgba_aos() local
|
/external/skia/src/gpu/ |
D | SkGrFontScaler.cpp | 106 bool SkGrFontScaler::getPackedGlyphBounds(GrGlyph::PackedID packed, SkIRect* bounds) { in getPackedGlyphBounds() 115 bool SkGrFontScaler::getPackedGlyphDFBounds(GrGlyph::PackedID packed, SkIRect* bounds) { in getPackedGlyphDFBounds() 151 bool SkGrFontScaler::getPackedGlyphImage(GrGlyph::PackedID packed, in getPackedGlyphImage() 203 bool SkGrFontScaler::getPackedGlyphDFImage(GrGlyph::PackedID packed, in getPackedGlyphDFImage()
|
/external/chromium_org/third_party/skia/src/gpu/ |
D | SkGrFontScaler.cpp | 106 bool SkGrFontScaler::getPackedGlyphBounds(GrGlyph::PackedID packed, SkIRect* bounds) { in getPackedGlyphBounds() 115 bool SkGrFontScaler::getPackedGlyphDFBounds(GrGlyph::PackedID packed, SkIRect* bounds) { in getPackedGlyphDFBounds() 151 bool SkGrFontScaler::getPackedGlyphImage(GrGlyph::PackedID packed, in getPackedGlyphImage() 203 bool SkGrFontScaler::getPackedGlyphDFImage(GrGlyph::PackedID packed, in getPackedGlyphDFImage()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
D | u_pack_color.h | 477 uint32_t packed = util_pack_mask_z(format, z); in util_pack_mask_z_stencil() local 500 uint64_t packed; in util_pack64_mask_z_stencil() local 583 uint32_t packed = util_pack_z(format, z); in util_pack_z_stencil() local 606 uint64_t packed; in util_pack64_z_stencil() local
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_pack_color.h | 477 uint32_t packed = util_pack_mask_z(format, z); in util_pack_mask_z_stencil() local 500 uint64_t packed; in util_pack64_mask_z_stencil() local 583 uint32_t packed = util_pack_z(format, z); in util_pack_z_stencil() local 606 uint64_t packed; in util_pack64_z_stencil() local
|
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/ |
D | GifHeaderParser.java | 114 int packed = read(); // packed fields in readGraphicControlExt() local 135 int packed = read(); in readBitmap() local 202 int packed = read(); in readLSD() local
|
/external/mesa3d/src/gallium/tests/unit/ |
D | u_format_test.c | 58 const uint8_t *packed, in print_packed() 269 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; in test_format_pack_rgba_float() local 382 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; in test_format_pack_rgba_8unorm() local 469 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; in test_format_pack_z_float() local 543 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; in test_format_pack_z_32unorm() local 618 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; in test_format_pack_s_8uint() local
|