Searched defs:h2 (Results 1 - 25 of 26) sorted by relevance

12

/external/clang/test/SemaCXX/
H A Dcv-unqual-rvalues.cpp11 template<typename T, T X> void h2() { function
23 h2<const int, 0>(); // expected-note{{instantiation of}}
H A Dgoto.cpp52 void h2(int end) { function
H A Dreturn-noreturn.cpp80 int h2(int x) { function in namespace:abort_struct_complex_cfgs
/external/clang/test/CodeGen/
H A Dextern-inline.c24 int h2(void) {return f2(1,2);} function
H A Dfp16-ops.c5 volatile __fp16 h0 = 0.0, h1 = 1.0, h2; variable
48 h1 = h0 * h2;
62 h1 = f0 * h2;
68 h1 = (h0 / h2);
81 h1 = (f0 / h2);
87 h1 = (h2 + h0);
96 h1 = (h2 + f0);
106 h1 = (h2 - h0);
115 h1 = (h2 - f0);
124 test = (h2 < h
[all...]
/external/clang/test/Parser/
H A Dattributes.c38 void (*h2)(int (*f2)(y, __attribute__(()) x)); // expected-error {{expected identifier}} variable
/external/clang/test/CodeGenCXX/
H A Dstatic-init.cpp34 inline void h2() { function
39 h2();
/external/clang/test/Sema/
H A Dwarn-missing-prototypes.c22 int h2(int x);
27 int h2(int x) { return x; } // expected-warning{{no previous prototype for function 'h2'}} 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/oprofile/libpp/
H A Dop_header.cpp42 void op_check_header(opd_header const & h1, opd_header const & h2, argument
45 if (h1.mtime != h2.mtime) {
48 << h1.mtime << ", " << h2.mtime << ") for "
53 if (h1.is_kernel != h2.is_kernel) {
/external/chromium/net/http/
H A Dhttp_response_headers_unittest.cc457 std::string h2; local
458 parsed2->GetNormalizedHeaders(&h2);
459 EXPECT_EQ(std::string(tests[i].expected_headers), h2); local
/external/opencv/cvaux/src/
H A Dcvbgfg_codebook.cpp147 uchar p0, p1, p2, l0, l1, l2, h0, h1, h2; local
155 h0 = SAT_8U(p0 + cb0); h1 = SAT_8U(p1 + cb1); h2 = SAT_8U(p2 + cb2);
178 if( e->learnMax[2] < h2 ) e->learnMax[2]++;
208 e->learnMin[2] = l2; e->learnMax[2] = h2;
272 int h0 = p0 - M0, h1 = p1 - M1, h2 = p2 - M2; local
279 e->boxMin[2] <= l2 && h2 <= e->boxMax[2] )
/external/qemu/distrib/sdl-1.2.12/src/video/gem/
H A DSDL_gemevents.c82 short x2,y2,w2,h2; local
86 x2=y2=w2=h2 = 0;
90 wind_get (GEM_handle, WF_WORKXYWH, &x2, &y2, &w2, &h2);
99 mouse_event,x2,y2,w2,h2,
172 short x2,y2,w2,h2; local
229 wind_get (message[3], WF_WORKXYWH, &x2, &y2, &w2, &h2);
232 SDL_PrivateResize(w2, h2);
249 wind_get (message[3], WF_WORKXYWH, &x2, &y2, &w2, &h2);
251 SDL_PrivateResize(w2, h2);
296 short x2, y2, w2, h2; local
[all...]
H A DSDL_gemvideo.c722 short x2,y2,w2,h2; local
743 if (!wind_calc(WC_BORDER, GEM_win_type, 0,0,width,height, &x2,&y2,&w2,&h2)) {
751 y2 = (GEM_desk_h-h2)>>1;
768 GEM_handle=wind_create(GEM_win_type, x2,y2,w2,h2);
784 wind_open(GEM_handle,x2,y2,w2,h2);
787 wind_get (GEM_handle, WF_WORKXYWH, &x2,&y2,&w2,&h2);
788 if (wind_calc(WC_BORDER, GEM_win_type, x2,y2,width,height, &x2,&y2,&w2,&h2)) {
789 wind_set (GEM_handle, WF_CURRXYWH, x2,y2,w2,h2);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dproduct-weight.h74 ssize_t h2 = value2_.Hash(); local
77 return h1 << lshift ^ h1 >> rshift ^ h2;
/external/opencv/cv/src/
H A D_cvmatrix.h284 const float* src2, int w2, int h2,
289 if( w1 != h2 )
309 const double* src2, int w2, int h2,
314 if( w1 != h2 )
283 icvMulMatrix_32f( const float* src1, int w1, int h1, const float* src2, int w2, int h2, float* dst ) argument
308 icvMulMatrix_64d( const double* src1, int w1, int h1, const double* src2, int w2, int h2, double* dst ) argument
/external/openssl/apps/
H A Ds_socket.c387 struct hostent *h1,*h2; local
458 h2=GetHostByName(*host);
459 if (h2 == NULL)
464 if (h2->h_addrtype != AF_INET)
/external/valgrind/unittest/
H A Dwindows_tests.cc539 h2 = CreateSemaphore(NULL, 0, 15, NAME); local
541 ASSERT_TRUE(h2 != NULL);
543 // h1 and h2 refer to the same semaphore but are not equal.
544 EXPECT_NE(h1, h2);
551 tp.Add(NewCallback(Poster, &VAR, h2));
555 CloseHandle(h2);
577 HANDLE h2 = NULL; local
579 GetCurrentProcess(), &h2, local
581 ASSERT_TRUE(h2 != NULL);
583 // h1 and h2 refe
[all...]
/external/apache-harmony/auth/src/test/java/common/javax/security/auth/
H A DSubjectTest.java100 private final HashSet<Object> h2 = new HashSet<Object>(); // public credentials field in class:SubjectTest
129 h2.add(new Object());
130 h2.add(new Object());
158 Subject subject = new Subject(false, h1, h2, h3);
166 assertEquals("Public credential set", h2, 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);
523 s2.getPublicCredentials().addAll(h2);
[all...]
/external/icu4c/test/intltest/
H A Dcitrtest.cpp770 UBool h, h2; local
777 h2=ci.hasNext();
783 h2=ci.hasNext();
790 h2=ci.hasNext();
796 h2=ci.hasNext();
803 h2=ci.hasPrevious();
809 h2=ci.hasPrevious();
815 h=h2=FALSE;
821 h=h2=FALSE;
837 if(c!=c2 || h!=h2 || c
[all...]
H A Dcalregts.cpp830 int32_t h1,h2; local
833 logln(UnicodeString("GMT 2 is: ") + (h2=cal1->get(UCAL_HOUR_OF_DAY, status)));
834 if ((*GMT != *PST) && (h1 == h2))
/external/v8/test/cctest/
H A Dtest-heap.cc298 Handle<Object> h2; local
309 h2 = global_handles->Create(*u);
318 CHECK((*h2)->IsHeapNumber());
326 CHECK_EQ(*h4, *h2);
327 global_handles->Destroy(h2.location());
348 Handle<Object> h2; local
357 h2 = global_handles->Create(*u);
360 global_handles->MakeWeak(h2.location(),
368 CHECK((*h2)->IsHeapNumber());
371 CHECK(!global_handles->IsNearDeath(h2
386 Handle<Object> h2; local
[all...]
/external/yaffs2/yaffs2/direct/
H A Ddtest.c1821 int h1=-1,h2=-1; local
1828 h2 = yaffs_open(name2,O_CREAT | O_TRUNC | O_RDWR, S_IREAD | S_IWRITE);
1833 n = yaffs_write(h2,xx,i);
1837 yaffs_close(h2);
/external/opencv/cxcore/src/
H A Dcxmathfuncs.cpp1398 int h0, h1, h2, h3; local
1414 h2 = x[i+2];
1420 buf[2].i = (h2 & LOGTAB_MASK2_32F) | (127 << 23);
1423 y2 = (((h2 >> 23) & 0xff) - 127) * ln_2;
1426 h2 = (h2 >> (23 - LOGTAB_SCALE - 1)) & LOGTAB_MASK * 2;
1429 y2 += icvLogTab[h2];
1432 x2 = LOGTAB_TRANSLATE( buf[2].f, h2 );
1441 y2 += LOGPOLY( x2, h2 == 510 );
1498 int h0, h1, h2, h local
[all...]

Completed in 522 milliseconds

12