Searched defs:h3 (Results 1 - 11 of 11) sorted by relevance

/external/clang/test/Parser/
H A Dattributes.c40 void (*h3)(void (*f3)(__attribute__(()) x)); // expected-warning {{defaults to 'int'}} variable
/external/clang/test/CodeGenCXX/
H A Dstatic-init.cpp38 void h3() { function
/external/clang/test/Sema/
H A Dwarn-missing-prototypes.c17 int h3();
23 int h3(int x);
28 int h3(int x) { return x; } // expected-warning{{no previous prototype for function 'h3'}} function
/external/openssl/crypto/sha/
H A Dsha.h102 SHA_LONG h0,h1,h2,h3,h4; member in struct:SHAstate_st
/external/openssl/include/openssl/
H A Dsha.h102 SHA_LONG h0,h1,h2,h3,h4; member in struct:SHAstate_st
/external/clang/test/SemaCXX/
H A Dreturn-noreturn.cpp84 int h3(int x) { function in namespace:abort_struct_complex_cfgs
/external/webkit/Source/WebCore/dom/
H A DXMLDocumentParser.cpp268 RefPtr<Element> h3 = doc->createElement(h3Tag, false); local
269 reportElement->appendChild(h3.get(), ec);
270 h3->appendChild(doc->createTextNode("This page contains the following errors:"), ec);
277 h3 = doc->createElement(h3Tag, false);
278 reportElement->appendChild(h3.get(), ec);
279 h3->appendChild(doc->createTextNode("Below is a rendering of the page up to the first error."), ec);
H A Dxml_expat_tokenizer.cpp826 RefPtr<Element> h3 = doc->createElementNS(xhtmlNamespaceURI, "h3", ec); local
827 reportElement->appendChild(h3.get(), ec);
828 h3->appendChild(doc->createTextNode("This page contains the following errors:"), ec);
835 h3 = doc->createElementNS(xhtmlNamespaceURI, "h3", ec);
836 reportElement->appendChild(h3.get(), ec);
837 h3->appendChild(doc->createTextNode("Below is a rendering of the page up to the first error."), ec);
/external/apache-harmony/auth/src/test/java/common/javax/security/auth/
H A DSubjectTest.java102 private final HashSet<Object> h3 = new HashSet<Object>(); // private credentials field in class:SubjectTest
132 h3.add(new Object());
133 h3.add(new Object());
134 h3.add(new Object());
158 Subject subject = new Subject(false, h1, h2, h3);
163 assertEquals("Private credential set", h3, subject
170 subject = new Subject(true, h1, h2, h3);
192 new Subject(true, h1, h2, h3);
518 s1 = new Subject(false, h1, h2, h3);
519 s3 = new Subject(true, h1, h2, h3);
[all...]
/external/v8/test/cctest/
H A Dtest-heap.cc299 Handle<Object> h3; local
310 h3 = global_handles->Create(*i);
319 CHECK((*h3)->IsString());
322 CHECK_EQ(*h3, *h1);
324 global_handles->Destroy(h3.location());
/external/opencv/cxcore/src/
H A Dcxmathfuncs.cpp1398 int h0, h1, h2, h3; local
1415 h3 = x[i+3];
1421 buf[3].i = (h3 & LOGTAB_MASK2_32F) | (127 << 23);
1424 y3 = (((h3 >> 23) & 0xff) - 127) * ln_2;
1427 h3 = (h3 >> (23 - LOGTAB_SCALE - 1)) & LOGTAB_MASK * 2;
1430 y3 += icvLogTab[h3];
1433 x3 = LOGTAB_TRANSLATE( buf[3].f, h3 );
1442 y3 += LOGPOLY( x3, h3 == 510 );
1498 int h0, h1, h2, h3; local
[all...]

Completed in 549 milliseconds