HomeSort by relevance Sort by last modified time
    Searched defs:h3 (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/clang/test/OpenMP/
simd_metadata.c 120 void h3(float *c, float *a, float *b, int size) function
122 // CHECK-LABEL: define void @h3
144 // Metadata for h3:
  /external/clang/test/PCH/Inputs/
chain-macro-override1.h 8 #define h3() macro
9 #undef h3 macro
  /external/clang/test/Parser/
attributes.c 40 void (*h3)(void (*f3)(__attribute__(()) x)); // expected-warning {{defaults to 'int'}} variable
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_atexit.py 37 atexit.register(self.h3)
39 self.assertEqual(self.subst_io.getvalue(), "h3\nh2\nh1\n")
65 def h3(self): member in class:TestCase
66 print "h3"
  /external/clang/test/Analysis/diagnostics/Inputs/include/
report-issues-within-main-file.h 30 int h3 = 0; local
31 h3 = in/h3;
32 h3++;
  /external/clang/test/Sema/
constant-builtins.c 20 int h3 = __builtin_bswap16(0x1234) == 0x3412 ? 1 : f(); variable
warn-missing-prototypes.c 18 int h3();
24 int h3(int x);
29 int h3(int x) { return x; } // expected-warning{{no previous prototype for function 'h3'}} function
  /external/libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.prom/
promise.pass.cpp 50 CCH h3 = CCH::from_promise(cthis); local
53 assert(&h3.promise() == this);
55 assert(h2.address() == h3.address());
  /external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/paths/
CatmullRom.java 34 float h3 = t * t * t - 2 * t * t + t; local
37 return b * h1 + c * h2 + t1 * h3 + t2 * h4;
  /external/python/cpython2/Lib/test/
test_atexit.py 42 atexit.register(self.h3)
44 self.assertEqual(self.subst_io.getvalue(), "h3\nh2\nh1\n")
77 def h3(self): member in class:TestCase
78 print "h3"
  /external/tensorflow/tensorflow/core/lib/histogram/
histogram_test.cc 41 Histogram h3; local
42 EXPECT_TRUE(h3.DecodeFromProto(proto_no_zeroes));
43 string s3 = h3.ToString();
  /external/clang/test/CodeGenCXX/
mangle-ms-back-references.cpp 62 PInt3Func h3(PInt3Func x, PInt3Func y, int* z) { return 0; } function
63 // CHECK: "\01?h3@@YAP6APAHPAH0@ZP6APAH00@Z10@Z"
static-init.cpp 44 void h3() { function
  /external/ply/ply/doc/
makedoc.py 5 # of the H1, H2, H3, H4 and H5 sections.
64 h3 = re.compile(r".*?<H3>(<a.*a>)*[\d\.\s]*(.*?)</H3>", re.IGNORECASE) variable
120 m = h3.match(s)
126 result.append("""<H3><a name="%s"></a>%d.%d %s</H3>""" % (headingname,section, subsection, prevheadingtext))
  /external/clang/test/SemaCXX/
address-of-temporary.cpp 38 void h3() { consume((A){}); } function in namespace:PointerToArrayDecay
  /external/jemalloc/include/jemalloc/internal/
hash.h 164 uint32_t h3 = seed; local
190 h2 = hash_rotl_32(h2, 17); h2 += h3;
193 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3;
195 h3 = hash_rotl_32(h3, 15); h3 += h4;
196 h3 = h3*5 + 0x96cd1c35;
223 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3;
240 h1 ^= len; h2 ^= len; h3 ^= len; h4 ^= len
    [all...]
  /external/jemalloc_new/include/jemalloc/internal/
hash.h 130 uint32_t h3 = seed; local
156 h2 = hash_rotl_32(h2, 17); h2 += h3;
159 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3;
161 h3 = hash_rotl_32(h3, 15); h3 += h4;
162 h3 = h3*5 + 0x96cd1c35;
189 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3;
206 h1 ^= len; h2 ^= len; h3 ^= len; h4 ^= len
    [all...]
  /external/libchrome/mojo/public/cpp/system/tests/
core_unittest.cc 77 Handle h3; local
82 handle_to_int[h3] = 3;
91 EXPECT_FALSE(handle_to_int.find(h3) == handle_to_int.end());
92 EXPECT_EQ(3, handle_to_int[h3]);
297 ScopedMessagePipeHandle h3; local
298 if (CreateMessagePipe(nullptr, &h2, &h3) != MOJO_RESULT_OK)
299 CreateMessagePipe(nullptr, &h2, &h3); // Must be old EDK.
301 // Write a message to |h2|, before we send |h3|.
307 // And also a message to |h3|.
309 WriteMessageRaw(h3.get(), kWorld, kWorldSize, nullptr, 0
339 ScopedMessagePipeHandle h3; local
    [all...]
  /external/openssh/
poly1305.c 36 uint32_t h0,h1,h2,h3,h4; local
69 h3 = 0;
86 h3 += ((((uint64_t)t3 << 32) | t2) >> 14) & 0x3ffffff;
91 t[0] = mul32x32_64(h0,r0) + mul32x32_64(h1,s4) + mul32x32_64(h2,s3) + mul32x32_64(h3,s2) + mul32x32_64(h4,s1);
92 t[1] = mul32x32_64(h0,r1) + mul32x32_64(h1,r0) + mul32x32_64(h2,s4) + mul32x32_64(h3,s3) + mul32x32_64(h4,s2);
93 t[2] = mul32x32_64(h0,r2) + mul32x32_64(h1,r1) + mul32x32_64(h2,r0) + mul32x32_64(h3,s4) + mul32x32_64(h4,s3);
94 t[3] = mul32x32_64(h0,r3) + mul32x32_64(h1,r2) + mul32x32_64(h2,r1) + mul32x32_64(h3,r0) + mul32x32_64(h4,s4);
95 t[4] = mul32x32_64(h0,r4) + mul32x32_64(h1,r3) + mul32x32_64(h2,r2) + mul32x32_64(h3,r1) + mul32x32_64(h4,r0);
100 t[3] += b; h3 = (uint32_t)t[3] & 0x3ffffff; b = (uint32_t)(t[3] >> 26);
123 h3 += ((((uint64_t)t3 << 32) | t2) >> 14) & 0x3ffffff
    [all...]
  /external/python/cpython3/Lib/test/
test_atexit.py 16 def h3(): function
17 print("h3")
64 atexit.register(h3)
67 self.assertEqual(self.stream.getvalue(), "h3\nh2\nh1\n")
  /external/boringssl/src/crypto/poly1305/
poly1305.c 47 uint32_t h0, h1, h2, h3, h4; member in struct:poly1305_state_st
86 state->h3 += ((((uint64_t)t3 << 32) | t2) >> 14) & 0x3ffffff;
91 mul32x32_64(state->h2, state->s3) + mul32x32_64(state->h3, state->s2) +
94 mul32x32_64(state->h2, state->s4) + mul32x32_64(state->h3, state->s3) +
97 mul32x32_64(state->h2, state->r0) + mul32x32_64(state->h3, state->s4) +
100 mul32x32_64(state->h2, state->r1) + mul32x32_64(state->h3, state->r0) +
103 mul32x32_64(state->h2, state->r2) + mul32x32_64(state->h3, state->r1) +
115 state->h3 = (uint32_t)t[3] & 0x3ffffff;
149 state->h3 += ((((uint64_t)t3 << 32) | t2) >> 14) & 0x3ffffff;
194 state->h3 = 0
    [all...]
  /external/libvpx/libvpx/vp9/encoder/arm/neon/
vp9_frame_scale_neon.c 81 const uint16x8_t h3 = vmull_u8(vget_high_u8(in2), coef0); local
85 const uint16x8_t h7 = vmlal_u8(h3, vget_high_u8(in3), coef1);
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FileHandlerTest.java 527 FileHandler h3 = new FileHandler("%t/log/string"); local
531 h3.publish(r);
535 h3.close();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
codeobject.c 449 long h, h0, h1, h2, h3, h4, h5, h6; local
456 h3 = PyObject_Hash(co->co_names);
457 if (h3 == -1) return -1;
464 h = h0 ^ h1 ^ h2 ^ h3 ^ h4 ^ h5 ^ h6 ^
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
codeobject.c 449 long h, h0, h1, h2, h3, h4, h5, h6; local
456 h3 = PyObject_Hash(co->co_names);
457 if (h3 == -1) return -1;
464 h = h0 ^ h1 ^ h2 ^ h3 ^ h4 ^ h5 ^ h6 ^

Completed in 6857 milliseconds

1 2 3