Lines Matching defs:wx
2659 // typed fields (x, y and z). We pack the eight chromaticity values (wx, wy,
2662 // - x: wx wx wx wy wy wy rx rx
13689 uint32_t wx = h->num_digits - 1 + num_new_digits; // Write index.
13697 if (wx < WUFFS_BASE__PRIVATE_IMPLEMENTATION__HPD__DIGITS_PRECISION) {
13698 h->digits[wx] = (uint8_t)rem;
13703 wx--;
13711 if (wx < WUFFS_BASE__PRIVATE_IMPLEMENTATION__HPD__DIGITS_PRECISION) {
13712 h->digits[wx] = (uint8_t)rem;
13717 wx--;
13735 uint32_t wx = 0; // Write index.
13770 h->digits[wx++] = new_digit;
13777 if (wx < WUFFS_BASE__PRIVATE_IMPLEMENTATION__HPD__DIGITS_PRECISION) {
13778 h->digits[wx++] = new_digit;
13785 h->num_digits = wx;