Home
last modified time | relevance | path

Searched defs:K2 (Results 1 – 10 of 10) sorted by relevance

/external/clang/test/SemaCXX/
Dusing-directive.cpp48 struct K2 {}; // expected-note 2{{candidate found by name lookup is 'A::K2'}} struct
51 struct K2 {}; // expected-note 2{{candidate found by name lookup is 'K2'}} struct
68 struct K2 { }; struct
/external/v8/test/mjsunit/compiler/
Duint32.js33 var K2 = 0xffffffff; variable
/external/clang/test/Sema/
Dwarn-duplicate-enum.c68 K2, enumerator
/external/e2fsprogs/lib/ext2fs/
Ddirhash.c64 #define K2 013240474631UL macro
/external/elfutils/src/lib/
Dsha1.c215 #define K2 0x8f1bbcdc macro
/external/speex/libspeex/
Dmath_approx.h184 #define K2 -4096 macro
/external/openssh/openbsd-compat/
Drmd160.c63 #define K2 0x6ED9EBA1U macro
/external/clang/test/SemaTemplate/
Dinstantiate-declref.cpp47 enum K2 { K2Val = sizeof(T)*2 } k2a; in foo() enum
/external/svox/pico/lib/
Dpicosig2.c533 picoos_int32 *D, K2, shift; in mel_2_lin_lookup() local
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp2808 Instruction *&K1, Instruction *&K2) { in replaceOutputsOfPair()
3125 Instruction *K1 = nullptr, *K2 = nullptr; in fuseChosenPairs() local