Home
last modified time | relevance | path

Searched refs:h6 (Results 1 – 25 of 71) sorted by relevance

123

/external/boringssl/src/ssl/test/runner/curve25519/
Dcurve25519.go93 h6 := load3(src[20:]) << 7
109 h6 += carry[5]
124 carry[6] = (h6 + 1<<25) >> 26
126 h6 -= carry[6] << 26
137 dst[6] = int32(h6)
423 h6 := f0g6 + f1g5_2 + f2g4 + f3g3_2 + f4g2 + f5g1_2 + f6g0 + f7g9_38 + f8g8_19 + f9g7_38
449 h6 += carry[5]
459 carry[6] = (h6 + (1 << 25)) >> 26
461 h6 -= carry[6] << 26
507 h[6] = int32(h6)
[all …]
/external/llvm/test/CodeGen/Thumb2/
Dconstant-islands-jump-table.ll18 i32 6, label %h6
38 br label %h6
40 h6:
/external/boringssl/src/ssl/test/runner/poly1305/
Dsum_ref.go261 h6 := alpha32 - alpha32
457 y6 = h6 + alpha130
504 x6 = h6 - y6
583 h6 = r3lowx0 + r0lowx6
640 h6 += r1lowx4
675 h6 += r2lowx2
705 y6 = h6 + alpha130
726 x6 = h6 - y6
779 h6 = r3lowx0 + r0lowx6
832 h6 += r1lowx4
[all …]
/external/llvm/test/MC/AArch64/
Darm64-memory.s12 ldr h6, [sp, #2]
47 ; CHECK: ldr h6, [sp, #2] ; encoding: [0xe6,0x07,0x40,0x7d]
85 str h6, [sp, #2]
97 ; CHECK: str h6, [sp, #2] ; encoding: [0xe6,0x07,0x00,0x7d]
114 ldur h6, [sp, #2]
129 ; CHECK: ldur h6, [sp, #2] ; encoding: [0xe6,0x23,0x40,0x7c]
145 stur h6, [sp, #2]
160 ; CHECK: stur h6, [sp, #2] ; encoding: [0xe6,0x23,0x00,0x7c]
214 ldr h6, [x0, #2]!
222 str h6, [x0, #-2]!
[all …]
Dneon-scalar-by-elem-mul.s26 fmulx h6, h2, v8.h[5]
/external/llvm/docs/_themes/llvm-theme/static/
Dllvm-theme.css181 div.body h1 a, div.body h2 a, div.body h3 a, div.body h4 a, div.body h5 a, div.body h6 a {
190 div.body h6 {
204 div.body h6 { font-size: 100%; }
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/v8/test/mjsunit/
Dglobal-infinity.js88 function h6() { return "" + Infinity; } function
89 test("Infinity", h6);
Dglobal-infinity-strict.js97 function h6() { return "" + Infinity; } function
98 test("Infinity", h6);
Dglobal-nan.js88 function h6() { return "" + NaN; } function
89 test("NaN", h6);
Dglobal-nan-strict.js97 function h6() { return "" + NaN; } function
98 test("NaN", h6);
Dglobal-undefined.js96 function h6() { return "" + undefined; } function
97 test("undefined", h6);
Dglobal-undefined-strict.js95 function h6() { return "" + undefined; } function
96 test("undefined", h6);
/external/llvm/include/llvm/ADT/
DHashing.h262 uint64_t h0, h1, h2, h3, h4, h5, h6; member
271 state.h6 = hash_16_bytes(state.h4, state.h5); in create()
294 h0 ^= h6; in mix()
300 h5 = h2 + h6; in mix()
301 h6 = h1 + fetch64(s + 16); in mix()
302 mix_32_bytes(s + 32, h5, h6); in mix()
310 hash_16_bytes(h4, h6) + shift_mix(length) * k1 + h0); in finalize()
/external/boringssl/src/crypto/curve25519/
Dcurve25519.c65 int64_t h6 = load_3(s + 20) << 7; in fe_frombytes() local
83 carry5 = (h5 + (int64_t) (1<<24)) >> 25; h6 += carry5; h5 -= carry5 << 25; in fe_frombytes()
89 carry6 = (h6 + (int64_t) (1<<25)) >> 26; h7 += carry6; h6 -= carry6 << 26; in fe_frombytes()
98 h[6] = h6; in fe_frombytes()
133 int32_t h6 = h[6]; in fe_tobytes() local
156 q = (h6 + q) >> 26; in fe_tobytes()
170 carry5 = h5 >> 25; h6 += carry5; h5 -= carry5 << 25; in fe_tobytes()
171 carry6 = h6 >> 26; h7 += carry6; h6 -= carry6 << 26; in fe_tobytes()
201 s[19] = (h5 >> 24) | (h6 << 1); in fe_tobytes()
202 s[20] = h6 >> 7; in fe_tobytes()
[all …]
/external/chromium-trace/catapult/third_party/Paste/docs/
Ddefault.css43 h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6:hover {
138 h1, h2, h3, h4, h5, h6 { selector
162 h3, h4, h5, h6 { selector
168 h6 a.toc-backref {
314 h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
/external/llvm/test/CodeGen/SystemZ/
Dspill-01.ll25 @h6 = global i64 6
365 %val6 = load i64 , i64 *@h6
378 store i64 %val6, i64 *@h6
410 %val6 = load volatile i64 , i64 *@h6
422 store volatile i64 %val6, i64 *@h6
438 store volatile i64 %val6, i64 *@h6
453 store volatile i64 %val6, i64 *@h6
473 %val6 = load volatile i64 , i64 *@h6
487 store volatile i64 %val6, i64 *@h6
512 store volatile i64 %val6, i64 *@h6
[all …]
/external/llvm/test/MC/Disassembler/AArch64/
Darm64-memory.txt23 # CHECK: ldr h6, [sp, #2]
93 # CHECK: str h6, [sp, #2]
127 # CHECK: ldur h6, [sp, #2]
158 # CHECK: stur h6, [sp, #2]
220 # CHECK: ldr h6, [x0, #2]!
236 # CHECK: str h6, [x0, #-2]!
256 # CHECK: str h6, [x0], #-2
272 # CHECK: ldr h6, [x0], #2
/external/shflags/doc/
Drst2html.css142 h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
242 /* font-size relative to parent (h1..h6 element) */
277 h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
/external/chromium-trace/catapult/third_party/Paste/docs/web/
Ddefault-site.css30 h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6:hover {
126 h6 a.toc-backref {
302 h1 tt, h2 tt, h3 tt, h4 tt, h5 tt, h6 tt {
/external/nanopb-c/docs/
Dlsr.css101 h1, h2, h3, h4, h5, h6 { selector
137 h6 { selector
/external/llvm/docs/_ocamldoc/
Dstyle.css4 html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre, selector
58 h6 { font-weight: bold; font-size: 1.125em; margin-top: 1.222em } selector
/external/clang/test/Sema/
Dattr-alias-elf.c24 void h6() __attribute__((alias("f6")));
/external/libvpx/libvpx/vp9/encoder/mips/msa/
Dvp9_fdct16x16_msa.c89 v8i16 h0, h1, h2, h3, h4, h5, h6, h7, h10, h11; in fadst16_cols_step2_msa() local
98 MADD_BF(g7, g5, g15, g13, k0, k1, k2, k0, h4, h5, h6, h7); in fadst16_cols_step2_msa()
131 BUTTERFLY_4(h0, h2, h6, h4, out8, out9, out11, out10); in fadst16_cols_step2_msa()
267 v8i16 h0, h1, h2, h3, h4, h5, h6, h7, h10, h11; in fadst16_rows_step2_msa() local
279 MADD_BF(g7, g5, g15, g13, k0, k1, k2, k0, h4, h5, h6, h7); in fadst16_rows_step2_msa()
312 BUTTERFLY_4(h0, h2, h6, h4, out8, out9, out11, out10); in fadst16_rows_step2_msa()
/external/chromium-trace/catapult/systrace/systrace/test_data/
Datrace_missing_tgids57 …<idle>-0 (-----) [000] d.h6 1212.729539: sched_wakeup: comm=kworker/u:1 pid=21 prio=120 succ…
75 …<idle>-0 (-----) [000] d.h6 1212.730638: sched_wakeup: comm=kworker/u:0H pid=7 prio=100 s…
80 …<idle>-0 (-----) [000] d.h6 1212.731632: sched_wakeup: comm=kworker/u:0H pid=7 prio=100 s…
85 …<idle>-0 (-----) [000] d.h6 1212.732685: sched_wakeup: comm=kworker/u:0H pid=7 prio=100 s…
Datrace_fixed_tgids57 …<idle>-0 (-----) [000] d.h6 1212.729539: sched_wakeup: comm=kworker/u:1 pid=21 prio=120 succ…
75 …<idle>-0 (-----) [000] d.h6 1212.730638: sched_wakeup: comm=kworker/u:0H pid=7 prio=100 s…
80 …<idle>-0 (-----) [000] d.h6 1212.731632: sched_wakeup: comm=kworker/u:0H pid=7 prio=100 s…
85 …<idle>-0 (-----) [000] d.h6 1212.732685: sched_wakeup: comm=kworker/u:0H pid=7 prio=100 s…

123