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

  /external/chromium_org/v8/test/mjsunit/compiler/
uint32.js 33 var K2 = 0xffffffff;
37 uint32_array[1] = K2;
44 assertEquals(K2, ChangeI2T(uint32_array, 1));
49 assertEquals(K2, ChangeI2T(uint32_array, 1));
64 assertEquals(K2, Deopt({x: 0}, uint32_array, 1));
66 assertEquals(K2, Deopt({}, uint32_array, 1));
74 assertEquals(K1 + K2, ChangeI2D(uint32_array));
75 assertEquals(K1 + K2, ChangeI2D(uint32_array));
77 assertEquals(K1 + K2, ChangeI2D(uint32_array));
83 assertEquals(K1, ShrShr(K2 | 0))
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_sha1.c 100 #define K2 0x6ed9eba1 /* 20 <= t <= 39 */
167 K2);
  /external/clang/test/SemaCXX/
using-directive.cpp 48 struct K2 {}; // expected-note 2{{candidate found by name lookup is 'A::K2'}}
51 struct K2 {}; // expected-note 2{{candidate found by name lookup is 'K2'}}
57 struct K2 *k2; // expected-error{{reference to 'K2' is ambiguous}} variable in typeref:struct:K2
59 K2 *k3; // expected-error{{reference to 'K2' is ambiguous}}
67 struct K2;
    [all...]