Home
last modified time | relevance | path

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

12345

/external/openssl/crypto/pkcs7/
Dexample.c80 ASN1_OCTET_STRING *os1,*os2; in add_signed_seq2string() local
90 os2=ASN1_OCTET_STRING_new(); in add_signed_seq2string()
92 ASN1_OCTET_STRING_set(os2,(unsigned char*)str1,strlen(str1)); in add_signed_seq2string()
94 i+=i2d_ASN1_OCTET_STRING(os2,NULL); in add_signed_seq2string()
101 i2d_ASN1_OCTET_STRING(os2,&p); in add_signed_seq2string()
107 ASN1_OCTET_STRING_free(os2); in add_signed_seq2string()
129 ASN1_OCTET_STRING *os1,*os2; in get_signed_seq2string() local
143 if ((os2=d2i_ASN1_OCTET_STRING(NULL,&c.p,c.slen)) == NULL) in get_signed_seq2string()
149 *str2=malloc(os2->length+1); in get_signed_seq2string()
151 memcpy(*str2,os2->data,os2->length); in get_signed_seq2string()
[all …]
/external/freetype/src/sfnt/
Dttload.c953 TT_OS2* os2; in tt_face_load_os2() local
1034 os2 = &face->os2; in tt_face_load_os2()
1036 if ( FT_STREAM_READ_FIELDS( os2_fields, os2 ) ) in tt_face_load_os2()
1039 os2->ulCodePageRange1 = 0; in tt_face_load_os2()
1040 os2->ulCodePageRange2 = 0; in tt_face_load_os2()
1041 os2->sxHeight = 0; in tt_face_load_os2()
1042 os2->sCapHeight = 0; in tt_face_load_os2()
1043 os2->usDefaultChar = 0; in tt_face_load_os2()
1044 os2->usBreakChar = 0; in tt_face_load_os2()
1045 os2->usMaxContext = 0; in tt_face_load_os2()
[all …]
Dsfobjs.c703 LOAD_( os2 ); in sfnt_load_face()
707 face->os2.version = 0xFFFFU; in sfnt_load_face()
752 if ( face->os2.version != 0xFFFFU && face->os2.fsSelection & 256 ) in sfnt_load_face()
832 if ( has_outline == TRUE && face->os2.version != 0xFFFFU ) in sfnt_load_face()
838 if ( face->os2.fsSelection & 512 ) /* bit 9 */ in sfnt_load_face()
840 else if ( face->os2.fsSelection & 1 ) /* bit 0 */ in sfnt_load_face()
843 if ( face->os2.fsSelection & 32 ) /* bit 5 */ in sfnt_load_face()
915 FT_Short avgwidth = face->os2.xAvgCharWidth; in sfnt_load_face()
919 if ( em_size == 0 || face->os2.version == 0xFFFFU ) in sfnt_load_face()
1013 if ( face->os2.version != 0xFFFFU ) in sfnt_load_face()
[all …]
Dsfdriver.c90 table = face->os2.version == 0xFFFFU ? 0 : &face->os2; in get_sfnt_table()
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckSecuritySyntaxOnly.cpp476 llvm::raw_svector_ostream os2(buf2); in checkCall_rand() local
477 os2 << "Function '" << FD in checkCall_rand()
482 BR.EmitBasicReport(os1.str(), "Security", os2.str(),CE->getLocStart(), &R, 1); in checkCall_rand()
563 llvm::raw_svector_ostream os2(buf2); in checkUncheckedReturnValue() local
564 os2 << "The return value from the call to '" << FD in checkUncheckedReturnValue()
569 BR.EmitBasicReport(os1.str(), "Security", os2.str(),CE->getLocStart(), &R, 1); in checkUncheckedReturnValue()
/external/webkit/Tools/android/flex-2.5.4a/MISC/OS2/
DMakefile.os24 $(MAKE) -f Makefile.os2 flex.exe \
8 $(MAKE) -f Makefile.os2 flex.exe \
/external/mesa3d/docs/
DREADME.OS256 make os2-x11
64 http://fly.HiWAAY.net/~abbott/xfree86-os2/xfree86.html
92 http://r350.ee.ntu.edu.tw/~hcchu/os2/ports
/external/bison/build-aux/
Dconfig.rpath67 mingw* | pw32* | os2*)
429 os2*)
563 os2*)
/external/zlib/old/os2/
DMakefile.os274 $(SHAREDLIB): $(OBJS) os2/z.def
77 $(SHAREDLIBIMP): os2/z.def
/external/libffi/
Dltcf-c.sh522 os2*)
702 cygwin* | mingw* | os2*)
746 cygwin* | mingw* | os2*)
Dltcf-gcj.sh497 os2*)
669 cygwin* | mingw* | os2*)
/external/libpng/scripts/
DREADME.txt38 makefile.os2 => OS/2 Makefile (gcc and emx, requires pngos2.def)
70 pngos2.def => OS/2 module definition file used by makefile.os2
/external/e2fsprogs/config/
Dconfig.rpath289 os2*)
436 os2*)
/external/elfutils/config/
Dconfig.rpath289 os2*)
436 os2*)
/external/llvm/lib/Analysis/
DAliasAnalysisEvaluator.cpp94 raw_string_ostream os1(o1), os2(o2); in PrintResults() local
96 WriteAsOperand(os2, V2, true, M); in PrintResults()
/external/stlport/test/unit/
Dslist_test.cpp86 ostringstream os2; in slist1() local
88 os2 << *i; in slist1()
89 buff=os2.rdbuf(); in slist1()
Dlocale_test.cpp211 ostringstream os2("test2"); in _locale_init_problem() local
/external/grub/docs/
Dmenu.lst65 #chainloader /boot/chain.os2
/external/skia/src/ports/
DSkFontHost_FreeType.cpp1304 TT_OS2* os2 = (TT_OS2*) FT_Get_Sfnt_Table(face, ft_sfnt_os2); in generateFontMetrics() local
1311 ys[5] = os2 ? os2->xAvgCharWidth : 0; in generateFontMetrics()
1314 if (os2 && os2->sxHeight) { in generateFontMetrics()
1315 x_height = SkFixedToScalar(SkMulDiv(fScaleX, os2->sxHeight, upem)); in generateFontMetrics()
/external/freetype/src/truetype/
Dttgload.c112 else if ( face->os2.version != 0xFFFFU ) in TT_Get_VMetrics()
114 *tsb = face->os2.sTypoAscender; in TT_Get_VMetrics()
115 *ah = face->os2.sTypoAscender - face->os2.sTypoDescender; in TT_Get_VMetrics()
1703 if ( face->os2.version != 0xFFFFU ) in compute_glyph_metrics()
1704 advance = (FT_Pos)( face->os2.sTypoAscender - in compute_glyph_metrics()
1705 face->os2.sTypoDescender ); in compute_glyph_metrics()
/external/e2fsprogs/intl/
Dconfig.charset348 freebsd* | os2*)
/external/netcat/
Dstupidh283 os2
/external/webkit/Source/WebCore/platform/graphics/mac/
DSimpleFontDataMac.mm330 const UInt8* os2 = CFDataGetBytePtr(os2Table.get());
331 SInt16 os2AvgCharWidth = os2[2] * 256 + os2[3];
/external/freetype/include/freetype/internal/
Dtttypes.h1282 TT_OS2 os2; /* TrueType OS/2 table */ member
/external/openssl/
Dopenssl.config28 os2 \

12345