Searched refs:h2 (Results 1 - 25 of 99) sorted by relevance

1234

/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/
H A Dp7.cpp6 extern void h2(int x = sizeof(i)); // expected-error {{default argument references local variable 'i' of enclosing function}}
/external/clang/test/CodeGen/
H A Dfp16-ops.c6 volatile __fp16 h0 = 0.0, h1 = 1.0, h2; variable
49 h1 = h0 * h2;
63 h1 = f0 * h2;
69 h1 = (h0 / h2);
82 h1 = (f0 / h2);
88 h1 = (h2 + h0);
97 h1 = (h2 + f0);
107 h1 = (h2 - h0);
116 h1 = (h2 - f0);
125 test = (h2 < h
[all...]
H A Dextern-inline.c24 int h2(void) {return f2(1,2);} function
/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/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 Dborland-extensions.cpp18 template<typename T> int h2(T (__pascal M::* const )()) { return 0; }
24 i = h2<int>(&M::addP);
25 f = h2(&M::subtractP);
H A Dattr-format.cpp13 void h2(const char*, ...) __attribute__((format(printf, 2, 1))); // \
/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/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/clang/test/CXX/over/over.match/over.match.funcs/
H A Dp4-0x.cpp30 int &h2() const&;
31 float &h2() const&&;
67 int &ir2 = lvalue<X0>().h2();
68 float &fr3 = xvalue<X0>().h2();
69 float &fr4 = prvalue<X0>().h2();
/external/doclava/res/assets/templates/
H A Dsampleindex.cs23 <h2>Subdirectories</h2>
33 <h2>Files</h2>
H A Dkeywords.cs20 <h2><?cs name:letter ?></h2>
H A Dtodo.cs33 <h2>Overall</h2>
40 <h2>Package Summary</h2>
60 <h2>Class Summary</h3>
79 <h2>Detail</h2>
H A Dclasses.cs21 <h2 id="letter_<?cs name:letter ?>"><?cs name:letter ?></h2>
H A Dpackage.cs34 <h2><?cs var:label ?></h2>
/external/oprofile/libpp/
H A Dop_header.h22 * @param h2 sample file header
25 * check that the h1 and h2 are coherent (same size, same mtime etc.)
28 void op_check_header(opd_header const & h1, opd_header const & h2,
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
H A DSDL_gemevents.c83 short x2,y2,w2,h2; local
89 x2=y2=w2=h2 = 0;
93 wind_get (GEM_handle, WF_WORKXYWH, &x2, &y2, &w2, &h2);
102 mouse_event,x2,y2,w2,h2,
177 short x2,y2,w2,h2; local
234 wind_get (message[3], WF_WORKXYWH, &x2, &y2, &w2, &h2);
237 SDL_PrivateResize(w2, h2);
254 wind_get (message[3], WF_WORKXYWH, &x2, &y2, &w2, &h2);
256 SDL_PrivateResize(w2, h2);
301 short x2, y2, w2, h2; local
[all...]
/external/clang/test/CodeGenCXX/
H A Dtemplate-instantiation.cpp181 friend void h2(S s);
188 h2(s1); h2(s2); h2(s3);
H A Dstatic-init.cpp37 inline void h2() { function
42 h2();
/external/mesa3d/docs/
H A Dmesa.css15 h2 {
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/
H A DMediaDataBox.java118 ByteBuffer h2 = ByteBuffer.allocate(header.limit());
119 fileChannel.read(h2);
121 h2.rewind();
122 assert h2.equals(header) : "It seems that the content I want to read has already been overwritten.";
/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/guava/guava-tests/test/com/google/common/base/
H A DObjectsTest.java49 int h2 = Objects.hashCode(new Integer(1), new String("two"),
52 assertEquals(h1, h2);
/external/sepolicy/
H A Dmls23 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject);
41 ((h1 eq h2 and l1 eq l2) or t1 == mlstrustedsubject or t2 == mlstrustedsubject);
61 (l2 eq h2 and (l1 eq l2 or t1 == mlstrustedsubject));
111 (l2 eq h2 and (l1 eq l2 or t1 == mlstrustedsubject));
/external/chromium/third_party/libjingle/source/talk/base/
H A Dstringencode.cc135 unsigned char h1, h2;
142 && hex_decode(source[srcpos+1], &h2)) {
143 buffer[bufpos++] = (h1 << 4) | h2;
213 unsigned char h1, h2;
222 && hex_decode(source[srcpos+1], &h2))
224 buffer[bufpos++] = (h1 << 4) | h2;
483 unsigned char h1, h2;
488 && hex_decode(source[srcpos+1], &h2))
490 bbuffer[bufpos++] = (h1 << 4) | h2;

Completed in 1779 milliseconds

1234