Lines Matching refs:addr
347 int addr; in PRCi_CalcStrokeDistance_Superfine() local
348 addr = 0; in PRCi_CalcStrokeDistance_Superfine()
349 PRCi_ALLOC_ARRAY(nMatches, int, maxPointCount * maxPointCount, buffer, addr); in PRCi_CalcStrokeDistance_Superfine()
350 PRCi_ALLOC_ARRAY(sumScore, int, maxPointCount * maxPointCount, buffer, addr); in PRCi_CalcStrokeDistance_Superfine()
351 PRCi_ALLOC_ARRAY(direction, int, maxPointCount * maxPointCount, buffer, addr); in PRCi_CalcStrokeDistance_Superfine()
353 int, ((maxPointCount + 1) * (maxPointCount + 1)), buffer, addr); in PRCi_CalcStrokeDistance_Superfine()
354 PRCi_ALLOC_ARRAY(inputPair, int, maxPointCount, buffer, addr); in PRCi_CalcStrokeDistance_Superfine()
355 PRCi_ALLOC_ARRAY(inputMaxScore, int, maxPointCount, buffer, addr); in PRCi_CalcStrokeDistance_Superfine()
356 PRCi_ALLOC_ARRAY(protoPair, int, maxPointCount, buffer, addr); in PRCi_CalcStrokeDistance_Superfine()
357 PRCi_ALLOC_ARRAY(protoMaxScore, int, maxPointCount, buffer, addr); in PRCi_CalcStrokeDistance_Superfine()
358 PRCi_ALLOC_ARRAY(inputMatch, int, maxPointCount + 2, buffer, addr); in PRCi_CalcStrokeDistance_Superfine()
359 PRCi_ALLOC_ARRAY(protoMatch, int, maxPointCount + 2, buffer, addr); in PRCi_CalcStrokeDistance_Superfine()