/external/icu/icu4c/source/test/intltest/ |
miscdtfm.cpp | 168 UnicodeString format0; 169 format0 = df->format(d, format0); 176 if (format0 != format1) { 177 errln(UnicodeString("Formats are different. format0: ") + format0 201 UnicodeString format0; local 202 format0 = df->format(d, format0); 209 if (format0 != format1) 261 UnicodeString format0; local [all...] |
/external/vixl/src/vixl/a64/ |
instructions-a64.h | 519 const NEONFormatMap* format0, 522 SetFormatMaps(format0, format1); 525 const NEONFormatMap* format0, 529 SetFormatMaps(format0, format1, format2); 533 void SetFormatMaps(const NEONFormatMap* format0, 536 VIXL_ASSERT(format0 != NULL); 537 formats_[0] = format0;
|
/external/harfbuzz_ng/src/ |
hb-ot-cmap-table.hh | 425 case 0: return u.format0 .get_glyph(codepoint, glyph); 441 case 0: return_trace (u.format0 .sanitize (c)); 455 CmapSubtableFormat0 format0; member in union:OT::CmapSubtable::__anon13104
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_texture.c | 823 out->format0 = 0; 829 out->format0 = 838 out->format0 |= R300_TX_PITCH_EN; [all...] |
r300_context.h | 196 uint32_t format0; /* R300_TX_FORMAT0: 0x4480 */ member in struct:r300_texture_format_state
|
r300_emit.c | 809 OUT_CS_REG(R300_TX_FORMAT0_0 + (i * 4), texstate->format.format0); [all...] |
r300_state_derived.c | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/image/ |
vktImageLoadStoreTests.cpp | 352 inline bool formatsAreCompatible (const VkFormat format0, const VkFormat format1) 354 return format0 == format1 || mapVkFormat(format0).getPixelSize() == mapVkFormat(format1).getPixelSize(); [all...] |
/toolchain/binutils/binutils-2.25/include/opcode/ |
convex.h | 92 const struct formstr format0[] = { variable in typeref:struct:formstr [all...] |