Searched refs:ee (Results 1 - 25 of 100) sorted by relevance

1234

/macosx-10.10/tcl-105/tcl_ext/trf/trf/generic/ripemd/
H A Drmd160.c47 dd = MDbuf[3], ee = MDbuf[4]; local
52 FF(aa, bb, cc, dd, ee, X[ 0], 11);
53 FF(ee, aa, bb, cc, dd, X[ 1], 14);
54 FF(dd, ee, aa, bb, cc, X[ 2], 15);
55 FF(cc, dd, ee, aa, bb, X[ 3], 12);
56 FF(bb, cc, dd, ee, aa, X[ 4], 5);
57 FF(aa, bb, cc, dd, ee, X[ 5], 8);
58 FF(ee, aa, bb, cc, dd, X[ 6], 7);
59 FF(dd, ee, aa, bb, cc, X[ 7], 9);
60 FF(cc, dd, ee, a
[all...]
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DIWebPolicyDelegatePrivate.idl39 uuid(BA053E15-559F-46ee-A1D4-F8003EFFB658),
/macosx-10.10/ksh-23/ksh/src/lib/libast/path/
H A Dpathexists.c56 char* ee; local
89 for (s = ee = e + 1; *ee && *ee != '/'; ee++);
90 cc = *ee;
91 *ee = 0;
94 ee = 0;
98 if (ee)
100 e = ee;
[all...]
/macosx-10.10/ruby-106/ruby/ext/digest/rmd160/
H A Drmd160.c148 uint32_t aa, bb, cc, dd, ee; local
158 ee = eee = state[4];
161 FF(aa, bb, cc, dd, ee, block[ 0], 11);
162 FF(ee, aa, bb, cc, dd, block[ 1], 14);
163 FF(dd, ee, aa, bb, cc, block[ 2], 15);
164 FF(cc, dd, ee, aa, bb, block[ 3], 12);
165 FF(bb, cc, dd, ee, aa, block[ 4], 5);
166 FF(aa, bb, cc, dd, ee, block[ 5], 8);
167 FF(ee, aa, bb, cc, dd, block[ 6], 7);
168 FF(dd, ee, a
[all...]
/macosx-10.10/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/util/test/
H A DExceptionWrapperTest.java65 Exception ee = ExceptionUnwrapper.unwrap(e);
66 assertTrue(ee instanceof RuntimeException);
67 assertEquals("msg", ee.getMessage());
81 Exception ee = ExceptionUnwrapper.unwrap(e);
82 assertTrue(ee instanceof IOException);
83 assertEquals("msg", ee.getMessage());
100 } catch (Error ee) {
101 assertTrue(ee instanceof Error);
102 assertEquals("msg", ee.getMessage());
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dsetfuncs.test126 intersect3 {aa bb cc dd ee ff} {aa bb cc dd aa bb ee ff}
127 } 0 {{} {aa bb cc dd ee ff} {}}
130 intersect3 {aa bb cc dd aa bb ee ff} {aa bb cc dd ee ff}
131 } 0 {{} {aa bb cc dd ee ff} {}}
134 intersect3 {aa XX bb cc dd aa bb ee ff} {aa YY bb cc ZZ dd ee ff}
135 } 0 {XX {aa bb cc dd ee ff} {YY ZZ}}
138 intersect3 {aa YY bb cc ZZ dd ee f
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/wind/
H A Dbidi.c54 struct range_entry ee = {cp}; local
55 void *s = bsearch(&ee, _wind_ral_table, _wind_ral_table_size,
64 struct range_entry ee = {cp}; local
65 void *s = bsearch(&ee, _wind_l_table, _wind_l_table_size,
H A Derrorlist.c54 struct error_entry ee = {cp}; local
58 bsearch(&ee, _wind_errorlist_table,
/macosx-10.10/WebCore-7600.1.25/platform/graphics/efl/
H A DCairoUtilitiesEfl.h31 PassRefPtr<cairo_surface_t> createSurfaceForBackingStore(Ecore_Evas* ee);
H A DCairoUtilitiesEfl.cpp88 PassRefPtr<cairo_surface_t> createSurfaceForBackingStore(Ecore_Evas* ee) argument
90 ASSERT(ee);
94 ecore_evas_geometry_get(ee, 0, 0, &width, &height);
97 unsigned char* buffer = static_cast<unsigned char*>(const_cast<void*>(ecore_evas_buffer_pixels_get(ee)));
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Doperational.c52 Entry *ee = NULL; local
53 rc = be_entry_get_rw( op, &e->e_nname, NULL, NULL, 0, &ee );
54 if ( rc != LDAP_SUCCESS || ee == NULL ) {
58 e = ee;
60 if ( BEI( ee ) == NULL ) {
H A Didl.c333 bdb_idl_cache_entry_t *ee, *eprev; local
340 ee = (bdb_idl_cache_entry_t *) ch_malloc(
342 ee->db = db;
343 ee->idl = (ID*) ch_malloc( BDB_IDL_SIZEOF ( ids ) );
344 BDB_IDL_CPY( ee->idl, ids );
346 ee->idl_lru_prev = NULL;
347 ee->idl_lru_next = NULL;
348 ee->idl_flags = 0;
349 ber_dupbv( &ee->kstr, &idl_tmp.kstr );
351 if ( avl_insert( &bdb->bi_idl_tree, (caddr_t) ee,
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hx509/
H A Dtest_ca.in62 --certificate="FILE:cert-ee.pem" || exit 1
66 cert:FILE:cert-ee.pem \
76 cert:FILE:cert-ee.pem \
84 FILE:cert-ee.pem || exit 1
88 cert:FILE:cert-ee.pem \
97 FILE:cert-ee.pem || exit 1
101 cert:FILE:cert-ee.pem \
111 --certificate="FILE:cert-ee.pem" || exit 1
120 --certificate="FILE:cert-ee.pem" || exit 1
129 --certificate="FILE:cert-ee
[all...]
/macosx-10.10/llvmCore-3425.0.34/bindings/ocaml/executionengine/
H A Dllvm_executionengine.mli92 is not garbage collected and must be destroyed with [dispose ee].
99 [dispose ee].
106 engine is not garbage collected and must be destroyed with [dispose ee].
110 (** [dispose ee] releases the memory used by the execution engine and must be
114 (** [add_module m ee] adds the module [m] to the execution engine [ee]. *)
117 (** [remove_module m ee] removes the module [m] from the execution engine
118 [ee], disposing of [m] and the module referenced by [mp]. Raises
123 (** [find_function n ee] finds the function named [n] defined in any of the
124 modules owned by the execution engine [ee]
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DLLkParser.hpp57 void trace(const char* ee, const char* rname);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/src/
H A DLLkParser.cpp41 void LLkParser::trace(const char* ee, const char* rname) argument
45 printf("%s", ((string)ee + rname + ((inputState->guessing>0)?"; [guessing]":"; ")).c_str());
/macosx-10.10/ruby-106/ruby/sample/openssl/
H A Dcertstore.rb11 attr_reader :ee
21 @self_signed_ca = @other_ca = @ee = @crl = nil
61 @ee = []
112 @ee << cert
/macosx-10.10/tcl-105/tcl_ext/snack/snack/generic/
H A DSphereFile.c156 int ee; local
159 ee = 0;
161 ee = 1;
165 ee = 1;
167 ee = 0;
170 if (ee) {
/macosx-10.10/llvmCore-3425.0.34/examples/BrainF/
H A DBrainFDriver.cpp143 ExecutionEngine *ee = EngineBuilder(mod).create(); local
146 GenericValue gv = ee->runFunction(brainf_func, args);
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DProfileEstimatorPass.cpp185 ee = ExitEdges.end(); ei != ee; ++ei) {
219 for (SmallVector<Edge, 8>::iterator ei = Edges.begin(), ee = Edges.end();
220 ei != ee; ++ei) {
222 if (ei != (ee-1)) {
292 for (SmallVector<Edge, 8>::iterator ei = Edges.begin(), ee = Edges.end();
293 ei != ee; ++ei) {
294 if (ei != (ee-1)) {
H A DProfileInfoLoaderPass.cpp201 ee = SpanningTree.end(); ei != ee; ++ei) {
212 ee = SpanningTree.end(); ei != ee; ++ei) {
/macosx-10.10/llvmCore-3425.0.34/utils/TableGen/
H A DTableGen.cpp162 for (unsigned ei = 0, ee = Elts->size(); ei != ee; ++ei)
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dverilog.vim3 " Maintainer: Chih-Tsun Huang <cthuang@larc.ee.nthu.edu.tw>
5 " URL: http://larc.ee.nthu.edu.tw/~cthuang/vim/ftplugin/verilog.vim
/macosx-10.10/apache-793/httpd/modules/filters/
H A Dmod_data.c67 apr_bucket *e, *ee; local
190 apr_brigade_partition(bb, (APR_BUCKET_BUFF_SIZE / 4 * 3), &ee);
/macosx-10.10/ruby-106/ruby/test/openssl/
H A Dtest_pkcs12.rb49 ee = OpenSSL::X509::Name.parse("/DC=org/DC=ruby-lang/CN=Ruby PKCS12 Test Certificate")
50 @mycert = issue_cert(ee, TEST_KEY_RSA1024, 3, now, now+3600, exts,

Completed in 211 milliseconds

1234