Lines Matching defs:bytes
76 int bytes;137 * bytes at a time into 16/size columns. This142 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--) {
Indexes created Fri Sep 26 08:10:20 GMT 2025