Home | History | Annotate | Download | only in ddb

Lines Matching defs:bytes

76 	int		bytes;
137 * bytes at a time into 16/size columns. This
142 bytes = 0;
148 (bytes & ~(size - 1)) +
151 db_get_value(addr + bytes,
157 bytes++;
158 if (!(bytes % size))
161 } while ((bytes != 16) && count--);
163 for (i = 4; i >= (bytes / 4); i--)
166 while (bytes--) {