Home
last modified time | relevance | path

Searched refs:cNum (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2010-02-04-SchedulerBug.ll7 define void @t(i32 %cNum, i64 %max) nounwind optsize ssp noimplicitfloat {
10 %1 = getelementptr inbounds %struct.b_t* %0, i32 %cNum, i32 5 ; <i64*> [#uses=1]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
D2010-02-04-SchedulerBug.ll7 define void @t(i32 %cNum, i64 %max) nounwind optsize ssp noimplicitfloat {
10 %1 = getelementptr inbounds %struct.b_t, %struct.b_t* %0, i32 %cNum, i32 5 ; <i64*> [#uses=1]
/external/llvm/test/CodeGen/X86/
D2010-02-04-SchedulerBug.ll7 define void @t(i32 %cNum, i64 %max) nounwind optsize ssp noimplicitfloat {
10 %1 = getelementptr inbounds %struct.b_t, %struct.b_t* %0, i32 %cNum, i32 5 ; <i64*> [#uses=1]
/external/pdfium/xfa/fwl/
Dcfwl_edit.h134 bool ValidateNumberChar(wchar_t cNum);
Dcfwl_edit.cpp1047 bool CFWL_Edit::ValidateNumberChar(wchar_t cNum) { in ValidateNumberChar() argument
1053 return cNum != L'0'; in ValidateNumberChar()
1057 if (cNum == L'0' && m_CursorPosition == 0) in ValidateNumberChar()
1063 WideString wsNew = l + cNum + r; in ValidateNumberChar()