HomeSort by relevance Sort by last modified time
    Searched defs:h8 (Results 1 - 5 of 5) sorted by null

  /libcore/luni/src/test/java/libcore/java/util/logging/
OldFileHandlerTest.java 180 FileHandler h8 = new FileHandler("%t/log/%ustring%u.log"); local
181 h8.publish(r);
185 h8.close();
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FileHandlerTest.java 559 FileHandler h8 = new FileHandler("%t/log/%ustring%u.log"); local
560 h8.publish(r);
564 h8.close();
  /external/libvpx/libvpx/vpx_dsp/mips/
idct16x16_msa.c 329 v8i16 h0, h1, h2, h3, h4, h5, h6, h7, h8, h9, h10, h11; local
356 BUTTERFLY_4(g0, g2, g10, g8, h8, h9, v2, v0);
382 BUTTERFLY_4(h8, h9, h11, h10, out0, out1, h11, h10);
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 255 Hex8 h8; member in struct:BuiltInTypes
279 io.mapRequired("h8", bt.h8);
308 "h8: 0xFF\n"
329 EXPECT_EQ(map.h8, Hex8(255));
356 map.h8 = 254;
385 EXPECT_EQ(map.h8, Hex8(254));
    [all...]
  /external/boringssl/src/crypto/curve25519/
curve25519.c 67 int64_t h8 = load_3(s + 26) << 4; local
84 carry7 = h7 + (1 << 24); h8 += carry7 >> 25; h7 -= carry7 & kTop39Bits;
90 carry8 = h8 + (1 << 25); h9 += carry8 >> 26; h8 -= carry8 & kTop38Bits;
100 h[8] = h8;
135 int32_t h8 = h[8]; local
148 q = (h8 + q) >> 26;
162 h8 += h7 >> 25; h7 &= kBottom25Bits;
163 h9 += h8 >> 26; h8 &= kBottom26Bits
422 int64_t h8 = f0g8+f1g7_2 +f2g6 +f3g5_2 +f4g4 +f5g3_2 +f6g2 +f7g1_2 +f8g0 +f9g9_38; local
592 int64_t h8 = f0f8_2+f1f7_4 +f2f6_2 +f3f5_4 +f4f4 +f9f9_38; local
843 int64_t h8 = f0f8_2+f1f7_4 +f2f6_2 +f3f5_4 +f4f4 +f9f9_38; local
4761 int64_t h8 = f8 * (int64_t) 121666; local
    [all...]

Completed in 4104 milliseconds