nibble_offset     568 src/dps8/dps8_crdpun.c     uint nibble_offset = glyph_nibble_offset[char_offset];           // Starting nibble in the word
nibble_offset     576 src/dps8/dps8_crdpun.c         col_buffer[4 - col_offset] = (buffer[word_offset] >> (nibble_offset * 12)) & 0xFFF;
nibble_offset     577 src/dps8/dps8_crdpun.c         if (nibble_offset == 0)
nibble_offset     579 src/dps8/dps8_crdpun.c             nibble_offset = 2;
nibble_offset     584 src/dps8/dps8_crdpun.c             nibble_offset--;
nibble_offset     684 src/dps8/dps8_crdpun.c           int nibble_offset = nibble_index % 9;
nibble_offset     685 src/dps8/dps8_crdpun.c           uint8 nibble = (in_buffer[word36_offset] >> ((8 - nibble_offset) * 4)) & 0xF;
nibble_offset     522 src/dps8/dps8_crdrdr.c         int nibble_offset = (2 - (current_nibble % 3)) * 4;
nibble_offset     527 src/dps8/dps8_crdrdr.c         card->column[col] |= (nibble << nibble_offset);
nibble_offset     977 src/punutil/punutil.c         int nibble_offset = (2 - (current_nibble % 3)) * 4;
nibble_offset     982 src/punutil/punutil.c         card->column[col] |= (nibble << nibble_offset);
nibble_offset    1592 src/punutil/punutil.c             uint nibble_offset = 2 - (current_nibble % 3);
nibble_offset    1594 src/punutil/punutil.c             uint nibble = (current_entry->card->column[col] >> (nibble_offset * 4)) & 0x00F;
nibble_offset    1598 src/punutil/punutil.c             nibble_offset = 2 - ((current_nibble + 1) % 3);
nibble_offset    1600 src/punutil/punutil.c             nibble = (current_entry->card->column[col] >> (nibble_offset * 4)) & 0x00F;