Searched defs:ixInput (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_seqmatch.c45 void* input, SizeT szbInput, UWord nInput, UWord ixInput,
73 vg_assert(ixInput >= 0 && ixInput <= nInput);
76 haveInput = ixInput < nInput;
82 currInput = haveInput ? ((Char*)input) + szbInput * ixInput : NULL;
105 input,szbInput,nInput, ixInput+0,
111 ixInput++; goto tailcall;
124 ixPatt++; ixInput++; goto tailcall;
134 if (!pattEQinp(currPatt,currInput,inputCompleter,ixInput)) return False;
135 ixPatt++; ixInput
42 generic_match( Bool matchAll, void* patt, SizeT szbPatt, UWord nPatt, UWord ixPatt, void* input, SizeT szbInput, UWord nInput, UWord ixInput, Bool (*pIsStar)(void*), Bool (*pIsQuery)(void*), Bool (*pattEQinp)(void*,void*,void*,UWord), void* inputCompleter ) argument
[all...]

Completed in 23 milliseconds