Searched refs:K1 (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Format/
H A DFormatToken.h241 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2) const { argument
242 return is(K1) || is(K2);
245 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, tok::TokenKind K3) const { argument
246 return is(K1) || is(K2) || is(K3);
249 bool isOneOf(tok::TokenKind K1, tok::TokenKind K2, tok::TokenKind K3, argument
258 return is(K1) || is(K2) || is(K3) || is(K4) || is(K5) || is(K6) || is(K7) ||
/freebsd-9.3-release/sys/opencrypto/
H A Drmd160.c63 #define K1 0x5A827999U macro
199 R(e, a, b, c, d, F1, K1, 7, 7);
200 R(d, e, a, b, c, F1, K1, 6, 4);
201 R(c, d, e, a, b, F1, K1, 8, 13);
202 R(b, c, d, e, a, F1, K1, 13, 1);
203 R(a, b, c, d, e, F1, K1, 11, 10);
204 R(e, a, b, c, d, F1, K1, 9, 6);
205 R(d, e, a, b, c, F1, K1, 7, 15);
206 R(c, d, e, a, b, F1, K1, 15, 3);
207 R(b, c, d, e, a, F1, K1,
[all...]
/freebsd-9.3-release/sys/mips/include/
H A Dregnum.h95 #define K1 27 macro
/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.cpp123 Mips::ZERO, Mips::K0, Mips::K1, Mips::SP
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp364 Instruction *&InsertionPt, Instruction *&K1,
2741 Instruction *&K1, Instruction *&K2) {
2762 K1 = new ShuffleVectorInst(K, UndefValue::get(VType),
2767 K1 = ExtractElementInst::Create(K, CV0,
2787 K1->insertAfter(K);
2788 K2->insertAfter(K1);
3077 Instruction *K1 = 0, *K2 = 0; local
3078 replaceOutputsOfPair(Context, L, H, K, InsertionPt, K1, K2);
3088 L->replaceAllUsesWith(K1);
3090 AA->replaceWithNewValue(L, K1);
2738 replaceOutputsOfPair(LLVMContext& Context, Instruction *I, Instruction *J, Instruction *K, Instruction *&InsertionPt, Instruction *&K1, Instruction *&K2) argument
[all...]
/freebsd-9.3-release/sys/dev/fe/
H A Dif_fe.c563 #define LNX_CYCLE(D1,D2,D3,D4,K1,K2,K3,K4) \
564 (LNX_PH(D1,K1,0)|LNX_PH(D2,K2,8)|LNX_PH(D3,K3,16)|LNX_PH(D4,K4,24))
/freebsd-9.3-release/contrib/ncurses/include/
H A DCaps.uwin431 key_a1 ka1 str K1 KEY_A1 0534 YB-GE upper left of keypad
H A DCaps463 key_a1 ka1 str K1 KEY_A1 0534 YB-GE upper left of keypad
H A DCaps.aix4463 key_a1 ka1 str K1 KEY_A1 0534 YB-GE upper left of keypad
H A DCaps.hpux11465 key_a1 ka1 str K1 KEY_A1 0534 YB-GE upper left of keypad
H A DCaps.keys465 key_a1 ka1 str K1 KEY_A1 0534 YB-GE upper left of keypad
/freebsd-9.3-release/sys/dev/hptmv/
H A Di386-elf.raid.o.uu876 M@W@@`'43@^P$:@!0_W4(Z!4!``"#Q!#K1(/L"(M%#(/`%%#_=0CH.@```(/$
/freebsd-9.3-release/sys/contrib/dev/ipw/
H A Dipw2100-1.3.fw.uu2770 M+P/^'V``FB9@`*K1+P#7_R\0`*X)<'L!`"``!(#M"R"`#S@4$&X+!#X.$``V

Completed in 229 milliseconds