/external/clang/test/SemaCXX/ |
dcl_ambig_res.cpp | 66 void h7(int *(C7[10])) { } // expected-note{{previous}} function 67 void h7(int *(*_fp)(C7 _parm[10])) { } // expected-error{{redefinition}} function
|
/external/v8/test/mjsunit/ |
global-infinity-strict.js | 100 function h7() { return (1/0) === (1/0); } function 101 test(true, h7);
|
global-infinity.js | 91 function h7() { return (1/0) === (1/0); } function 92 test(true, h7);
|
global-nan-strict.js | 100 function h7() { return (0/0) === (0/0); } function 101 test(false, h7);
|
global-nan.js | 91 function h7() { return (0/0) === (0/0); } function 92 test(false, h7);
|
global-undefined-strict.js | 98 function h7() { return void 0 === void 0; } function 99 test(true, h7);
|
global-undefined.js | 99 function h7() { return void 0 === void 0; } function 100 test(true, h7);
|
/libcore/luni/src/test/java/libcore/java/util/logging/ |
OldFileHandlerTest.java | 162 FileHandler h7 = new FileHandler("%t/log/string%u.log"); local 163 h7.publish(r); 164 h7.close();
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
FileHandlerTest.java | 546 FileHandler h7 = new FileHandler("%t/log/string%u.log"); local 547 h7.publish(r); 548 h7.close();
|
/external/libvpx/libvpx/vp9/encoder/mips/msa/ |
vp9_fdct16x16_msa.c | 89 v8i16 h0, h1, h2, h3, h4, h5, h6, h7, h10, h11; local 98 MADD_BF(g7, g5, g15, g13, k0, k1, k2, k0, h4, h5, h6, h7); 113 MADD_BF(h1, h3, h5, h7, k0, k1, k2, k0, out12, out14, out13, out15); 267 v8i16 h0, h1, h2, h3, h4, h5, h6, h7, h10, h11; local 279 MADD_BF(g7, g5, g15, g13, k0, k1, k2, k0, h4, h5, h6, h7); 295 MADD_BF(h1, h3, h5, h7, k0, k1, k2, k0, out12, out14, out13, out15);
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
idct16x16_msa.c | 331 v8i16 h0, h1, h2, h3, h4, h5, h6, h7, h8, h9, h10, h11; local 399 MADD_BF(g7, g5, g15, g13, k0, k1, k2, k0, h4, h5, h6, h7); 428 MADD_BF(h1, h3, h5, h7, k0, k1, k2, k0, out12, out14, out13, out15);
|
/external/boringssl/src/crypto/curve25519/ |
curve25519.c | 66 int64_t h7 = load_3(s + 23) << 5; local 84 carry7 = (h7 + (int64_t) (1<<24)) >> 25; h8 += carry7; h7 -= carry7 << 25; 89 carry6 = (h6 + (int64_t) (1<<25)) >> 26; h7 += carry6; h6 -= carry6 << 26; 99 h[7] = h7; 134 int32_t h7 = h[7]; local 157 q = (h7 + q) >> 25; 171 carry6 = h6 >> 26; h7 += carry6; h6 -= carry6 << 26; 172 carry7 = h7 >> 25; h8 += carry7; h7 -= carry7 << 25 431 int64_t h7 = f0g7+f1g6 +f2g5 +f3g4 +f4g3 +f5g2 +f6g1 +f7g0 +f8g9_19+f9g8_19; local 601 int64_t h7 = f0f7_2+f1f6_2 +f2f5_2 +f3f4_2 +f8f9_38; local 858 int64_t h7 = f0f7_2+f1f6_2 +f2f5_2 +f3f4_2 +f8f9_38; local 4738 int64_t h7 = f7 * (int64_t) 121666; local [all...] |