Lines Matching defs:bytes
28 /* Calculate the number of uninitialized bytes in the buffer. */
40 /* Fill a buffer with garbage, skipping |skip| first bytes. */
171 /* Initialize the first 4 bytes of the object. */
179 * If the cache has a test constructor, the first 4 bytes of the object must
190 int bytes;
193 bytes = count_nonzero_bytes(buf, size);
196 return bytes;
201 if (bytes)
351 int num, bytes;
360 bytes = count_nonzero_bytes(objects[i], size);
361 if (bytes)