Lines Matching refs:length
46 paramOut(cp, base + ".length", length);
47 arrayParamOut(cp, base + ".data", data, length);
53 paramIn(cp, base + ".length", length);
63 // buffer or use length to size the buffer
65 bufLength = length;
67 assert(length <= bufLength);
70 arrayParamIn(cp, base + ".data", data, length);
72 simLength = length;