Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
D2012-03-26-FoldImmBug.ll25 define i64 @t(i64 %aInput) nounwind {
30 %1 = mul i64 %aInput, 1000000
/external/llvm/test/CodeGen/ARM/
D2012-03-26-FoldImmBug.ll25 define i64 @t(i64 %aInput) nounwind {
30 %1 = mul i64 %aInput, 1000000
/external/dng_sdk/source/
Ddng_string.cpp163 ByteCount aInput = 0; in Assign_Multibyte() local
176 &aInput, in Assign_Multibyte()
240 ByteCount aInput = 0; in Extract_Multibyte() local
254 &aInput, in Extract_Multibyte()
/external/sqlite/dist/orig/
Dsqlite3.c166383 const unsigned char *aInput; /* Input text being tokenized */
166561 const char *aInput, /* Input string */
166573 pCsr->aInput = (const unsigned char *)aInput;
166574 if( aInput==0 ){
166577 pCsr->nInput = (int)strlen(aInput);
166614 const unsigned char *z = &pCsr->aInput[pCsr->iOff];
166617 const unsigned char *zTerm = &pCsr->aInput[pCsr->nInput];
166657 pCsr->iOff = (int)(z - pCsr->aInput);
166660 *piStart = (int)(zStart - pCsr->aInput);
166661 *piEnd = (int)(zEnd - pCsr->aInput);
/external/sqlite/dist/
Dsqlite3.c166411 const unsigned char *aInput; /* Input text being tokenized */
166589 const char *aInput, /* Input string */
166601 pCsr->aInput = (const unsigned char *)aInput;
166602 if( aInput==0 ){
166605 pCsr->nInput = (int)strlen(aInput);
166642 const unsigned char *z = &pCsr->aInput[pCsr->iOff];
166645 const unsigned char *zTerm = &pCsr->aInput[pCsr->nInput];
166685 pCsr->iOff = (int)(z - pCsr->aInput);
166688 *piStart = (int)(zStart - pCsr->aInput);
166689 *piEnd = (int)(zEnd - pCsr->aInput);