| /external/skia/src/core/ |
| 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() 105 int32_t SkFloatBits_toIntRound(int32_t packed) { in SkFloatBits_toIntRound() 135 int32_t SkFloatBits_toIntCeil(int32_t packed) { in SkFloatBits_toIntCeil()
|
| D | SkImageInfo.cpp | 28 uint32_t packed = buffer.read32(); in unflatten() local 45 uint32_t packed = (fProfileType << 16) | (fAlphaType << 8) | fColorType; in flatten() local
|
| D | SkBitmapProcState.h | 156 #define UNPACK_PRIMARY_SHORT(packed) ((uint32_t)(packed) >> 16) argument 157 #define UNPACK_SECONDARY_SHORT(packed) ((packed) & 0xFFFF) argument 160 #define UNPACK_PRIMARY_SHORT(packed) ((packed) & 0xFFFF) argument 161 #define UNPACK_SECONDARY_SHORT(packed) ((uint32_t)(packed) >> 16) argument
|
| D | SkPathRef.cpp | 115 int32_t packed; in CreateFromBuffer() local 236 int32_t packed = ((fIsFinite & 1) << kIsFinite_SerializationShift) | in writeToBuffer() local
|
| D | SkPicturePlayback.cpp | 104 uint32_t packed = reader->readInt(); in handleOp() local 117 uint32_t packed = reader->readInt(); in handleOp() local 128 uint32_t packed = reader->readInt(); in handleOp() local 141 uint32_t packed = reader->readInt(); in handleOp() local
|
| /external/clang/test/SemaCXX/ |
| D | cxx11-gnu-attrs.cpp | 56 struct [[gnu::packed]] packed { char c; int n; }; struct
|
| /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/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
|
| D | PremulAlphaRoundTripTest.cpp | 20 uint32_t packed; in pack_unpremul_rgba() local 30 uint32_t packed; in pack_unpremul_bgra() local
|
| /external/skia/src/gpu/ |
| D | GrFontScaler.cpp | 106 bool GrFontScaler::getPackedGlyphBounds(GrGlyph::PackedID packed, SkIRect* bounds) { in getPackedGlyphBounds() 115 bool GrFontScaler::getPackedGlyphDFBounds(GrGlyph::PackedID packed, SkIRect* bounds) { in getPackedGlyphDFBounds() 151 bool GrFontScaler::getPackedGlyphImage(GrGlyph::PackedID packed, in getPackedGlyphImage() 198 bool GrFontScaler::getPackedGlyphDFImage(GrGlyph::PackedID packed, in getPackedGlyphDFImage()
|
| /external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/ |
| D | GifHeaderParser.java | 151 int packed = read(); in readGraphicControlExt() local 182 int packed = read(); in readBitmap() local 254 int packed = read(); in readLSD() 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
|
| D | u_format_tests.h | 55 uint8_t packed[UTIL_FORMAT_MAX_PACKED_BYTES]; member
|
| D | u_tile.c | 462 void *packed; in pipe_get_tile_rgba_format() local 503 void *packed; in pipe_put_tile_rgba_format() local 554 void *packed; in pipe_put_tile_i_format() local 582 void *packed; in pipe_put_tile_ui_format() local 877 void *packed; in pipe_get_tile_ui_format() local 908 void *packed; in pipe_get_tile_i_format() 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
|
| /external/smali/smali/src/main/java/org/jf/smali/ |
| D | smaliFlexLexer.java | 128 private static int zzUnpackAction(String packed, int offset, int [] result) { in zzUnpackAction() 302 private static int zzUnpackRowMap(String packed, int offset, int [] result) { in zzUnpackRowMap() 2721 private static int zzUnpackTrans(String packed, int offset, int [] result) { in zzUnpackTrans() 2785 private static int zzUnpackAttribute(String packed, int offset, int [] result) { in zzUnpackAttribute() 3029 private static char [] zzUnpackCMap(String packed) { in zzUnpackCMap()
|
| /external/v8/tools/testrunner/objects/ |
| D | workpacket.py | 78 def Unpack(packed): argument
|
| D | output.py | 58 def Unpack(packed): argument
|
| D | peer.py | 77 def Unpack(packed): argument
|
| D | context.py | 57 def Unpack(packed): argument
|
| /external/icu/icu4c/source/test/cintltst/ |
| D | bocu1tst.c | 126 #define BOCU1_LENGTH_FROM_PACKED(packed) \ argument 609 writePacked(int32_t packed, uint8_t *p) { in writePacked() 642 unpackDiff(int32_t initialPrev, int32_t packed) { in unpackDiff() 678 int32_t packed, initialPrev; in writeDiff() local
|
| /external/deqp/modules/gles3/stress/ |
| D | es3sVertexArrayTests.cpp | 185 …const bool packed = m_type == Array::INPUTTYPE_UNSIGNED_INT_2_10_10_10 || m_type == Array::INPUT… in init() local 291 …const bool packed = m_type == Array::INPUTTYPE_UNSIGNED_INT_2_10_10_10 || m_type == Array::INPUT… in init() local 392 …const bool packed = m_type == Array::INPUTTYPE_UNSIGNED_INT_2_10_10_10 || m_type == Array::INP… in init() local
|
| /external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
| D | SwitchData.java | 48 private final boolean packed; field in SwitchData
|