Home
last modified time | relevance | path

Searched defs:OS2 (Results 1 – 11 of 11) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-os2-table.hh93 struct OS2 struct
95 enum { tableTag = HB_OT_TAG_OS2 };
97 bool has_data () const { return this != &Null (OS2); } in has_data()
99 const OS2V1Tail &v1 () const { return version >= 1 ? v1X : Null (OS2V1Tail); } in v1()
100 const OS2V2Tail &v2 () const { return version >= 2 ? v2X : Null (OS2V2Tail); } in v2()
101 const OS2V5Tail &v5 () const { return version >= 5 ? v5X : Null (OS2V5Tail); } in v5()
103 enum selection_flag_t {
116 bool is_italic () const { return fsSelection & ITALIC; } in is_italic()
117 bool is_oblique () const { return fsSelection & OBLIQUE; } in is_oblique()
118 bool is_typo_metrics () const { return fsSelection & USE_TYPO_METRICS; } in is_typo_metrics()
[all …]
/external/e2fsprogs/intl/
Dlocalcharset.c50 # define OS2 macro
/external/u-boot/include/u-boot/
Dzlib.h117 # define OS2 macro
/external/python/cpython2/Modules/zlib/
Dzconf.h.in172 # define OS2 macro
Dzconf.h172 # define OS2 macro
/external/zlib/
Dzconf.h172 # define OS2 macro
/external/zlib/src/
Dzconf.h172 # define OS2 macro
Dzconf.h.in172 # define OS2 macro
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp836 raw_svector_ostream OS2(Str2); in emitGlobals() local
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp881 raw_svector_ostream OS2(Str2); in emitGlobals() local
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp964 llvm::raw_svector_ostream OS2(Buffer2); in emitUpdateLocation() local