Lines Matching defs:data
64 * The size is calculated thusly: We need three "blocks" of data, as
73 * data items being displayed. Usually it will be 16, but sometimes
76 * The data buffer is allocaed via memalign to make sure it is
80 char *data; /* data buffer */
126 typ val = *(typ *)(void *)(b->data + index); \
244 scratch[cnt] = buf->data[which & buf->mask];
353 * run out of data.
379 n = fread(b->data + b->prod, 1, c, input);
399 b->data[b->prod & b->mask] = 0;
719 buffer.data = memalign(16, buffer.mask + 1);
720 if (buffer.data == NULL) {
873 if (buffer.data[j & buffer.mask] !=
874 buffer.data[k & buffer.mask]) {