Lines Matching defs:row
136 uint16_t *row = (uint16_t *)dst;
138 *row++ = uc->us;
156 ubyte *row = dst;
158 memcpy(row, uc, blocksize);
159 row += blocksize;
489 uint16_t *row = (uint16_t *)dst_map;
491 *row++ = (uint16_t) zstencil;
513 uint32_t *row = (uint32_t *)dst_map;
515 uint32_t tmp = *row & dst_mask;
516 *row++ = tmp | ((uint32_t) zstencil & ~dst_mask);
538 uint64_t *row = (uint64_t *)dst_map;
540 uint64_t tmp = *row & ~src_mask;
541 *row++ = tmp | (zstencil & src_mask);