Lines Matching refs:len
149 void zmemcpy(dest, source, len)152 uInt len;154 if (len == 0) return;157 } while (--len != 0);160 int zmemcmp(s1, s2, len)163 uInt len;167 for (j = 0; j < len; j++) {173 void zmemzero(dest, len)175 uInt len;177 if (len == 0) return;180 } while (--len != 0);