/external/icu/icu4c/source/test/intltest/ |
D | miscdtfm.cpp | 170 UnicodeString format0; in test4099975() local 171 format0 = df->format(d, format0); in test4099975() 178 if (format0 != format1) { in test4099975() 179 errln(UnicodeString("Formats are different. format0: ") + format0 in test4099975() 203 UnicodeString format0; in test4099975() local 204 format0 = df->format(d, format0); in test4099975() 211 if (format0 != format1) { in test4099975() 212 errln(UnicodeString("Formats are different. format0: ") + format0 in test4099975() 233 UnicodeString format0; in test4099975() local 234 format0 = df->format(d, format0); in test4099975() [all …]
|
/external/v8/src/arm64/ |
D | instructions-arm64.cc | 641 const NEONFormatMap* format0, in NEONFormatDecoder() argument 644 SetFormatMaps(format0, format1); in NEONFormatDecoder() 648 const NEONFormatMap* format0, in NEONFormatDecoder() argument 652 SetFormatMaps(format0, format1, format2); in NEONFormatDecoder() 655 void NEONFormatDecoder::SetFormatMaps(const NEONFormatMap* format0, in SetFormatMaps() argument 658 DCHECK_NOT_NULL(format0); in SetFormatMaps() 659 formats_[0] = format0; in SetFormatMaps()
|
D | instructions-arm64.h | 642 NEONFormatDecoder(const Instruction* instr, const NEONFormatMap* format0, 644 NEONFormatDecoder(const Instruction* instr, const NEONFormatMap* format0, 648 void SetFormatMaps(const NEONFormatMap* format0,
|
/external/harfbuzz_ng/src/ |
D | hb-aat-layout-bsln-table.hh | 129 case 0: return_trace (parts.format0.sanitize (c)); in sanitize() 145 BaselineTableFormat0Part format0; member
|
D | hb-ot-cff1-table.hh | 176 if (unlikely (!((fmt == 0)? u.format0.sanitize (c): u.format1.sanitize (c)))) in sanitize() 264 size += u.format0.get_size (); in get_size() 275 return u.format0.get_code (glyph); in get_code() 294 return StructAfter<CFF1SuppEncData> (u.format0.codes[u.format0.nCodes-1]); in suppEncData() 303 Encoding0 format0; member 446 return_trace (u.format0.sanitize (c, c->get_num_glyphs ())); in sanitize() 535 size += u.format0.get_size (num_glyphs); in get_size() 546 return u.format0.get_sid (glyph); in get_sid() 556 return u.format0.get_glyph (sid, num_glyphs); in get_glyph() 565 Charset0 format0; member
|
D | hb-ot-kern-table.hh | 119 case 0: return u.format0.get_kerning (left, right); in get_kerning() 130 case 0: return_trace (c->dispatch (u.format0)); in dispatch() 151 AAT::KerxSubTableFormat0<KernSubTableHeader> format0; member
|
D | hb-ot-cff2-table.hh | 60 u.format0.sanitize (c, fdcount): in sanitize() 83 size += u.format0.get_size (num_glyphs); in get_size() 96 return u.format0.get_fd (glyph); in get_fd() 105 FDSelect0 format0; member
|
D | hb-ot-cff-common.hh | 656 u.format0.sanitize (c, fdcount): in sanitize() 677 size += u.format0.get_size (num_glyphs); in get_size() 688 return u.format0.get_fd (glyph); in get_fd() 695 FDSelect0 format0; member
|
D | hb-aat-layout-common.hh | 345 case 0: return u.format0.get_value (glyph_id, num_glyphs); in get_value() 378 case 0: return_trace (u.format0.sanitize (c)); in sanitize() 392 case 0: return_trace (u.format0.sanitize (c, base)); in sanitize() 405 LookupFormat0<T> format0; member
|
D | hb-ot-cmap-table.hh | 759 case 0: return u.format0 .get_glyph (codepoint, glyph); in get_glyph() 772 case 0: u.format0 .collect_unicodes (out); return; in collect_unicodes() 788 case 0: return_trace (u.format0 .sanitize (c)); in sanitize() 802 CmapSubtableFormat0 format0; member
|
D | hb-aat-layout-kerx-table.hh | 789 case 0: return_trace (c->dispatch (u.format0)); in dispatch() 812 KerxSubTableFormat0<KerxSubTableHeader> format0; member
|
/external/vixl/src/aarch64/ |
D | instructions-aarch64.h | 602 const NEONFormatMap* format0, in NEONFormatDecoder() argument 605 SetFormatMaps(format0, format1); in NEONFormatDecoder() 608 const NEONFormatMap* format0, in NEONFormatDecoder() argument 612 SetFormatMaps(format0, format1, format2); in NEONFormatDecoder() 616 void SetFormatMaps(const NEONFormatMap* format0, 619 VIXL_ASSERT(format0 != NULL); 620 formats_[0] = format0;
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_texture.c | 926 out->format0 = 0; in r300_texture_setup_format_state() 932 out->format0 = in r300_texture_setup_format_state() 941 out->format0 |= R300_TX_PITCH_EN; in r300_texture_setup_format_state()
|
D | r300_context.h | 188 uint32_t format0; /* R300_TX_FORMAT0: 0x4480 */ member
|
D | r300_state_derived.c | 930 texstate->format.format0 |= R300_TX_NUM_LEVELS(level_count); in r300_merge_textures_and_samplers()
|
D | r300_emit.c | 911 OUT_CS_REG(R300_TX_FORMAT0_0 + (i * 4), texstate->format.format0); in r300_emit_textures_state()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageLoadStoreTests.cpp | 255 inline bool formatsAreCompatible (const VkFormat format0, const VkFormat format1) in formatsAreCompatible() argument 257 …return format0 == format1 || mapVkFormat(format0).getPixelSize() == mapVkFormat(format1).getPixelS… in formatsAreCompatible()
|
D | vktImageMutableTests.cpp | 298 inline bool formatsAreCompatible (const VkFormat format0, const VkFormat format1) in formatsAreCompatible() argument 300 …return format0 == format1 || mapVkFormat(format0).getPixelSize() == mapVkFormat(format1).getPixelS… in formatsAreCompatible()
|