/external/openssl/crypto/pkcs7/ |
D | example.c | 80 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/ |
D | ttload.c | 953 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 …]
|
D | sfobjs.c | 703 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 …]
|
D | sfdriver.c | 90 table = face->os2.version == 0xFFFFU ? 0 : &face->os2; in get_sfnt_table()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CheckSecuritySyntaxOnly.cpp | 476 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/ |
D | Makefile.os2 | 4 $(MAKE) -f Makefile.os2 flex.exe \ 8 $(MAKE) -f Makefile.os2 flex.exe \
|
/external/mesa3d/docs/ |
D | README.OS2 | 56 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/ |
D | config.rpath | 67 mingw* | pw32* | os2*) 429 os2*) 563 os2*)
|
/external/zlib/old/os2/ |
D | Makefile.os2 | 74 $(SHAREDLIB): $(OBJS) os2/z.def 77 $(SHAREDLIBIMP): os2/z.def
|
/external/libffi/ |
D | ltcf-c.sh | 522 os2*) 702 cygwin* | mingw* | os2*) 746 cygwin* | mingw* | os2*)
|
D | ltcf-gcj.sh | 497 os2*) 669 cygwin* | mingw* | os2*)
|
/external/libpng/scripts/ |
D | README.txt | 38 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/ |
D | config.rpath | 289 os2*) 436 os2*)
|
/external/elfutils/config/ |
D | config.rpath | 289 os2*) 436 os2*)
|
/external/llvm/lib/Analysis/ |
D | AliasAnalysisEvaluator.cpp | 94 raw_string_ostream os1(o1), os2(o2); in PrintResults() local 96 WriteAsOperand(os2, V2, true, M); in PrintResults()
|
/external/stlport/test/unit/ |
D | slist_test.cpp | 86 ostringstream os2; in slist1() local 88 os2 << *i; in slist1() 89 buff=os2.rdbuf(); in slist1()
|
D | locale_test.cpp | 211 ostringstream os2("test2"); in _locale_init_problem() local
|
/external/grub/docs/ |
D | menu.lst | 65 #chainloader /boot/chain.os2
|
/external/skia/src/ports/ |
D | SkFontHost_FreeType.cpp | 1304 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/ |
D | ttgload.c | 112 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/ |
D | config.charset | 348 freebsd* | os2*)
|
/external/netcat/ |
D | stupidh | 283 os2
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | SimpleFontDataMac.mm | 330 const UInt8* os2 = CFDataGetBytePtr(os2Table.get()); 331 SInt16 os2AvgCharWidth = os2[2] * 256 + os2[3];
|
/external/freetype/include/freetype/internal/ |
D | tttypes.h | 1282 TT_OS2 os2; /* TrueType OS/2 table */ member
|
/external/openssl/ |
D | openssl.config | 28 os2 \
|