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

1 2 3

  /external/clang/test/Sema/
constant-builtins.c 22 int h5 = __builtin_bswap64(0x1234) == 0x3412000000000000 ? 1 : f(); variable
constant-builtins-2.c 117 int h5 = __builtin_bswap64(0x1234) == 0x3412000000000000 ? 1 : f(); variable
  /external/chromium_org/third_party/smhasher/src/
Spooky.cpp 135 uint64 h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11; local
148 h2=h5=h8=h11 = sc_const;
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
225 h2=h5=h8=h11 = sc_const;
234 h5 = m_state[5];
250 Mix(u.p64, h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11)
319 uint64 h5 = m_state[5]; local
    [all...]
Spooky.h 170 uint64 &h4, uint64 &h5, uint64 &h6, uint64 &h7,
176 h2 += h4; h5 ^= h2; h4 = Rot64(h4,21);
177 h3 += h5; h6 ^= h3; h5 = Rot64(h5,38);
179 h5 += h7; h8 ^= h5; h7 = Rot64(h7,10);
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...]
  /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-vari (…)
android-developer-docs.css 553 #jd-content h5 {
678 h5.jd-tagtitle {
1036 #jd-content .sidebox h5 {
1569 h1, h2, h3, h4, h5, h6 {
  /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}
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
reset.css 12 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  /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; }
13 h5 { margin-top: 0px; margin-bottom: 0px; }
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/jsdoc-template/static/
default.css 180 h1, h2, h3, h4, h5, h6 {
201 h3, h4, h5, h6 {
  /external/llvm/docs/_themes/llvm-theme/static/
llvm-theme.css 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 {
189 div.body h5,
203 div.body h5 { font-size: 110%; }
206 h1 a.anchor, h2 a.anchor, h3 a.anchor, h4 a.anchor, h5 a.anchor, h6 a.anchor {
214 h5:hover a.anchor, h6:hover a.anchor {
219 h5 a.anchor:hover, h6 a.anchor:hover {
  /external/doclava/res/assets/templates/
macros.cs 135 <h5 class="jd-tagtitle">See Also</h5>
174 <h5 class="jd-tagtitle">Related XML Attributes</h5>
184 <h5 class="jd-tagtitle">Parameters</h5>
198 <h5 class="jd-tagtitle">Returns</h5>
204 <h5 class="jd-tagtitle">Throws</h5>
    [all...]
  /external/clang/test/SemaCXX/
return-noreturn.cpp 92 int h5(int x) { function in namespace:abort_struct_complex_cfgs
  /external/chromium_org/chrome/browser/resources/net_internals/
main.css 58 .content-box h5,
  /external/llvm/include/llvm/ADT/
Hashing.h 267 uint64_t h0, h1, h2, h3, h4, h5, h6; member in struct:llvm::hashing::detail::hash_state
277 state.h6 = hash_16_bytes(state.h4, state.h5);
302 h2 = rotate(h2 + h5, 33) * k1;
304 h4 = h0 + h5;
306 h5 = h2 + h6;
308 mix_32_bytes(s + 32, h5, h6);
315 return hash_16_bytes(hash_16_bytes(h3, h5) + shift_mix(h1) * k1 + h2,
  /external/chromium_org/ui/events/
event_dispatcher_unittest.cc 234 TestEventHandler h5(5), h6(6), h7(7), h8(8);
249 child.AddPostTargetHandler(&h5);
255 h5.set_expect_post_target(true);
298 h5.set_event_result(ER_CONSUMED);
  /external/ceres-solver/docs/source/_themes/armstrong/static/
rtd.css_t 94 div.body h1 a, div.body h2 a, div.body h3 a, div.body h4 a, div.body h5 a, div.body h6 a {
98 h1 a.anchor, h2 a.anchor, h3 a.anchor, h4 a.anchor, h5 a.anchor, h6 a.anchor {
106 h5:hover a.anchor, h6:hover a.anchor {
111 h5 a.anchor:hover, h6 a.anchor:hover {
594 h1, h2, h3, h4, h5 {
  /docs/source.android.com/src/source/assets/
main.css 5 h1, h2, h3, h4, h5, h6,
  /external/chromium_org/tools/grit/grit/gather/
tr_html.py 66 _BLOCK_TAGS = ['script', 'p', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'hr', 'br',
  /external/doclava/res/assets/templates/assets/
doclava-developer-core.css 7 html,body,div,h1,h2,h3,h4,h5,h6,p,img,
84 h1,h2,h3,h4,h5 {
doclava-developer-docs.css 654 h5.jd-tagtitle {
875 #jd-content .sidebox h5 {
1149 h1, h2, h3, h4, h5, h6 {
  /build/tools/droiddoc/templates-sac/assets/
android-developer-docs.css 11 html,body,div,h1,h2,h3,h4,h5,h6,p,img,
88 h1,h2,h3,h4,h5 {
1745 #jd-content h5 {
1870 h5.jd-tagtitle {
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-docs.css 11 html,body,div,h1,h2,h3,h4,h5,h6,p,img,
88 h1,h2,h3,h4,h5 {
1745 #jd-content h5 {
1870 h5.jd-tagtitle {
    [all...]
  /build/tools/droiddoc/templates-ds/assets/
android-developer-docs.css 553 #jd-content h5 {
678 h5.jd-tagtitle {
1036 #jd-content .sidebox h5 {
1569 h1, h2, h3, h4, h5, h6 {
  /external/chromium_org/third_party/icu/
icu4c.css 111 h5, h6 {

Completed in 1266 milliseconds

1 2 3