Home
last modified time | relevance | path

Searched refs:format0 (Results 1 – 18 of 18) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dmiscdtfm.cpp170 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/
Dinstructions-arm64.cc641 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()
Dinstructions-arm64.h642 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/
Dhb-aat-layout-bsln-table.hh129 case 0: return_trace (parts.format0.sanitize (c)); in sanitize()
145 BaselineTableFormat0Part format0; member
Dhb-ot-cff1-table.hh176 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
Dhb-ot-kern-table.hh119 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
Dhb-ot-cff2-table.hh60 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
Dhb-ot-cff-common.hh656 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
Dhb-aat-layout-common.hh345 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
Dhb-ot-cmap-table.hh759 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
Dhb-aat-layout-kerx-table.hh789 case 0: return_trace (c->dispatch (u.format0)); in dispatch()
812 KerxSubTableFormat0<KerxSubTableHeader> format0; member
/external/vixl/src/aarch64/
Dinstructions-aarch64.h602 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/
Dr300_texture.c926 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()
Dr300_context.h188 uint32_t format0; /* R300_TX_FORMAT0: 0x4480 */ member
Dr300_state_derived.c930 texstate->format.format0 |= R300_TX_NUM_LEVELS(level_count); in r300_merge_textures_and_samplers()
Dr300_emit.c911 OUT_CS_REG(R300_TX_FORMAT0_0 + (i * 4), texstate->format.format0); in r300_emit_textures_state()
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageLoadStoreTests.cpp255 inline bool formatsAreCompatible (const VkFormat format0, const VkFormat format1) in formatsAreCompatible() argument
257 …return format0 == format1 || mapVkFormat(format0).getPixelSize() == mapVkFormat(format1).getPixelS… in formatsAreCompatible()
DvktImageMutableTests.cpp298 inline bool formatsAreCompatible (const VkFormat format0, const VkFormat format1) in formatsAreCompatible() argument
300 …return format0 == format1 || mapVkFormat(format0).getPixelSize() == mapVkFormat(format1).getPixelS… in formatsAreCompatible()