Home
last modified time | relevance | path

Searched refs:add_byte (Results 1 – 25 of 429) sorted by relevance

12345678910>>...18

/dports/audio/alsa-utils/alsa-utils-1.2.2/seq/aplaymidi/
H A Darecordmidi.c418 add_byte(track, v & 0x7f); in var_value()
435 add_byte(track, cmd); in command()
446 add_byte(&tracks[i], 0xff); in record_port_numbers()
447 add_byte(&tracks[i], 0x21); in record_port_numbers()
452 add_byte(&tracks[i], i); in record_port_numbers()
608 add_byte(&tracks[0], 0xff); in finish_tracks()
609 add_byte(&tracks[0], 0x2f); in finish_tracks()
615 add_byte(&tracks[i], 0xff); in finish_tracks()
616 add_byte(&tracks[i], 0x2f); in finish_tracks()
850 add_byte(&tracks[0], 0xff); in main()
[all …]
/dports/lang/see/see-3.1.1424/libsee/
H A Dcode1.c303 add_byte(code, c) in add_byte() function
360 add_byte(code, c | INST_ARG_BYTE);
361 add_byte(code, arg & 0xff);
363 add_byte(code, c | INST_ARG_WORD);
436 case SEE_CODE_LT: add_byte(co, INST_LT); break;
437 case SEE_CODE_GT: add_byte(co, INST_GT); break;
438 case SEE_CODE_LE: add_byte(co, INST_LE); break;
439 case SEE_CODE_GE: add_byte(co, INST_GE); break;
441 case SEE_CODE_IN: add_byte(co, INST_IN); break;
442 case SEE_CODE_EQ: add_byte(co, INST_EQ); break;
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/includes/ast/
H A Dserializervisitor.hxx140 void add_byte(unsigned char n) in add_byte() function in ast::SerializeVisitor
148 add_byte(n); in add_uint8()
154 add_byte(n & 0xff); in add_uint32()
155 add_byte((n >>= 8) & 0xff); in add_uint32()
156 add_byte((n >>= 8) & 0xff); in add_uint32()
157 add_byte((n >>= 8) & 0xff); in add_uint32()
163 add_byte(n & 0xff); in add_uint64()
164 add_byte((n >>= 8) & 0xff); in add_uint64()
165 add_byte((n >>= 8) & 0xff); in add_uint64()
166 add_byte((n >>= 8) & 0xff); in add_uint64()
[all …]
/dports/security/rnp/rnp-0.15.2/src/librepgp/
H A Dstream-packet.cpp788 add_byte(s2k.specifier); in add()
789 add_byte(s2k.hash_alg); in add()
803 add_byte(iter); in add()
908 pktbody.add_byte(version); in write()
909 pktbody.add_byte(alg); in write()
1037 pktbody.add_byte(version); in write()
1039 pktbody.add_byte(alg); in write()
1189 pktbody.add_byte(type); in write()
1190 pktbody.add_byte(halg); in write()
1191 pktbody.add_byte(palg); in write()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/rnp/src/librepgp/
H A Dstream-packet.cpp786 add_byte(s2k.specifier); in add()
787 add_byte(s2k.hash_alg); in add()
801 add_byte(iter); in add()
906 pktbody.add_byte(version); in write()
907 pktbody.add_byte(alg); in write()
1035 pktbody.add_byte(version); in write()
1037 pktbody.add_byte(alg); in write()
1187 pktbody.add_byte(type); in write()
1188 pktbody.add_byte(halg); in write()
1189 pktbody.add_byte(palg); in write()
[all …]
/dports/graphics/birdfont/birdfont-2.29.5/libbirdfont/OpenFontFormat/
H A DCffTable.vala165 fd.add_byte (1); // format version (1.0)
166 fd.add_byte (0);
168 fd.add_byte (4); // header size
169 fd.add_byte (2); // offset field size - ushort
173 fd.add_byte (2); // offset field size
180 fd.add_byte (2); // offset field size
185 fd.add_byte (CHARSET);
188 fd.add_byte (0);
191 fd.add_byte (0);
/dports/math/oleo/oleo-1.99.16/src/
H A Dbyte-compile.c476 node->add_byte = obstack_object_size (&tmp_mem);
515 node->add_byte = obstack_object_size (&tmp_mem);
528 node->add_byte = obstack_object_size (&tmp_mem);
547 node->add_byte = obstack_object_size (&tmp_mem);
590 add_byte:
608 goto add_byte;
628 goto add_byte;
655 goto add_byte;
690 goto add_byte;
695 if (node->add_byte == 0)
[all …]
H A Dnode.h26 unsigned short add_byte; member
/dports/security/py-ssh/ssh-1.8.0/ssh/
H A Dauth_handler.py122 m.add_byte(chr(MSG_SERVICE_REQUEST))
128 m.add_byte(chr(MSG_DISCONNECT))
137 m.add_byte(chr(MSG_DISCONNECT))
147 m.add_byte(chr(MSG_USERAUTH_REQUEST))
182 m.add_byte(chr(MSG_SERVICE_ACCEPT))
194 m.add_byte(chr(MSG_USERAUTH_REQUEST))
227 m.add_byte(chr(MSG_USERAUTH_SUCCESS))
231 m.add_byte(chr(MSG_USERAUTH_FAILURE))
247 m.add_byte(chr(MSG_USERAUTH_INFO_REQUEST))
261 m.add_byte(chr(MSG_USERAUTH_FAILURE))
[all …]
H A Dchannel.py146 m.add_byte(chr(MSG_CHANNEL_REQUEST))
179 m.add_byte(chr(MSG_CHANNEL_REQUEST))
206 m.add_byte(chr(MSG_CHANNEL_REQUEST))
233 m.add_byte(chr(MSG_CHANNEL_REQUEST))
258 m.add_byte(chr(MSG_CHANNEL_REQUEST))
314 m.add_byte(chr(MSG_CHANNEL_REQUEST))
370 m.add_byte(chr(MSG_CHANNEL_REQUEST))
401 m.add_byte(chr(MSG_CHANNEL_REQUEST))
719 m.add_byte(chr(MSG_CHANNEL_DATA))
1133 m.add_byte(chr(MSG_CHANNEL_EOF))
[all …]
H A Dkex_gex.py65 m.add_byte(chr(_MSG_KEXDH_GEX_REQUEST_OLD))
69 m.add_byte(chr(_MSG_KEXDH_GEX_REQUEST))
138 m.add_byte(chr(_MSG_KEXDH_GEX_GROUP))
159 m.add_byte(chr(_MSG_KEXDH_GEX_GROUP))
178 m.add_byte(chr(_MSG_KEXDH_GEX_INIT))
212 m.add_byte(chr(_MSG_KEXDH_GEX_REPLY))
H A Dmessage.py196 def add_byte(self, b): member in Message
214 self.add_byte('\x01')
216 self.add_byte('\x00')
H A Dkex_group1.py59 m.add_byte(chr(_MSG_KEXDH_INIT))
130 m.add_byte(chr(_MSG_KEXDH_REPLY))
/dports/security/py-paramiko/paramiko-2.7.2/paramiko/
H A Dauth_handler.py187 m.add_byte(cMSG_SERVICE_REQUEST)
193 m.add_byte(cMSG_DISCONNECT)
202 m.add_byte(cMSG_DISCONNECT)
212 m.add_byte(cMSG_USERAUTH_REQUEST)
258 m.add_byte(cMSG_SERVICE_ACCEPT)
264 m.add_byte(cMSG_USERAUTH_BANNER)
277 m.add_byte(cMSG_USERAUTH_REQUEST)
411 m.add_byte(cMSG_USERAUTH_SUCCESS)
415 m.add_byte(cMSG_USERAUTH_FAILURE)
433 m.add_byte(cMSG_USERAUTH_INFO_REQUEST)
[all …]
H A Dchannel.py191 m.add_byte(cMSG_CHANNEL_REQUEST)
224 m.add_byte(cMSG_CHANNEL_REQUEST)
250 m.add_byte(cMSG_CHANNEL_REQUEST)
276 m.add_byte(cMSG_CHANNEL_REQUEST)
301 m.add_byte(cMSG_CHANNEL_REQUEST)
356 m.add_byte(cMSG_CHANNEL_REQUEST)
420 m.add_byte(cMSG_CHANNEL_REQUEST)
480 m.add_byte(cMSG_CHANNEL_REQUEST)
510 m.add_byte(cMSG_CHANNEL_REQUEST)
799 m.add_byte(cMSG_CHANNEL_DATA)
[all …]
H A Dkex_gex.py82 m.add_byte(c_MSG_KEXDH_GEX_REQUEST_OLD)
86 m.add_byte(c_MSG_KEXDH_GEX_REQUEST)
159 m.add_byte(c_MSG_KEXDH_GEX_GROUP)
185 m.add_byte(c_MSG_KEXDH_GEX_GROUP)
207 m.add_byte(c_MSG_KEXDH_GEX_INIT)
246 m.add_byte(c_MSG_KEXDH_GEX_REPLY)
H A Dkex_gss.py106 m.add_byte(c_MSG_KEXGSS_INIT)
178 m.add_byte(c_MSG_KEXGSS_CONTINUE)
273 m.add_byte(c_MSG_KEXGSS_COMPLETE)
285 m.add_byte(c_MSG_KEXGSS_CONTINUE)
365 m.add_byte(c_MSG_KEXGSS_GROUPREQ)
454 m.add_byte(c_MSG_KEXGSS_GROUP)
482 m.add_byte(c_MSG_KEXGSS_INIT)
536 m.add_byte(c_MSG_KEXGSS_COMPLETE)
548 m.add_byte(c_MSG_KEXGSS_CONTINUE)
577 m.add_byte(c_MSG_KEXGSS_CONTINUE)
/dports/editors/dte/dte-cae7c45ea5a563c022001a54d1eee71c268f62b4/src/editorconfig/
H A Dmatch.c157 goto add_byte; in ec_pattern_match()
168 goto add_byte; in ec_pattern_match()
188 goto add_byte; in ec_pattern_match()
197 add_byte: in ec_pattern_match()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/crypto-bigint-0.2.11/src/uint/
H A Dencoding.rs25 decoder = decoder.add_byte(bytes[bytes.len() - i]); in from_be_slice()
47 decoder = decoder.add_byte(byte); in from_be_hex()
64 decoder = decoder.add_byte(bytes[i]); in from_le_slice()
85 decoder = decoder.add_byte(byte); in from_le_hex()
/dports/devel/dtool/dtool-0.11.0/cargo-crates/crypto-bigint-0.2.6/src/uint/
H A Dencoding.rs25 decoder = decoder.add_byte(bytes[bytes.len() - i]); in from_be_slice()
47 decoder = decoder.add_byte(byte); in from_be_hex()
64 decoder = decoder.add_byte(bytes[i]); in from_le_slice()
85 decoder = decoder.add_byte(byte); in from_le_hex()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/pci/hotplug/
H A Dcpqphp_nvram.c96 static u32 add_byte(u32 **p_buffer, u8 value, u32 *used, u32 *avail) in add_byte() function
254 rc = add_byte(&pFill, 1 + ctrl->push_flag, &usedbytes, &available); in store_HRT()
259 rc = add_byte(&pFill, 1, &usedbytes, &available); in store_HRT()
269 rc = add_byte(&pFill, ctrl->bus, &usedbytes, &available); in store_HRT()
274 rc = add_byte(&pFill, PCI_SLOT(ctrl->pci_dev->devfn), &usedbytes, &available); in store_HRT()
279 rc = add_byte(&pFill, PCI_FUNC(ctrl->pci_dev->devfn), &usedbytes, &available); in store_HRT()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/pci/hotplug/
H A Dcpqphp_nvram.c96 static u32 add_byte(u32 **p_buffer, u8 value, u32 *used, u32 *avail) in add_byte() function
254 rc = add_byte(&pFill, 1 + ctrl->push_flag, &usedbytes, &available); in store_HRT()
259 rc = add_byte(&pFill, 1, &usedbytes, &available); in store_HRT()
269 rc = add_byte(&pFill, ctrl->bus, &usedbytes, &available); in store_HRT()
274 rc = add_byte(&pFill, PCI_SLOT(ctrl->pci_dev->devfn), &usedbytes, &available); in store_HRT()
279 rc = add_byte(&pFill, PCI_FUNC(ctrl->pci_dev->devfn), &usedbytes, &available); in store_HRT()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/pci/hotplug/
H A Dcpqphp_nvram.c96 static u32 add_byte(u32 **p_buffer, u8 value, u32 *used, u32 *avail) in add_byte() function
254 rc = add_byte(&pFill, 1 + ctrl->push_flag, &usedbytes, &available); in store_HRT()
259 rc = add_byte(&pFill, 1, &usedbytes, &available); in store_HRT()
269 rc = add_byte(&pFill, ctrl->bus, &usedbytes, &available); in store_HRT()
274 rc = add_byte(&pFill, PCI_SLOT(ctrl->pci_dev->devfn), &usedbytes, &available); in store_HRT()
279 rc = add_byte(&pFill, PCI_FUNC(ctrl->pci_dev->devfn), &usedbytes, &available); in store_HRT()
/dports/textproc/sgrep2/sgrep-1.94a/
H A Dindex.c468 add_byte(writer,buf,num); in add_integer()
472 add_byte(writer,buf,(num>>8)|128); in add_integer()
473 add_byte(writer,buf,num&255); in add_integer()
478 add_byte(writer,buf,(num>>8)&255); in add_integer()
479 add_byte(writer,buf,num&255); in add_integer()
484 add_byte(writer,buf,(num>>16)&255); in add_integer()
485 add_byte(writer,buf,(num>>8)&255); in add_integer()
486 add_byte(writer,buf,num&255); in add_integer()
490 add_byte(writer,buf,0xf0); in add_integer()
493 add_byte(writer,buf,(num>>8)&255); in add_integer()
[all …]
/dports/security/py-paramiko/paramiko-2.7.2/tests/
H A Dtest_packetizer.py58 m.add_byte(byte_chr(100))
112 m.add_byte(byte_chr(100))

12345678910>>...18