Home
last modified time | relevance | path

Searched refs:os2 (Results 1 – 25 of 7160) sorted by relevance

12345678910>>...287

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/ots/src/
H A Dos2.cc21 font->os2 = os2; in ots_os2_parse()
42 if (os2->version > 5) { in ots_os2_parse()
47 if (1 <= os2->weight_class && os2->weight_class <= 9) { in ots_os2_parse()
66 if (os2->type & 0x2) { in ots_os2_parse()
78 os2->type &= 0x30f; in ots_os2_parse()
165 if (os2->first_char_index > os2->last_char_index) { in ots_os2_parse()
182 os2->version = 0; in ots_os2_parse()
200 os2->version = 1; in ots_os2_parse()
249 const OpenTypeOS2 *os2 = font->os2; in ots_os2_serialise() local
326 font->os2 = other->os2; in ots_os2_reuse()
[all …]
/dports/print/texlive-base/texlive-20150521-source/texk/ttfdump/libttf/
H A Dos2.c25 font->os2 = XCALLOC1 (OS_2); in ttfInitOS2()
61 os2->achVendID[4] = 0x0; in ttfLoadOS2()
72 if (os2->version < 0x0001) in ttfLoadOS2()
78 if (os2->version < 0x0002) in ttfLoadOS2()
120 (os2->sFamilyClass) >> 8,(os2->sFamilyClass) & 0x00ff); in ttfPrintOS2()
143 os2->ulUnicodeRange1); in ttfPrintOS2()
145 os2->ulUnicodeRange2); in ttfPrintOS2()
147 os2->ulUnicodeRange3); in ttfPrintOS2()
149 os2->ulUnicodeRange4); in ttfPrintOS2()
178 os2->ulCodePageRange1); in ttfPrintOS2()
[all …]
/dports/archivers/unzip/unzip60/os2/
H A Drexxapi.c145 G.os2.request.shvvalue.strptr = G.os2.buffer; in GetVariable()
158 *(G.os2.buffer+G.os2.request.shvvaluelen) = 0; in GetVariable()
185 memcpy(G.os2.getvar_buf,name,G.os2.getvar_len+1); in CompoundToStringArray()
187 *(G.os2.getvar_buf+G.os2.getvar_len++) = '.', *(G.os2.getvar_buf+G.os2.getvar_len) = 0; in CompoundToStringArray()
658 G.os2.putchar_idx = TextSetNext(__G__ G.os2.buffer, size+G.os2.putchar_idx,0); in varmessage()
664 G.os2.buffer[G.os2.putchar_idx++] = c; in varputchar()
666 G.os2.buffer[G.os2.putchar_idx] = 0; in varputchar()
668 G.os2.putchar_idx = TextSetNext(__G__ G.os2.buffer, G.os2.putchar_idx,0); in varputchar()
670 G.os2.buffer[--G.os2.putchar_idx] = 0; in varputchar()
784 sprintf(G.os2.output_var+G.os2.stem_len,"%d",G.os2.output_idx); in WriteToNextVariable()
[all …]
H A Dos2.c797 G.os2.dp.d_namlen = G.os2.dp.d_reclen = in readdir()
867 &G.os2.find, sizeof(G.os2.find), &G.os2.count); in getdirent()
872 &G.os2.find, sizeof(G.os2.find), &G.os2.count); in getdirent()
1559 *G.os2.endHPFS = *G.os2.endFAT = '\0';
1582 G.os2.buildpathHPFS = G.os2.buildpathFAT = G.os2.endHPFS = G.os2.endFAT = (char *)NULL;
1669 if ((G.os2.buildpathHPFS = (char *)malloc(G.os2.fnlen+G.os2.rootlen+
1672 if ((G.os2.buildpathHPFS = (char *)malloc(G.os2.fnlen+G.os2.rootlen+1))
1677 if ((G.os2.buildpathFAT = (char *)malloc(G.os2.fnlen+G.os2.rootlen+
1680 if ((G.os2.buildpathFAT = (char *)malloc(G.os2.fnlen+G.os2.rootlen+1))
1711 G.os2.endHPFS = G.os2.buildpathHPFS;
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/sfntly/cpp/src/test/
H A Dverify_os2.cc58 OS2TablePtr os2 = down_cast<OS2Table*>(table); in VerifyOS_2() local
59 if (os2 == NULL) { in VerifyOS_2()
63 EXPECT_EQ(os2->TableVersion(), OS2_VERSION); in VerifyOS_2()
66 EXPECT_EQ(os2->UsWidthClass(), OS2_US_WIDTH_CLASS); in VerifyOS_2()
67 EXPECT_EQ(os2->FsType(), OS2_FS_TYPE); in VerifyOS_2()
68 EXPECT_EQ(os2->YSubscriptXSize(), OS2_YSUBS_XSIZE); in VerifyOS_2()
78 EXPECT_EQ(os2->SFamilyClass(), OS2_SFAMILY_CLASS); in VerifyOS_2()
81 os2->Panose(&panose); in VerifyOS_2()
93 os2->AchVendId(&vend_id); in VerifyOS_2()
99 EXPECT_EQ(os2->FsSelection(), OS2_FS_SELECTION); in VerifyOS_2()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/sfntly/cpp/src/test/
H A Dverify_os2.cc58 OS2TablePtr os2 = down_cast<OS2Table*>(table); in VerifyOS_2() local
59 if (os2 == NULL) { in VerifyOS_2()
63 EXPECT_EQ(os2->TableVersion(), OS2_VERSION); in VerifyOS_2()
66 EXPECT_EQ(os2->UsWidthClass(), OS2_US_WIDTH_CLASS); in VerifyOS_2()
67 EXPECT_EQ(os2->FsType(), OS2_FS_TYPE); in VerifyOS_2()
68 EXPECT_EQ(os2->YSubscriptXSize(), OS2_YSUBS_XSIZE); in VerifyOS_2()
78 EXPECT_EQ(os2->SFamilyClass(), OS2_SFAMILY_CLASS); in VerifyOS_2()
81 os2->Panose(&panose); in VerifyOS_2()
93 os2->AchVendId(&vend_id); in VerifyOS_2()
99 EXPECT_EQ(os2->FsSelection(), OS2_FS_SELECTION); in VerifyOS_2()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/input.output/iostream.format/output.streams/ostream.assign/
H A Dmove_assign.pass.cpp50 os2 = (std::move(os1)); in main()
60 assert(os2.tie() == 0); in main()
61 assert(os2.fill() == ' '); in main()
62 assert(os2.rdstate() == os2.goodbit); in main()
63 assert(os2.exceptions() == os2.goodbit); in main()
64 assert(os2.flags() == (os2.skipws | os2.dec)); in main()
73 os2 = (std::move(os1)); in main()
83 assert(os2.tie() == 0); in main()
85 assert(os2.rdstate() == os2.goodbit); in main()
86 assert(os2.exceptions() == os2.goodbit); in main()
[all …]
H A Dmember_swap.pass.cpp45 os1.swap(os2); in main()
55 assert(os2.tie() == 0); in main()
56 assert(os2.fill() == ' '); in main()
57 assert(os2.rdstate() == os2.goodbit); in main()
58 assert(os2.exceptions() == os2.goodbit); in main()
59 assert(os2.flags() == (os2.skipws | os2.dec)); in main()
68 os1.swap(os2); in main()
78 assert(os2.tie() == 0); in main()
80 assert(os2.rdstate() == os2.goodbit); in main()
81 assert(os2.exceptions() == os2.goodbit); in main()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/input.output/iostream.format/output.streams/ostream.assign/
H A Dmember_swap.pass.cpp45 os1.swap(os2); in main()
55 assert(os2.tie() == 0); in main()
56 assert(os2.fill() == ' '); in main()
57 assert(os2.rdstate() == os2.goodbit); in main()
58 assert(os2.exceptions() == os2.goodbit); in main()
59 assert(os2.flags() == (os2.skipws | os2.dec)); in main()
68 os1.swap(os2); in main()
78 assert(os2.tie() == 0); in main()
80 assert(os2.rdstate() == os2.goodbit); in main()
81 assert(os2.exceptions() == os2.goodbit); in main()
[all …]
H A Dmove_assign.pass.cpp50 os2 = (std::move(os1)); in main()
60 assert(os2.tie() == 0); in main()
61 assert(os2.fill() == ' '); in main()
62 assert(os2.rdstate() == os2.goodbit); in main()
63 assert(os2.exceptions() == os2.goodbit); in main()
64 assert(os2.flags() == (os2.skipws | os2.dec)); in main()
73 os2 = (std::move(os1)); in main()
83 assert(os2.tie() == 0); in main()
85 assert(os2.rdstate() == os2.goodbit); in main()
86 assert(os2.exceptions() == os2.goodbit); in main()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/input.output/iostream.format/output.streams/ostream.assign/
H A Dmember_swap.pass.cpp45 os1.swap(os2); in main()
55 assert(os2.tie() == 0); in main()
56 assert(os2.fill() == ' '); in main()
57 assert(os2.rdstate() == os2.goodbit); in main()
58 assert(os2.exceptions() == os2.goodbit); in main()
59 assert(os2.flags() == (os2.skipws | os2.dec)); in main()
68 os1.swap(os2); in main()
78 assert(os2.tie() == 0); in main()
80 assert(os2.rdstate() == os2.goodbit); in main()
81 assert(os2.exceptions() == os2.goodbit); in main()
[all …]
H A Dmove_assign.pass.cpp50 os2 = (std::move(os1)); in main()
60 assert(os2.tie() == 0); in main()
61 assert(os2.fill() == ' '); in main()
62 assert(os2.rdstate() == os2.goodbit); in main()
63 assert(os2.exceptions() == os2.goodbit); in main()
64 assert(os2.flags() == (os2.skipws | os2.dec)); in main()
73 os2 = (std::move(os1)); in main()
83 assert(os2.tie() == 0); in main()
85 assert(os2.rdstate() == os2.goodbit); in main()
86 assert(os2.exceptions() == os2.goodbit); in main()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/input.output/iostream.format/output.streams/ostream.assign/
H A Dmove_assign.pass.cpp50 os2 = (std::move(os1)); in main()
60 assert(os2.tie() == 0); in main()
61 assert(os2.fill() == ' '); in main()
62 assert(os2.rdstate() == os2.goodbit); in main()
63 assert(os2.exceptions() == os2.goodbit); in main()
64 assert(os2.flags() == (os2.skipws | os2.dec)); in main()
73 os2 = (std::move(os1)); in main()
83 assert(os2.tie() == 0); in main()
85 assert(os2.rdstate() == os2.goodbit); in main()
86 assert(os2.exceptions() == os2.goodbit); in main()
[all …]
H A Dmember_swap.pass.cpp45 os1.swap(os2); in main()
55 assert(os2.tie() == 0); in main()
56 assert(os2.fill() == ' '); in main()
57 assert(os2.rdstate() == os2.goodbit); in main()
58 assert(os2.exceptions() == os2.goodbit); in main()
59 assert(os2.flags() == (os2.skipws | os2.dec)); in main()
68 os1.swap(os2); in main()
78 assert(os2.tie() == 0); in main()
80 assert(os2.rdstate() == os2.goodbit); in main()
81 assert(os2.exceptions() == os2.goodbit); in main()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/input.output/iostream.format/output.streams/ostream.assign/
H A Dmember_swap.pass.cpp45 os1.swap(os2); in main()
55 assert(os2.tie() == 0); in main()
56 assert(os2.fill() == ' '); in main()
57 assert(os2.rdstate() == os2.goodbit); in main()
58 assert(os2.exceptions() == os2.goodbit); in main()
59 assert(os2.flags() == (os2.skipws | os2.dec)); in main()
68 os1.swap(os2); in main()
78 assert(os2.tie() == 0); in main()
80 assert(os2.rdstate() == os2.goodbit); in main()
81 assert(os2.exceptions() == os2.goodbit); in main()
[all …]
H A Dmove_assign.pass.cpp48 os2 = (std::move(os1)); in main()
58 assert(os2.tie() == 0); in main()
59 assert(os2.fill() == ' '); in main()
60 assert(os2.rdstate() == os2.goodbit); in main()
61 assert(os2.exceptions() == os2.goodbit); in main()
62 assert(os2.flags() == (os2.skipws | os2.dec)); in main()
71 os2 = (std::move(os1)); in main()
81 assert(os2.tie() == 0); in main()
83 assert(os2.rdstate() == os2.goodbit); in main()
84 assert(os2.exceptions() == os2.goodbit); in main()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/input.output/iostream.format/output.streams/ostream.assign/
H A Dmove_assign.pass.cpp50 os2 = (std::move(os1)); in main()
60 assert(os2.tie() == 0); in main()
61 assert(os2.fill() == ' '); in main()
62 assert(os2.rdstate() == os2.goodbit); in main()
63 assert(os2.exceptions() == os2.goodbit); in main()
64 assert(os2.flags() == (os2.skipws | os2.dec)); in main()
73 os2 = (std::move(os1)); in main()
83 assert(os2.tie() == 0); in main()
85 assert(os2.rdstate() == os2.goodbit); in main()
86 assert(os2.exceptions() == os2.goodbit); in main()
[all …]
H A Dmember_swap.pass.cpp45 os1.swap(os2); in main()
55 assert(os2.tie() == 0); in main()
56 assert(os2.fill() == ' '); in main()
57 assert(os2.rdstate() == os2.goodbit); in main()
58 assert(os2.exceptions() == os2.goodbit); in main()
59 assert(os2.flags() == (os2.skipws | os2.dec)); in main()
68 os1.swap(os2); in main()
78 assert(os2.tie() == 0); in main()
80 assert(os2.rdstate() == os2.goodbit); in main()
81 assert(os2.exceptions() == os2.goodbit); in main()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/input.output/iostream.format/output.streams/ostream.assign/
H A Dmember_swap.pass.cpp45 os1.swap(os2); in main()
55 assert(os2.tie() == 0); in main()
56 assert(os2.fill() == ' '); in main()
57 assert(os2.rdstate() == os2.goodbit); in main()
58 assert(os2.exceptions() == os2.goodbit); in main()
59 assert(os2.flags() == (os2.skipws | os2.dec)); in main()
69 os1.swap(os2); in main()
79 assert(os2.tie() == 0); in main()
81 assert(os2.rdstate() == os2.goodbit); in main()
82 assert(os2.exceptions() == os2.goodbit); in main()
[all …]
H A Dmove_assign.pass.cpp48 os2 = (std::move(os1)); in main()
58 assert(os2.tie() == 0); in main()
59 assert(os2.fill() == ' '); in main()
60 assert(os2.rdstate() == os2.goodbit); in main()
61 assert(os2.exceptions() == os2.goodbit); in main()
62 assert(os2.flags() == (os2.skipws | os2.dec)); in main()
72 os2 = (std::move(os1)); in main()
82 assert(os2.tie() == 0); in main()
84 assert(os2.rdstate() == os2.goodbit); in main()
85 assert(os2.exceptions() == os2.goodbit); in main()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/input.output/iostream.format/output.streams/ostream.assign/
H A Dmove_assign.pass.cpp48 os2 = (std::move(os1)); in main()
58 assert(os2.tie() == 0); in main()
59 assert(os2.fill() == ' '); in main()
60 assert(os2.rdstate() == os2.goodbit); in main()
61 assert(os2.exceptions() == os2.goodbit); in main()
62 assert(os2.flags() == (os2.skipws | os2.dec)); in main()
71 os2 = (std::move(os1)); in main()
81 assert(os2.tie() == 0); in main()
83 assert(os2.rdstate() == os2.goodbit); in main()
84 assert(os2.exceptions() == os2.goodbit); in main()
[all …]
H A Dmember_swap.pass.cpp45 os1.swap(os2); in main()
55 assert(os2.tie() == 0); in main()
56 assert(os2.fill() == ' '); in main()
57 assert(os2.rdstate() == os2.goodbit); in main()
58 assert(os2.exceptions() == os2.goodbit); in main()
59 assert(os2.flags() == (os2.skipws | os2.dec)); in main()
68 os1.swap(os2); in main()
78 assert(os2.tie() == 0); in main()
80 assert(os2.rdstate() == os2.goodbit); in main()
81 assert(os2.exceptions() == os2.goodbit); in main()
[all …]
/dports/devel/libc++/libcxx-10.0.1.src/test/std/input.output/iostream.format/output.streams/ostream.assign/
H A Dmove_assign.pass.cpp50 os2 = (std::move(os1)); in main()
60 assert(os2.tie() == 0); in main()
61 assert(os2.fill() == ' '); in main()
62 assert(os2.rdstate() == os2.goodbit); in main()
63 assert(os2.exceptions() == os2.goodbit); in main()
64 assert(os2.flags() == (os2.skipws | os2.dec)); in main()
73 os2 = (std::move(os1)); in main()
83 assert(os2.tie() == 0); in main()
85 assert(os2.rdstate() == os2.goodbit); in main()
86 assert(os2.exceptions() == os2.goodbit); in main()
[all …]
H A Dmember_swap.pass.cpp45 os1.swap(os2); in main()
55 assert(os2.tie() == 0); in main()
56 assert(os2.fill() == ' '); in main()
57 assert(os2.rdstate() == os2.goodbit); in main()
58 assert(os2.exceptions() == os2.goodbit); in main()
59 assert(os2.flags() == (os2.skipws | os2.dec)); in main()
68 os1.swap(os2); in main()
78 assert(os2.tie() == 0); in main()
80 assert(os2.rdstate() == os2.goodbit); in main()
81 assert(os2.exceptions() == os2.goodbit); in main()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/input.output/iostream.format/output.streams/ostream.assign/
H A Dmember_swap.pass.cpp45 os1.swap(os2); in main()
55 assert(os2.tie() == 0); in main()
56 assert(os2.fill() == ' '); in main()
57 assert(os2.rdstate() == os2.goodbit); in main()
58 assert(os2.exceptions() == os2.goodbit); in main()
59 assert(os2.flags() == (os2.skipws | os2.dec)); in main()
68 os1.swap(os2); in main()
78 assert(os2.tie() == 0); in main()
80 assert(os2.rdstate() == os2.goodbit); in main()
81 assert(os2.exceptions() == os2.goodbit); in main()
[all …]

12345678910>>...287