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

1 2 3 4 5 6 7

  /external/qemu/distrib/sdl-1.2.15/src/thread/os2/
SDL_systhread_c.h 25 #include <os2.h>
SDL_sysmutex.c 28 #include <os2.h>
SDL_systhread.c 29 #include <os2.h>
SDL_syssem.c 29 #include <os2.h>
  /external/freetype/src/base/
ftfstype.c 30 TT_OS2* os2; local
54 if ( ( os2 = (TT_OS2*)FT_Get_Sfnt_Table( face, ft_sfnt_os2 ) ) != NULL &&
55 os2->version != 0xFFFFU )
56 return os2->fsType;
  /external/openssl/crypto/pkcs7/
example.c 80 ASN1_OCTET_STRING *os1,*os2; local
90 os2=ASN1_OCTET_STRING_new();
92 ASN1_OCTET_STRING_set(os2,(unsigned char*)str1,strlen(str1));
94 i+=i2d_ASN1_OCTET_STRING(os2,NULL);
101 i2d_ASN1_OCTET_STRING(os2,&p);
107 ASN1_OCTET_STRING_free(os2);
129 ASN1_OCTET_STRING *os1,*os2; local
143 if ((os2=d2i_ASN1_OCTET_STRING(NULL,&c.p,c.slen)) == NULL)
149 *str2=malloc(os2->length+1);
151 memcpy(*str2,os2->data,os2->length)
243 ASN1_OCTET_STRING *os1,*os2; local
296 ASN1_OCTET_STRING *os1,*os2; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/dart/
SDL_dart.h 36 #include <os2.h>
  /external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_os2fslib.h 28 // OS2 specific includes
35 #include <os2.h>
  /external/freetype/src/sfnt/
ttload.c 953 TT_OS2* os2; local
    [all...]
sfobjs.c 711 LOAD_( os2 );
715 face->os2.version = 0xFFFFU;
760 if ( face->os2.version != 0xFFFFU && face->os2.fsSelection & 256 )
840 if ( has_outline == TRUE && face->os2.version != 0xFFFFU )
846 if ( face->os2.fsSelection & 512 ) /* bit 9 */
848 else if ( face->os2.fsSelection & 1 ) /* bit 0 */
851 if ( face->os2.fsSelection & 32 ) /* bit 5 */
923 FT_Short avgwidth = face->os2.xAvgCharWidth;
927 if ( em_size == 0 || face->os2.version == 0xFFFFU
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/loadso/os2/
SDL_sysloadso.c 32 #include <os2.h>
  /external/openssl/crypto/rand/
rand_os2.c 66 #include <os2.h>
  /sdk/sdkstats/src/com/android/sdkstats/
SdkStatsService.java 310 String os2 = os.toLowerCase(Locale.US); local
312 if (os2.startsWith("mac")) { //$NON-NLS-1$
318 } else if (os2.startsWith("win")) { //$NON-NLS-1$
324 } else if (os2.startsWith("linux")) { //$NON-NLS-1$
  /external/bison/build-aux/
config.rpath 67 mingw* | pw32* | os2*)
429 os2*)
563 os2*)
  /ndk/sources/host-tools/make-3.81/config/
config.rpath 63 mingw* | pw32* | os2*)
364 os2*)
497 os2*)
  /external/openssl/crypto/rsa/
rsa_ameth.c 582 ASN1_STRING *os1 = NULL, *os2 = NULL; local
637 os2 = ASN1_STRING_dup(os1);
638 if (!os2)
641 V_ASN1_SEQUENCE, os2);
645 os1 = os2 = NULL;
  /external/e2fsprogs/config/
config.rpath 289 os2*)
436 os2*)
  /external/qemu/distrib/sdl-1.2.15/src/
SDL.c 263 #include <os2.h>
  /external/qemu/distrib/sdl-1.2.15/src/timer/os2/
SDL_systimer.c 33 #include <os2.h>
  /external/llvm/lib/Analysis/
AliasAnalysisEvaluator.cpp 94 raw_string_ostream os1(o1), os2(o2);
96 WriteAsOperand(os2, V2, true, M);
  /external/libffi/
ltcf-c.sh 522 os2*)
702 cygwin* | mingw* | os2*)
746 cygwin* | mingw* | os2*)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/mac/
SimpleFontDataMac.mm 330 const UInt8* os2 = CFDataGetBytePtr(os2Table.get());
331 SInt16 os2AvgCharWidth = os2[2] * 256 + os2[3];
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
config.rpath 67 mingw* | cygwin* | pw32* | os2* | cegcc*)
442 os2*)
603 os2*)
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 623 llvm::raw_svector_ostream os2(buf2);
624 os2 << "Function '" << *FD
631 BR.EmitBasicReport(AC->getDecl(), os1.str(), "Security", os2.str(),
743 llvm::raw_svector_ostream os2(buf2);
744 os2 << "The return value from the call to '" << *FD
751 BR.EmitBasicReport(AC->getDecl(), os1.str(), "Security", os2.str(),
  /external/stlport/test/unit/
slist_test.cpp 86 ostringstream os2; local
88 os2 << *i;
89 buff=os2.rdbuf();

Completed in 1145 milliseconds

1 2 3 4 5 6 7