Searched defs:h2 (Results 1 - 25 of 40) 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 Dcxx0x-initializer-constructor.cpp180 H h2({1, nullptr});
192 H h2 = {1, nullptr}; member in struct:objects::memberinit
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/v8/test/mjsunit/compiler/
H A Dinline-arity-mismatch.js44 function h2(a, b) { function
53 assertEquals(4, h2(o, o));
54 assertEquals(4, h2(o, o));
56 %OptimizeFunctionOnNextCall(h2);
58 assertEquals(4, h2(o, o));
62 assertEquals(2, h2(o, u));
/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/v8/test/mjsunit/regress/
H A Dregress-1229.js91 function h2(z2, y2, x2) { function
123 invoke(h2, [6, 4, 8]);
/external/guava/guava/src/com/google/common/hash/
H A DMurmur3_128HashFunction.java48 long h2; field in class:Murmur3_128HashFunction.Murmur3_128Hasher
56 h2 = seed;
73 h1 += h2;
79 h2 ^= k2;
81 h2 = Long.rotateLeft(h2, 31);
82 h2 += h1;
83 h2 = h2 * 5 + 0x38495ab5;
108 h2
[all...]
/external/clang/test/CodeGenCXX/
H A Dstatic-init.cpp37 inline void h2() { function
42 h2();
/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/openfst/src/include/fst/
H A Dpair-weight.h91 size_t h2 = value2_.Hash(); local
94 return h1 << lshift ^ h1 >> rshift ^ h2;
H A Dsigned-log-weight.h100 size_t h2 = Value2().Hash(); local
103 return h1 << lshift ^ h1 >> rshift ^ h2;
/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...]
/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/ipsec-tools/src/racoon/
H A Dgrabmyaddr.c312 char h1[NI_MAXHOST], h2[NI_MAXHOST]; local
321 if (getnameinfo(q->addr, sysdep_sa_len(q->addr), h2, sizeof(h2),
324 if (strcmp(h1, h2) == 0)
/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.c386 struct hostent *h1,*h2; local
457 h2=GetHostByName(*host);
458 if (h2 == NULL)
463 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...]

Completed in 1280 milliseconds

12