HomeSort by relevance Sort by last modified time
    Searched refs:fmt1 (Results 1 - 25 of 30) sorted by null

1 2

  /external/mesa3d/src/intel/vulkan/
anv_formats.c 58 #define fmt1(__vk_fmt, __hw_fmt) \ macro
116 fmt1(VK_FORMAT_R4G4B4A4_UNORM_PACK16, ISL_FORMAT_A4B4G4R4_UNORM),
118 fmt1(VK_FORMAT_R5G6B5_UNORM_PACK16, ISL_FORMAT_B5G6R5_UNORM),
120 fmt1(VK_FORMAT_R5G5B5A1_UNORM_PACK16, ISL_FORMAT_A1B5G5R5_UNORM),
122 fmt1(VK_FORMAT_A1R5G5B5_UNORM_PACK16, ISL_FORMAT_B5G5R5A1_UNORM),
123 fmt1(VK_FORMAT_R8_UNORM, ISL_FORMAT_R8_UNORM),
124 fmt1(VK_FORMAT_R8_SNORM, ISL_FORMAT_R8_SNORM),
125 fmt1(VK_FORMAT_R8_USCALED, ISL_FORMAT_R8_USCALED),
126 fmt1(VK_FORMAT_R8_SSCALED, ISL_FORMAT_R8_SSCALED),
127 fmt1(VK_FORMAT_R8_UINT, ISL_FORMAT_R8_UINT)
376 #undef fmt1 macro
    [all...]
  /bionic/libc/dns/nameser/
ns_ttl.c 41 static int fmt1(int t, char s, char **buf, size_t *buflen);
63 T(fmt1(weeks, 'W', &dst, &dstlen));
67 T(fmt1(days, 'D', &dst, &dstlen));
71 T(fmt1(hours, 'H', &dst, &dstlen));
75 T(fmt1(mins, 'M', &dst, &dstlen));
79 T(fmt1(secs, 'S', &dst, &dstlen));
150 fmt1(int t, char s, char **buf, size_t *buflen) { function
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
ns_ttl.c 71 static int fmt1(int t, char s, char **buf, size_t *buflen);
93 T(fmt1(weeks, 'W', &dst, &dstlen));
97 T(fmt1(days, 'D', &dst, &dstlen));
101 T(fmt1(hours, 'H', &dst, &dstlen));
105 T(fmt1(mins, 'M', &dst, &dstlen));
109 T(fmt1(secs, 'S', &dst, &dstlen));
176 fmt1(int t, char s, char **buf, size_t *buflen) { function
  /external/adhd/cras/src/tests/
rstream_unittest.cc 54 static bool format_equal(cras_audio_format *fmt1, cras_audio_format *fmt2) {
55 return fmt1->format == fmt2->format &&
56 fmt1->frame_rate == fmt2->frame_rate &&
57 fmt1->num_channels == fmt2->num_channels;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
BigNumberFormatTest.java 39 DecimalFormat fmt1 = new DecimalFormat("0.###E0", US); local
42 expect(fmt1, n, "1.234E3");
44 expect(fmt1, "1.234E3", n);
45 expect(fmt1, "1.234E+3", n); // Either format should parse "E+3"
NumberRegressionTests.java 1032 DecimalFormat fmt1 = new DecimalFormat(pattern, symbols); local
    [all...]
RbnfTest.java 119 RuleBasedNumberFormat fmt1 = (RuleBasedNumberFormat)fmt0.clone(); local
124 if (!fmt0.equals(fmt1)) {
    [all...]
NumberFormatTest.java 1172 DecimalFormat fmt1 = new DecimalFormat("0.###E0", US); local
3756 DecimalFormat fmt1 = new DecimalFormat("#0"); local
    [all...]
  /external/icu/icu4c/source/test/intltest/
tchcfmt.cpp 463 // 'fmt1' is created using arrays
476 ChoiceFormat fmt1(limits, closures, fmts, 6);
489 fmt1.toPattern(str);
498 if (fmt1 != fmt2) {
499 errln("FAIL: fmt1 != fmt2");
544 ChoiceFormat* FMT[] = { &fmt1, &fmt2 };
tmsgfmt.cpp 1417 MessageFormat* fmt1 = new MessageFormat( formatStr, status ); local
    [all...]
tzregts.cpp 935 DateFormat* fmt1 = new SimpleDateFormat(UnicodeString("z"), status); local
    [all...]
dtfmttst.cpp 3593 SimpleDateFormat *fmt1 = new SimpleDateFormat(UnicodeString("y-M-d"), Locale("ar"), status); local
3905 SimpleDateFormat *fmt1 = new SimpleDateFormat(UnicodeString("GGG yyyy-MM-dd'T'HH:mm:ss'Z"), status); local
    [all...]
numrgts.cpp 1701 DecimalFormat *fmt1 = new DecimalFormat(pattern, *symbols, status); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
BigNumberFormatTest.java 36 DecimalFormat fmt1 = new DecimalFormat("0.###E0", US); local
39 expect(fmt1, n, "1.234E3");
41 expect(fmt1, "1.234E3", n);
42 expect(fmt1, "1.234E+3", n); // Either format should parse "E+3"
NumberRegressionTests.java 1029 DecimalFormat fmt1 = new DecimalFormat(pattern, symbols); local
    [all...]
RbnfTest.java 116 RuleBasedNumberFormat fmt1 = (RuleBasedNumberFormat)fmt0.clone(); local
121 if (!fmt0.equals(fmt1)) {
    [all...]
NumberFormatTest.java 1169 DecimalFormat fmt1 = new DecimalFormat("0.###E0", US); local
3753 DecimalFormat fmt1 = new DecimalFormat("#0"); local
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-cff1-table.hh 220 Encoding1 *fmt1 = c->allocate_size<Encoding1> (Encoding1::min_size + Encoding1_Range::static_size * code_ranges.len); local
221 if (unlikely (fmt1 == nullptr)) return_trace (false);
222 fmt1->nRanges.set (code_ranges.len);
227 fmt1->ranges[i].first.set (code_ranges[i].code);
228 fmt1->ranges[i].nLeft.set (code_ranges[i].glyph);
490 Charset1 *fmt1 = c->allocate_size<Charset1> (Charset1::min_size + Charset1_Range::static_size * sid_ranges.len); local
491 if (unlikely (fmt1 == nullptr)) return_trace (false);
496 fmt1->ranges[i].first.set (sid_ranges[i].code);
497 fmt1->ranges[i].nLeft.set (sid_ranges[i].glyph);
    [all...]
  /external/golang-protobuf/protoc-gen-go/testdata/imports/
test_import_all.pb.go 9 fmt1 "github.com/golang/protobuf/protoc-gen-go/testdata/imports/fmt"
34 Fmt *fmt1.M `protobuf:"bytes,7,opt,name=fmt,proto3" json:"fmt,omitempty"`
107 func (m *All) GetFmt() *fmt1.M {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRegressionTest.java 865 DateFormat fmt1 = new SimpleDateFormat("z"); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRegressionTest.java 862 DateFormat fmt1 = new SimpleDateFormat("z"); local
    [all...]
  /external/python/cpython3/Modules/_decimal/tests/
deccheck.py 893 fmt1 = rand_format(chr(random.randrange(0, 128)), 'EeGgn')
895 for fmt in (fmt1, fmt2):
906 fmt1 = rand_format(chr(random.randrange(0, 128)), 'Ff%')
908 for fmt in (fmt1, fmt2):
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcBlendEquationAdvancedTests.cpp 510 * Creates and binds FBO and either one or two renderbuffer color attachments (fmt0, fmt1) with
519 FBOSentry(const glw::Functions& gl, int width, int height, glw::GLenum fmt0, glw::GLenum fmt1);
523 void init(int width, int height, glw::GLenum fmt0, glw::GLenum fmt1);
534 FBOSentry::FBOSentry(const glw::Functions& gl, int width, int height, glw::GLenum fmt0, glw::GLenum fmt1) : m_gl(gl)
536 init(width, height, fmt0, fmt1);
545 void FBOSentry::init(int width, int height, glw::GLenum fmt0, glw::GLenum fmt1)
555 if (fmt1 != GL_NONE)
558 m_gl.renderbufferStorage(GL_RENDERBUFFER, fmt1, width, height);
    [all...]
  /external/u-boot/drivers/spi/
davinci_spi.c 112 dv_reg fmt1; /* 0x54 */ member in struct:davinci_spi_regs
  /external/python/cpython3/Modules/
_testbuffer.c     [all...]

Completed in 1252 milliseconds

1 2