Home
last modified time | relevance | path

Searched refs:aux_byte (Results 1 – 8 of 8) sorted by relevance

/dports/devel/godot2/godot-2.1.6-stable/modules/chibi/
H A Dcp_loader_it_patterns.cpp52 uint8_t aux_byte; in load_patterns() local
73 aux_byte = file->get_byte(); in load_patterns()
74 flag = aux_byte; in load_patterns()
95 if (aux_byte < 120) in load_patterns()
96 note.note = aux_byte; in load_patterns()
97 else if (aux_byte == 255) in load_patterns()
99 else if (aux_byte == 254) in load_patterns()
108 if (aux_byte < 100) in load_patterns()
116 if (aux_byte < 213) in load_patterns()
117 note.volume = aux_byte; in load_patterns()
[all …]
H A Dcp_loader_xm.cpp127 uint8_t aux_byte; in load_song() local
129 aux_byte = file->get_byte(); //packing type in load_song()
130 if (!(aux_byte & 0x80)) { in load_song()
132 aux_note.note = aux_byte; in load_song()
133 aux_byte = 0xFE; //if bit 7 not set, read all of them except the note in load_song()
136 if (aux_byte & 1) aux_note.note = file->get_byte(); in load_song()
137 if (aux_byte & 2) aux_note.instrument = file->get_byte(); in load_song()
138 if (aux_byte & 4) aux_note.volume = file->get_byte(); in load_song()
139 if (aux_byte & 8) aux_note.command = file->get_byte(); in load_song()
140 if (aux_byte & 16) aux_note.parameter = file->get_byte(); in load_song()
/dports/devel/godot2-tools/godot-2.1.6-stable/modules/chibi/
H A Dcp_loader_it_patterns.cpp52 uint8_t aux_byte; in load_patterns() local
73 aux_byte = file->get_byte(); in load_patterns()
74 flag = aux_byte; in load_patterns()
95 if (aux_byte < 120) in load_patterns()
96 note.note = aux_byte; in load_patterns()
97 else if (aux_byte == 255) in load_patterns()
99 else if (aux_byte == 254) in load_patterns()
108 if (aux_byte < 100) in load_patterns()
116 if (aux_byte < 213) in load_patterns()
117 note.volume = aux_byte; in load_patterns()
[all …]
H A Dcp_loader_xm.cpp127 uint8_t aux_byte; in load_song() local
129 aux_byte = file->get_byte(); //packing type in load_song()
130 if (!(aux_byte & 0x80)) { in load_song()
132 aux_note.note = aux_byte; in load_song()
133 aux_byte = 0xFE; //if bit 7 not set, read all of them except the note in load_song()
136 if (aux_byte & 1) aux_note.note = file->get_byte(); in load_song()
137 if (aux_byte & 2) aux_note.instrument = file->get_byte(); in load_song()
138 if (aux_byte & 4) aux_note.volume = file->get_byte(); in load_song()
139 if (aux_byte & 8) aux_note.command = file->get_byte(); in load_song()
140 if (aux_byte & 16) aux_note.parameter = file->get_byte(); in load_song()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-cfdp.c610 guint8 aux_byte; in dissect_cfdp_filestore_req_tlv() local
626 offset += aux_byte; in dissect_cfdp_filestore_req_tlv()
630 if(aux_byte > 0){ in dissect_cfdp_filestore_req_tlv()
651 guint8 aux_byte; in dissect_cfdp_filestore_resp_tlv() local
699 if(aux_byte > 0){ in dissect_cfdp_filestore_resp_tlv()
707 if(aux_byte > 0){ in dissect_cfdp_filestore_resp_tlv()
745 guint8 aux_byte; in dissect_cfdp_msg_to_user_tlv() local
1085 guint64 aux_byte; in dissect_cfdp_finished_pdu() local
1126 guint8 aux_byte; in dissect_cfdp_ack_pdu() local
1160 if(aux_byte >0){ in dissect_cfdp_metadata_pdu()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-cfdp.c610 guint8 aux_byte; in dissect_cfdp_filestore_req_tlv() local
626 offset += aux_byte; in dissect_cfdp_filestore_req_tlv()
630 if(aux_byte > 0){ in dissect_cfdp_filestore_req_tlv()
651 guint8 aux_byte; in dissect_cfdp_filestore_resp_tlv() local
699 if(aux_byte > 0){ in dissect_cfdp_filestore_resp_tlv()
707 if(aux_byte > 0){ in dissect_cfdp_filestore_resp_tlv()
745 guint8 aux_byte; in dissect_cfdp_msg_to_user_tlv() local
1085 guint64 aux_byte; in dissect_cfdp_finished_pdu() local
1126 guint8 aux_byte; in dissect_cfdp_ack_pdu() local
1160 if(aux_byte >0){ in dissect_cfdp_metadata_pdu()
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-cfdp.c610 guint8 aux_byte; in dissect_cfdp_filestore_req_tlv() local
626 offset += aux_byte; in dissect_cfdp_filestore_req_tlv()
630 if(aux_byte > 0){ in dissect_cfdp_filestore_req_tlv()
651 guint8 aux_byte; in dissect_cfdp_filestore_resp_tlv() local
699 if(aux_byte > 0){ in dissect_cfdp_filestore_resp_tlv()
707 if(aux_byte > 0){ in dissect_cfdp_filestore_resp_tlv()
745 guint8 aux_byte; in dissect_cfdp_msg_to_user_tlv() local
1085 guint64 aux_byte; in dissect_cfdp_finished_pdu() local
1126 guint8 aux_byte; in dissect_cfdp_ack_pdu() local
1160 if(aux_byte >0){ in dissect_cfdp_metadata_pdu()
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-cfdp.c610 guint8 aux_byte; in dissect_cfdp_filestore_req_tlv() local
626 offset += aux_byte; in dissect_cfdp_filestore_req_tlv()
630 if(aux_byte > 0){ in dissect_cfdp_filestore_req_tlv()
651 guint8 aux_byte; in dissect_cfdp_filestore_resp_tlv() local
699 if(aux_byte > 0){ in dissect_cfdp_filestore_resp_tlv()
707 if(aux_byte > 0){ in dissect_cfdp_filestore_resp_tlv()
745 guint8 aux_byte; in dissect_cfdp_msg_to_user_tlv() local
1085 guint64 aux_byte; in dissect_cfdp_finished_pdu() local
1126 guint8 aux_byte; in dissect_cfdp_ack_pdu() local
1160 if(aux_byte >0){ in dissect_cfdp_metadata_pdu()
[all …]