HomeSort by relevance Sort by last modified time
    Searched refs:h4 (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /external/clang/test/Sema/
warn-missing-prototypes.c 19 int h4(int);
20 int h4();
25 int h4();
30 int h4(int x) { return x; } function
constant-builtins.c 21 int h4 = __builtin_bswap32(0x1234) == 0x34120000 ? 1 : f(); variable
  /external/clang/test/Analysis/diagnostics/Inputs/include/
report-issues-within-main-file.h 38 int h4 = 0; local
39 h4 = in/h4;
40 h4++;
  /external/chromium_org/third_party/angle_dx11/src/third_party/murmurhash/
MurmurHash3.cpp 159 uint32_t h4 = seed; local
188 h3 = ROTL32(h3,15); h3 += h4; h3 = h3*5+0x96cd1c35;
190 k4 *= c4; k4 = ROTL32(k4,18); k4 *= c1; h4 ^= k4;
192 h4 = ROTL32(h4,13); h4 += h1; h4 = h4*5+0x32ac3b17;
210 k4 *= c4; k4 = ROTL32(k4,18); k4 *= c1; h4 ^= k4;
234 h1 ^= len; h2 ^= len; h3 ^= len; h4 ^= len;
    [all...]
  /external/chromium_org/third_party/smhasher/src/
MurmurHash3.cpp 159 uint32_t h4 = seed; local
188 h3 = ROTL32(h3,15); h3 += h4; h3 = h3*5+0x96cd1c35;
190 k4 *= c4; k4 = ROTL32(k4,18); k4 *= c1; h4 ^= k4;
192 h4 = ROTL32(h4,13); h4 += h1; h4 = h4*5+0x32ac3b17;
210 k4 *= c4; k4 = ROTL32(k4,18); k4 *= c1; h4 ^= k4;
234 h1 ^= len; h2 ^= len; h3 ^= len; h4 ^= len
    [all...]
Spooky.cpp 135 uint64 h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11; local
147 h1=h4=h7=h10 = *hash2;
158 Mix(u.p64, h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11);
167 Mix(buf, h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11);
177 Mix(buf, h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11);
180 End(h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11);
200 uint64 h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11; local
224 h1=h4=h7=h10 = m_state[1];
233 h4 = m_state[4];
250 Mix(u.p64, h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11)
318 uint64 h4 = m_state[4]; local
    [all...]
Spooky.h 170 uint64 &h4, uint64 &h5, uint64 &h6, uint64 &h7,
175 h1 += h3; h4 ^= h1; h3 = Rot64(h3,34);
176 h2 += h4; h5 ^= h2; h4 = Rot64(h4,21);
178 h4 += h6; h7 ^= h4; h6 = Rot64(h6,33);
189 uint64 &h4, uint64 &h5, uint64 &h6, uint64 &h7,
192 EndPartial(h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11);
193 EndPartial(h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11)
    [all...]
  /external/kernel-headers/original/linux/
errqueue.h 34 struct inet_skb_parm h4; member in union:sock_exterr_skb::__anon21713
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha1-ia64.pl 33 ($h0,$h1,$h2,$h3,$h4) = ("h0","h1","h2","h3","h4");
41 ($h0,$h1,$h2,$h3,$h4) = ("loc5","loc6","loc7","loc8","loc9");
186 add $h4=$h4,$d };; // wrap up
257 { .mmi; ld4 $h4=[ctx],-16
270 mov $E=$h4 };;
297 { .mib; st4 [ctx]=$h4,-16
  /external/openssl/crypto/sha/asm/
sha1-ia64.pl 33 ($h0,$h1,$h2,$h3,$h4) = ("h0","h1","h2","h3","h4");
41 ($h0,$h1,$h2,$h3,$h4) = ("loc5","loc6","loc7","loc8","loc9");
186 add $h4=$h4,$d };; // wrap up
257 { .mmi; ld4 $h4=[ctx],-16
270 mov $E=$h4 };;
297 { .mib; st4 [ctx]=$h4,-16
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_atexit.py 24 atexit.register(self.h4)
25 atexit.register(self.h4, 4, kw="abc")
28 "h4 (4,) {'kw': 'abc'}\nh4 () {}\nh1\n")
68 def h4(self, *args, **kwargs): member in class:TestCase
69 print "h4", args, kwargs
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_atexit.py 24 atexit.register(self.h4)
25 atexit.register(self.h4, 4, kw="abc")
28 "h4 (4,) {'kw': 'abc'}\nh4 () {}\nh1\n")
68 def h4(self, *args, **kwargs): member in class:TestCase
69 print "h4", args, kwargs
  /build/tools/droiddoc/templates-pdk/assets/
yui-3.3.0-reset-min.css 8 html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-v (…)
  /sdk/templates/docs/
cssreset-min.css 7 html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
default.css 103 h2, h3, h4.includetoc {
109 h2:hover:before, h3:hover:before, h4.includetoc:hover:before {
156 p, h4, ol, ul, dl {
216 h4 {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
Tooltip.css 3 body, h1, h2, h3, h4, h5, h6, p, table, td, caption, th, ul, ol, dl, li, dd, dt { font-size: 1em; }
12 h4 { margin-top: 2em; margin-bottom: 0.3em; }
31 h4 { font-style: italic; }
  /external/chromium_org/cc/base/
math_util.cc 153 HomogeneousCoordinate h4 = ProjectHomogeneousPoint(transform, q.p4()); local
155 return ComputeEnclosingClippedRect(h1, h2, h3, h4);
168 HomogeneousCoordinate h4 = local
205 if (h3.ShouldBeClipped() ^ h4.ShouldBeClipped()) {
207 ComputeClippedPointForEdge(h3, h4).CartesianPoint2d(),
212 if (!h4.ShouldBeClipped()) {
214 h4.CartesianPoint2d(), clipped_quad, num_vertices_in_clipped_quad);
217 if (h4.ShouldBeClipped() ^ h1.ShouldBeClipped()) {
219 ComputeClippedPointForEdge(h4, h1).CartesianPoint2d(),
248 const HomogeneousCoordinate& h4) {
345 HomogeneousCoordinate h4 = local
    [all...]
math_util_unittest.cc 39 HomogeneousCoordinate h4(100, 100, 0, -1);
45 gfx::RectF result = MathUtil::ComputeEnclosingClippedRect(h1, h2, h3, h4);
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
reset.css 12 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  /external/chromium_org/chrome/browser/resources/net_internals/
main.css 57 .content-box h4,
93 .event-log h4 {
  /external/clang/test/Parser/
attributes.c 41 void (*h4)(void (*f4)(__attribute__(()))); // expected-error {{expected parameter declarator}} variable
  /external/clang/test/SemaCXX/
address-of-temporary.cpp 39 void h4() { consume(AZ{}); } function in namespace:PointerToArrayDecay
  /external/llvm/docs/_themes/llvm-theme/static/
llvm-theme.css 102 div.sphinxsidebar h3, div.sphinxsidebar h4 {
181 div.body h1 a, div.body h2 a, div.body h3 a, div.body h4 a, div.body h5 a, div.body h6 a {
188 div.body h4,
202 div.body h4 { font-size: 120%; }
206 h1 a.anchor, h2 a.anchor, h3 a.anchor, h4 a.anchor, h5 a.anchor, h6 a.anchor {
213 h1:hover a.anchor, h2:hover a.anchor, h3:hover a.anchor, h4:hover a.anchor,
218 h1 a.anchor:hover, h2 a.anchor:hover, h3 a.anchor:hover, h4 a.anchor:hover,
  /external/llvm/docs/_static/
llvm.css 48 h4, .doc_subsubsection { margin: 2.0em 0.5em 0.5em 0.5em;
83 h4+div, h4+p {text-align: left; padding-left: 20pt; padding-right: 10pt;}
  /external/bzip2/
bzip.css 2 #74240f dark brown h1, h2, h3, h4
17 h1, h2, h3, h4 { color: #74240f; }

Completed in 3560 milliseconds

1 2 3 4