Lines Matching defs:bytes
28 /* Calculate the number of uninitialized bytes in the buffer. */
40 /* Fill a buffer with garbage, skipping |skip| first bytes. */
150 /* Initialize the first 4 bytes of the object. */
158 * If the cache has a test constructor, the first 4 bytes of the object must
169 int bytes;
172 bytes = count_nonzero_bytes(buf, size);
175 return bytes;
180 if (bytes)
322 int num, bytes;
331 bytes = count_nonzero_bytes(objects[i], size);
332 if (bytes)