Searched defs:row1 (Results 1 - 1 of 1) sorted by relevance
/systemd/src/journal/ | ||
H A D | journal-qrcode.c | 101 const uint8_t *row1, *row2; local 103 row1 = qr->data + qr->width * y; 104 row2 = row1 + qr->width; 113 a = row1[x] & 1; |
Completed in 11 milliseconds