Searched refs:Out (Results 1 - 8 of 8) sorted by relevance

/external/zlib/contrib/delphi/
H A DZLib.pas131 Out: OutBuf = ptr to newly allocated buffer containing decompressed data
141 Out: OutBuf = ptr to newly allocated buffer containing decompressed data
149 Out: OutBuf = ptr to user-allocated buffer to contain decompressed data
/external/openssl/apps/
H A Dmakeapps.com408 $! Figure Out If We Need An AXP Or A VAX Linker Option File.
572 $! Find Out Which One To Use.
/external/openssl/crypto/
H A Dcrypto-lib.com314 $! Figure Out What Other Modules We Are To Build.
713 $! Figure Out If We Need A non-VAX Or A VAX Linker Option File.
916 $! Find Out Which One To Use.
/external/chromium/third_party/icu/source/test/cintltst/
H A Dnucnvtst.c4815 UChar Out [sizeof(pszUnicode) + 1]; local
4816 UChar * pOut = Out;
4817 UChar * OutLimit = Out + sizeof(pszUnicode)/sizeof(UChar);
4850 if (memcmp(Out,pszUnicode,sizeof(pszUnicode)))
4985 UChar Out [sizeof(pszUnicode) + 1]; local
4986 UChar * pOut = Out;
4987 UChar * OutLimit = Out + sizeof(pszUnicode)/sizeof(UChar);
5014 if (Out[0] != pszUnicode[codepointCount]){
5016 Out[0], pszUnicode[codepointCount]);
5019 pOut = Out; /* rese
[all...]
/external/icu4c/test/cintltst/
H A Dnucnvtst.c4902 UChar Out [sizeof(pszUnicode) + 1]; local
4903 UChar * pOut = Out;
4904 UChar * OutLimit = Out + sizeof(pszUnicode)/sizeof(UChar);
4937 if (memcmp(Out,pszUnicode,sizeof(pszUnicode)))
5072 UChar Out [sizeof(pszUnicode) + 1]; local
5073 UChar * pOut = Out;
5074 UChar * OutLimit = Out + sizeof(pszUnicode)/sizeof(UChar);
5101 if (Out[0] != pszUnicode[codepointCount]){
5103 Out[0], pszUnicode[codepointCount]);
5106 pOut = Out; /* rese
[all...]
/external/freetype/src/truetype/
H A Dttinterp.c4468 FT_Bool Out; local
4475 Out = 0;
4489 Out = FT_BOOL( nIfs == 1 );
4494 Out = FT_BOOL( nIfs == 0 );
4497 } while ( Out == 0 );
/external/zlib/contrib/pascal/
H A Dexample.pas543 EXIT_ERR('Out of memory');
/external/dropbear/libtomcrypt/
H A Dcrypt.tex130 The library serves as a toolkit for developers who have to solve cryptographic problems. Out of the box LibTomCrypt
154 configurable in terms of its build options. Out of the box the library will build with any modern version of GCC
6426 over how the ECC math will be implemented. Out of the box you only have three parameters per point to use $(x, y, z)$ however, these are just void pointers. They

Completed in 189 milliseconds