Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/ARM/
D2012-03-26-FoldImmBug.ll25 define i64 @t(i64 %aInput) nounwind {
30 %1 = mul i64 %aInput, 1000000
/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/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.c166384 const unsigned char *aInput; /* Input text being tokenized */
166562 const char *aInput, /* Input string */
166574 pCsr->aInput = (const unsigned char *)aInput;
166575 if( aInput==0 ){
166578 pCsr->nInput = (int)strlen(aInput);
166615 const unsigned char *z = &pCsr->aInput[pCsr->iOff];
166618 const unsigned char *zTerm = &pCsr->aInput[pCsr->nInput];
166658 pCsr->iOff = (int)(z - pCsr->aInput);
166661 *piStart = (int)(zStart - pCsr->aInput);
166662 *piEnd = (int)(zEnd - pCsr->aInput);
/external/sqlite/dist/
Dsqlite3.c166412 const unsigned char *aInput; /* Input text being tokenized */
166590 const char *aInput, /* Input string */
166602 pCsr->aInput = (const unsigned char *)aInput;
166603 if( aInput==0 ){
166606 pCsr->nInput = (int)strlen(aInput);
166643 const unsigned char *z = &pCsr->aInput[pCsr->iOff];
166646 const unsigned char *zTerm = &pCsr->aInput[pCsr->nInput];
166686 pCsr->iOff = (int)(z - pCsr->aInput);
166689 *piStart = (int)(zStart - pCsr->aInput);
166690 *piEnd = (int)(zEnd - pCsr->aInput);