Searched refs:out (Results 101 - 125 of 3947) sorted by relevance

1234567891011>>

/macosx-10.10/OpenSSL098-52/src/crypto/aes/
H A Daes_cbc.c63 void AES_cbc_encrypt(const unsigned char *in, unsigned char *out, argument
72 assert(in && out && key && ivec);
78 out[n] = in[n] ^ iv[n];
79 AES_encrypt(out, out, key);
80 iv = out;
83 out += AES_BLOCK_SIZE;
87 out[n] = in[n] ^ iv[n];
89 out[n] = iv[n];
90 AES_encrypt(out, ou
[all...]
/macosx-10.10/ICU-531.30/icuSources/tools/gentest/
H A Dgenres32.c54 FILE *out; local
61 out = fopen(file, "w");
64 if(out == NULL) {
76 "testtable32 {", out
86 fprintf(out, "%s{\"\\U%08x\"}\n", key, i);
89 fprintf(out, "%s:int{%d}\n", key, i);
97 "}", out
100 fclose(out);
/macosx-10.10/JavaScriptCore-7600.1.17/ftl/
H A DFTLAvailableRecovery.cpp33 void AvailableRecovery::dump(PrintStream& out) const
35 out.print(node(), " => ", opcode(), ", ", RawPointer(m_left), ", ", RawPointer(m_right), ", ", m_format);
H A DFTLSlowPathCallKey.cpp33 void SlowPathCallKey::dump(PrintStream& out) const
35 out.print("<usedRegisters = ", m_usedRegisters, ", offset = ", m_offset, ", callTarget = ", RawPointer(m_callTarget), ", argumentRegisters = ", m_argumentRegisters, ">");
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DDumpContext.cpp43 void DumpContext::dump(PrintStream& out, const char* prefix) const argument
45 structures.dump(out, prefix);
/macosx-10.10/OpenSSL098-52/src/crypto/x509v3/
H A Dv3_pku.c65 static int i2r_PKEY_USAGE_PERIOD(X509V3_EXT_METHOD *method, PKEY_USAGE_PERIOD *usage, BIO *out, int indent);
85 PKEY_USAGE_PERIOD *usage, BIO *out, int indent)
87 BIO_printf(out, "%*s", indent, "");
89 BIO_write(out, "Not Before: ", 12);
90 ASN1_GENERALIZEDTIME_print(out, usage->notBefore);
91 if(usage->notAfter) BIO_write(out, ", ", 2);
94 BIO_write(out, "Not After: ", 11);
95 ASN1_GENERALIZEDTIME_print(out, usage->notAfter);
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/Accessible2/
H A DAccessibleApplication.idl75 @param [out] name
77 @retval S_FALSE if there is nothing to return, [out] value is NULL
81 [out, retval] BSTR *name
85 @param [out] version
90 @retval S_FALSE if there is nothing to return, [out] value is NULL
94 [out, retval] BSTR *version
98 @param [out] name
100 @retval S_FALSE if there is nothing to return, [out] value is NULL
104 [out, retval] BSTR *name
108 @param [out] versio
[all...]
H A DAccessibleText.idl159 @param [out] startOffset
162 @param [out] endOffset
165 @param [out] textAttributes
170 @retval S_FALSE if there is nothing to return, [out] values are 0s and NULL respectively
176 [out] long *startOffset,
177 [out] long *endOffset,
178 [out, retval] BSTR *textAttributes
200 @param [out] offset
210 [out, retval] long *offset
238 @param [out]
[all...]
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DIWebDataSource.idl80 HRESULT data([out, retval] IStream** stream);
92 HRESULT representation([out, retval] IWebDocumentRepresentation** rep);
99 HRESULT webFrame([out, retval] IWebFrame** frame);
107 HRESULT initialRequest([out, retval] IWebURLRequest** request);
114 HRESULT request([out, retval] IWebMutableURLRequest** request);
121 HRESULT response([out, retval] IWebURLResponse** response);
129 HRESULT textEncodingName([out, retval] BSTR* name);
136 HRESULT isLoading([out, retval] BOOL* loading);
143 HRESULT pageTitle([out, retval] BSTR* title);
152 HRESULT unreachableURL([out, retva
[all...]
H A DIWebHTTPURLResponse.idl40 HRESULT allHeaderFields([out, retval] IPropertyBag** headerFields);
41 HRESULT localizedStringForStatusCode([in] int statusCode, [out, retval] BSTR* statusString);
42 HRESULT statusCode([out, retval] int* statusCode);
43 HRESULT isAttachment([out, retval] BOOL* attachment);
H A DIWebHistoryItemPrivate.idl43 [local] HRESULT dictionaryRepresentation([out, retval] void** dictionary);
44 HRESULT visitCount([out, retval] int *count);
46 HRESULT hasURLString([out, retval] BOOL* hasURL);
50 HRESULT RSSFeedReferrer([out, retval] BSTR* url);
52 HRESULT hasPageCache([out, retval] BOOL* hasCache);
55 HRESULT target([out, retval] BSTR* target);
56 HRESULT isTargetItem([out, retval] BOOL* result);
57 [local] HRESULT children([out] unsigned* childCount, [out, retval] SAFEARRAY** children);
58 HRESULT lastVisitWasFailure([out, retva
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/cacheclean/
H A Dclean.sh24 rm -f dig.out.ns2
H A Dtests.sh26 -f dig.batch -p 5300 @10.53.0.2 > dig.out.ns2 || status=1
27 grep ";" dig.out.ns2
29 $PERL ../digcomp.pl dig.out.ns2 knowngood.dig.out || status=1
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/checkconf/
H A Dclean.sh19 rm -f good.conf.in good.conf.out
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/dname/
H A Dclean.sh23 rm -f dig.out.*
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/forward/
H A Dclean.sh21 rm -f dig.out.*
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/glue/
H A Dclean.sh24 rm -f dig.out ns1/cache
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/limits/
H A Dclean.sh23 rm -f dig.out.*
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/lwresd/
H A Dclean.sh23 rm -f dig.out
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/masterfile/
H A Dclean.sh20 rm -f dig.out.*
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/sortlist/
H A Dclean.sh20 rm -f *.dig *.good *.out
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/tsig/
H A Dclean.sh23 rm -f dig.out.*
/macosx-10.10/dtrace-147/test/tst/i386/ustack/
H A Dtst.annotated.d31 pid$1:a.out:baz:entry
H A Dtst.helper.d40 pid$1:a.out:baz:entry
/macosx-10.10/dtrace-147/test/tst/sparc/ustack/
H A Dtst.annotated.d31 pid$1:a.out:baz:entry

Completed in 174 milliseconds

1234567891011>>