Searched refs:argLen (Results 1 – 4 of 4) sorted by relevance
51 int argLen = args.Length(); in constructWebGLArrayWithArrayBufferArgument() local52 if (argLen > 1) { in constructWebGLArrayWithArrayBufferArgument()60 if (argLen > 2) { in constructWebGLArrayWithArrayBufferArgument()85 int argLen = args.Length(); in constructWebGLArray() local86 if (!argLen) { in constructWebGLArray()
171 int32_t argLen = 0; in processTest() local226 argLen = testSetting.length(); in processTest()228 processArguments(col, arguments, argLen); in processTest()230 processArguments(clone, arguments, argLen); in processTest()
842 int argLen; in stepPattern() local850 argLen = getOp(opPos + OpMap.MAPINDEX_LENGTH); in stepPattern()857 argLen = getArgLengthOfStep(opPos); in stepPattern()866 argLen = getArgLengthOfStep(opPos); in stepPattern()876 argLen = getArgLengthOfStep(opPos); in stepPattern()890 argLen = getArgLengthOfStep(opPos); in stepPattern()903 pattern.setPredicates(getCompiledPredicates(opPos + argLen)); in stepPattern()
478 int argLen; in mightBeProximate() local486 argLen = compiler.getArgLength(opPos); in mightBeProximate()489 argLen = compiler.getArgLengthOfStep(opPos); in mightBeProximate()1107 int argLen = compiler.getFirstPredicateOpPos(opPos); in createDefaultStepPattern() local1109 ai.setPredicates(compiler.getCompiledPredicates(argLen)); in createDefaultStepPattern()1131 int argLen; in analyzePredicate() local1139 argLen = compiler.getArgLength(opPos); in analyzePredicate()1142 argLen = compiler.getArgLengthOfStep(opPos); in analyzePredicate()