HomeSort by relevance Sort by last modified time
    Searched refs:K2 (Results 1 - 25 of 52) sorted by null

1 2 3

  /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...]
  /external/clang/test/Sema/
warn-duplicate-enum.c 68 K2,
70 K4 = K2,
  /external/elfutils/lib/
sha1.c 207 #define K2 0x8f1bbcdc
323 OP (40, FH, A, B, C, D, E, K2);
324 OP (41, FH, E, A, B, C, D, K2);
325 OP (42, FH, D, E, A, B, C, K2);
326 OP (43, FH, C, D, E, A, B, K2);
327 OP (44, FH, B, C, D, E, A, K2);
328 OP (45, FH, A, B, C, D, E, K2);
329 OP (46, FH, E, A, B, C, D, K2);
330 OP (47, FH, D, E, A, B, C, K2);
331 OP (48, FH, C, D, E, A, B, K2);
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
sha1.c 272 #define K2 0x6ed9eba1
348 R( a, b, c, d, e, F2, K2, M(20) );
349 R( e, a, b, c, d, F2, K2, M(21) );
350 R( d, e, a, b, c, F2, K2, M(22) );
351 R( c, d, e, a, b, F2, K2, M(23) );
352 R( b, c, d, e, a, F2, K2, M(24) );
353 R( a, b, c, d, e, F2, K2, M(25) );
354 R( e, a, b, c, d, F2, K2, M(26) );
355 R( d, e, a, b, c, F2, K2, M(27) );
356 R( c, d, e, a, b, F2, K2, M(28) )
    [all...]
  /external/ltp/testcases/kernel/syscalls/pwrite/
pwrite04.c 53 #define K2 (K1 * 2)
111 * pwrite() K1 of data (2's) at offset K2.
113 if ((nbytes = pwrite(fd, wbuf[2], K1, K2)) != K1) {
115 "pwrite at K2 failed: nbytes=%d, errno=%d",
161 * set the file pointer to it's midpoint, K2.
178 l_seek(fd, K2, SEEK_SET, K2);
183 * -The file pointer should still be at K2.
193 l_seek(fd, 0, SEEK_CUR, K2);
pwrite01.c 85 #define K2 (K1 * 2)
137 * Again, pwrite() K1 of data (2's) at offset K2 of
140 nwrite = pwrite(fildes, write_buf[2], K1, K2);
144 K2, TEMPFILE, errno, strerror(errno));
  /external/e2fsprogs/lib/ext2fs/
dirhash.c 65 #define K2 013240474631UL
86 ROUND(G, a, b, c, d, in[1] + K2, 3);
87 ROUND(G, d, a, b, c, in[3] + K2, 5);
88 ROUND(G, c, d, a, b, in[5] + K2, 9);
89 ROUND(G, b, c, d, a, in[7] + K2, 13);
90 ROUND(G, a, b, c, d, in[0] + K2, 3);
91 ROUND(G, d, a, b, c, in[2] + K2, 5);
92 ROUND(G, c, d, a, b, in[4] + K2, 9);
93 ROUND(G, b, c, d, a, in[6] + K2, 13);
116 #undef K2
    [all...]
  /external/autotest/client/site_tests/video_WebRtcCamera/
ssim.js 62 var K2 = 0.03;
65 var C2 = (K2 * L) * (K2 * L);
  /external/autotest/client/site_tests/video_WebRtcPeerConnectionWithCamera/
ssim.js 62 var K2 = 0.03;
65 var C2 = (K2 * L) * (K2 * L);
  /external/clang/include/clang/Lex/
Token.h 96 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const {
97 return is(K1) || is(K2);
100 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, Ts... Ks) const {
101 return is(K1) || isOneOf(K2, Ks...);
  /external/ltp/testcases/kernel/syscalls/pread/
pread01.c 82 #define K2 (K1 * 2)
115 * Call pread() of K1 data (should be 2's) at offset K2.
117 nread = pread(fildes, read_buf[2], K1, K2);
121 tst_brkm(TFAIL, cleanup, "pread() at off. K2 failed: "
220 /* Again, pwrite() K1 of data (2's) at offset K2 of temporary file */
221 if ((nwrite = pwrite(fildes, write_buf[2], K1, K2)) != K1) {
223 "on %s, errno=%d : %s", K2, TEMPFILE, errno,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
Token.h 96 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const {
97 return is(K1) || is(K2);
100 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, Ts... Ks) const {
101 return is(K1) || isOneOf(K2, Ks...);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
Token.h 96 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const {
97 return is(K1) || is(K2);
100 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, Ts... Ks) const {
101 return is(K1) || isOneOf(K2, Ks...);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
Token.h 96 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const {
97 return is(K1) || is(K2);
100 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, Ts... Ks) const {
101 return is(K1) || isOneOf(K2, Ks...);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Token.h 96 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const {
97 return is(K1) || is(K2);
100 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, Ts... Ks) const {
101 return is(K1) || isOneOf(K2, Ks...);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
Token.h 96 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const {
97 return is(K1) || is(K2);
100 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, Ts... Ks) const {
101 return is(K1) || isOneOf(K2, Ks...);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
Token.h 96 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const {
97 return is(K1) || is(K2);
100 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, Ts... Ks) const {
101 return is(K1) || isOneOf(K2, Ks...);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
Token.h 96 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const {
97 return is(K1) || is(K2);
100 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, Ts... Ks) const {
101 return is(K1) || isOneOf(K2, Ks...);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Token.h 96 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const {
97 return is(K1) || is(K2);
100 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, Ts... Ks) const {
101 return is(K1) || isOneOf(K2, Ks...);
  /external/clang/test/SemaTemplate/
instantiate-declref.cpp 47 enum K2 { K2Val = sizeof(T)*2 } k2a;
49 K2 k2b = K2Val;
  /external/openssh/openbsd-compat/
rmd160.c 65 #define K2 0x6ED9EBA1U
225 R(d, e, a, b, c, F2, K2, 11, 3);
226 R(c, d, e, a, b, F2, K2, 13, 10);
227 R(b, c, d, e, a, F2, K2, 6, 14);
228 R(a, b, c, d, e, F2, K2, 7, 4);
229 R(e, a, b, c, d, F2, K2, 14, 9);
230 R(d, e, a, b, c, F2, K2, 9, 15);
231 R(c, d, e, a, b, F2, K2, 13, 8);
232 R(b, c, d, e, a, F2, K2, 15, 1);
233 R(a, b, c, d, e, F2, K2, 14, 2)
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapListTest.java 136 final ImapString K2 = new ImapSimpleString("Def");
141 K2, K3,
192 final ImapString K2 = new ImapSimpleString("Def");
195 ImapList list = buildList(K1, K2, K3);
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 83 A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2, Z2,
88 A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2, Z2,
  /external/speex/libspeex/
math_approx.h 184 #define K2 -4096
195 return ADD32(K1, MULT16_16_P13(x2, ADD32(K2, MULT16_16_P13(x2, ADD32(K3, MULT16_16_P13(K4, x2))))));
199 return SUB32(-K1, MULT16_16_P13(x2, ADD32(K2, MULT16_16_P13(x2, ADD32(K3, MULT16_16_P13(K4, x2))))));
242 K2 = 3-4*log(2)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DscClassObject.py 597 (K1, K2, K3, K4, K5, K6) = GetDynamicDefaultPcd(NewItem, Type, Filename, -1)
598 MergeArches(Pcds, (K1, K2, K3, K4, K5, K6, IncludeFile[4]), Arch)
599 self.PcdToken[Record[3]] = (K2, K1)
603 (K1, K2, K3, K4, K5, K6) = GetDynamicDefaultPcd(Record[0], Type, ContainerFile, Record[2])
604 MergeArches(Pcds, (K1, K2, K3, K4, K5, K6, Record[4]), Arch)
605 self.PcdToken[Record[3]] = (K2, K1)
654 (K1, K2, K3, K4, K5, K6, K7, K8) = GetDynamicHiiPcd(NewItem, Type, Filename, -1)
655 MergeArches(Pcds, (K1, K2, K3, K4, K5, K6, K7, K8, IncludeFile[4]), Arch)
656 self.PcdToken[Record[3]] = (K2, K1)
660 (K1, K2, K3, K4, K5, K6, K7, K8) = GetDynamicHiiPcd(Record[0], Type, ContainerFile, Record[2])
    [all...]

Completed in 905 milliseconds

1 2 3